geopandas / dask-geopandas

Parallel GeoPandas with Dask
https://dask-geopandas.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
488 stars 45 forks source link

typo fix #244

Closed v2thegreat closed 1 year ago

v2thegreat commented 1 year ago

Order for the points_from_xy example was wrong. points_from_xy expects lon-lat, not lat-lon.

I ran was stuck on this for a bit until I realized what's going on😅