what is the easiest way to plot a lon/lat point (without manual conversion) on a XY map? ...

Multiple fireplaces in an apartment building?

Does Mathematica have an implementation of the Poisson binomial distribution?

Combinatorics problem, right solution?

std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?

Double-nominative constructions and “von”

Retract an already submitted recommendation letter (written for an undergrad student)

How to keep bees out of canned beverages?

How to have a sharp product image?

How do I check if a string is entirely made of the same substring?

What is it called when you ride around on your front wheel?

My bank got bought out, am I now going to have to start filing tax returns in a different state?

What *exactly* is electrical current, voltage, and resistance?

What is /etc/mtab in Linux?

Is there metaphorical meaning of "aus der Haft entlassen"?

How to find if a column is referenced in a computed column?

Where was the County of Thurn und Taxis located?

Is this homebrew arcane communication device abusable?

Can I criticise the more senior developers around me for not writing clean code?

My admission is revoked after accepting the admission offer

Unable to completely uninstall Zoom meeting app

Why do distances seem to matter in the Foundation world?

How do I prove this combinatorial identity

Should the Product Owner dictate what info the UI needs to display?

Has a Nobel Peace laureate ever been accused of war crimes?



what is the easiest way to plot a lon/lat point (without manual conversion) on a XY map?



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraWhat is wrong with this Proj4 transformation?Converting point to lat lon?R - Plotting shapefile with geographical (raster) dataHow do I change an existing srs in QGis?Changing CRS for basemap from OpenLayers pluginConversion of (lat, lon, height) from GPS to another CRSConverting XY coördinate points to Lat LonShowing heading on a rectangular map projectionCoordinate reference system transformationGeopandas Mollweide projection





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I am data scientist not experienced in GIS and need to do some simple map plotting of the Netherlands. Using Geopandas everything works out nice and dandy for my purposes however I am stuck on 1 aspect:



The map I drew has the following CRS:



map_df__.crs
{'init': 'epsg:28992'}



plain image of the Netherlands



I want to plot a couple of points of which I get the lon/lat coordinates from google maps.



Muddling my way to understand projections on the fly I got to this code:



map_df.to_crs(epsg=4289).plot(edgecolor='black')



Which gives this map: (Amsterdam is an example)



squased map



This map looks a bit squashed. I am guessing because because of the projection.



So my question is: what is the easiest way to plot a lon/lat point (without manual conversion) on a XY map? How can make the squashed map look like the 'stretched' version



Should I use a different espg?



Many thanks










share|improve this question







New contributor




Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I am data scientist not experienced in GIS and need to do some simple map plotting of the Netherlands. Using Geopandas everything works out nice and dandy for my purposes however I am stuck on 1 aspect:



    The map I drew has the following CRS:



    map_df__.crs
    {'init': 'epsg:28992'}



    plain image of the Netherlands



    I want to plot a couple of points of which I get the lon/lat coordinates from google maps.



    Muddling my way to understand projections on the fly I got to this code:



    map_df.to_crs(epsg=4289).plot(edgecolor='black')



    Which gives this map: (Amsterdam is an example)



    squased map



    This map looks a bit squashed. I am guessing because because of the projection.



    So my question is: what is the easiest way to plot a lon/lat point (without manual conversion) on a XY map? How can make the squashed map look like the 'stretched' version



    Should I use a different espg?



    Many thanks










    share|improve this question







    New contributor




    Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I am data scientist not experienced in GIS and need to do some simple map plotting of the Netherlands. Using Geopandas everything works out nice and dandy for my purposes however I am stuck on 1 aspect:



      The map I drew has the following CRS:



      map_df__.crs
      {'init': 'epsg:28992'}



      plain image of the Netherlands



      I want to plot a couple of points of which I get the lon/lat coordinates from google maps.



      Muddling my way to understand projections on the fly I got to this code:



      map_df.to_crs(epsg=4289).plot(edgecolor='black')



      Which gives this map: (Amsterdam is an example)



      squased map



      This map looks a bit squashed. I am guessing because because of the projection.



      So my question is: what is the easiest way to plot a lon/lat point (without manual conversion) on a XY map? How can make the squashed map look like the 'stretched' version



      Should I use a different espg?



      Many thanks










      share|improve this question







      New contributor




      Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am data scientist not experienced in GIS and need to do some simple map plotting of the Netherlands. Using Geopandas everything works out nice and dandy for my purposes however I am stuck on 1 aspect:



      The map I drew has the following CRS:



      map_df__.crs
      {'init': 'epsg:28992'}



      plain image of the Netherlands



      I want to plot a couple of points of which I get the lon/lat coordinates from google maps.



      Muddling my way to understand projections on the fly I got to this code:



      map_df.to_crs(epsg=4289).plot(edgecolor='black')



      Which gives this map: (Amsterdam is an example)



      squased map



      This map looks a bit squashed. I am guessing because because of the projection.



      So my question is: what is the easiest way to plot a lon/lat point (without manual conversion) on a XY map? How can make the squashed map look like the 'stretched' version



      Should I use a different espg?



      Many thanks







      coordinate-system geopandas epsg reprojection-mathematics plotting






      share|improve this question







      New contributor




      Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 23 mins ago









      MaartenkMaartenk

      1




      1




      New contributor




      Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Maartenk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "79"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Maartenk is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f320863%2fwhat-is-the-easiest-way-to-plot-a-lon-lat-point-without-manual-conversion-on-a%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Maartenk is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Maartenk is a new contributor. Be nice, and check out our Code of Conduct.













          Maartenk is a new contributor. Be nice, and check out our Code of Conduct.












          Maartenk is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


          • 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f320863%2fwhat-is-the-easiest-way-to-plot-a-lon-lat-point-without-manual-conversion-on-a%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          (145452) 2005 RN43 Классификация | Примечания | Ссылки |...

          Щит и меч (фильм) Содержание Названия серий | Сюжет |...

          Энтрерриос (город) Содержание История | Географическое...