You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproj is a minimalistic package designed to do one thing: reproject shapely features with a single call. GeoPandas has a simple `to_crs` method for GeoDataFrames which we aim to mirror in ease of use for standalone shapely features. To be honest, this isn't difficult to do using pyproj and shapely with a couple of lines of code, but we decided to make it even easier.
10
+
Reproj is a minimalistic package designed to do one thing: reproject shapely features with a single call. [GeoPandas](https://github.com/geopandas/geopandas) has a simple `to_crs` method for GeoDataFrames which we aim to mirror in ease of use for standalone shapely features. To be honest, this isn't difficult to do using [pyproj](https://github.com/pyproj4/pyproj) and [shapely](https://github.com/shapely/shapely) with a couple of lines of code, but we decided to make it even easier.
0 commit comments