相关文章推荐
飞奔的绿茶  ·  nvarchar2(4000) ...·  2 年前    · 
很拉风的水煮肉  ·  python笔记 ...·  2 年前    · 
风度翩翩的眼镜  ·  python - ...·  3 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I have loaded two shapefiles into Netlogo. One shapefile's original projection was 4326 (osmdata) and one was originally 28992 (Dutch government data) which was st_transformed(4326) in R. When I load them into Netlogo, it does not display the shapefile directly from above, which it does do from R ggplot

Why is this and how do I get it viewed from above?

When you say it's not viewed from above, do you mean that it has been compressed vertically (in the y dimension) in the Netlogo World? Without seeing the file / how you've loaded it, this is just a guess, but it looks like the projection is either not being loaded into NetLogo or that the gis:set-transformation / gis:set-world-envelope have not been set quite right. Luke C Aug 20, 2022 at 21:13

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .