CityofSantaMonica / mds-provider

Python tools for working with MDS Provider data
https://github.com/openmobilityfoundation/mobility-data-specification
MIT License
18 stars 20 forks source link

Drop Geopandas Dependency #47

Closed johnclary closed 5 years ago

johnclary commented 5 years ago

As discussed in #35, geopandas library is used to convert shapely geometry object (specifically, a Point) to geoJSON. Let's find a way to accomplish this without adding this dependency.