Skip to content

Commit 840a63f

Browse files
committed
Add links to readme for other packages mentioned
1 parent 7ad54c5 commit 840a63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Reproject shapely features
77
[![Downloads](https://static.pepy.tech/personalized-badge/reproj?period=total&units=international_system&left_color=lightgrey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/reproj)
88

99

10-
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.
1111

1212
Without reproj, you would use the following:
1313
``` python

0 commit comments

Comments
 (0)