jeafreezy / nigeria_geodata

Fast and efficient access to geospatial data for Nigeria.
https://jeafreezy.github.io/nigeria_geodata
MIT License
5 stars 1 forks source link

Remove shapely import in utils #33

Closed jeafreezy closed 2 months ago

jeafreezy commented 2 months ago

Shapely is imported in https://github.com/jeafreezy/nigeria_geodata/blob/main/nigeria_geodata/utils/common.py .

Since shapely is not a required dependencies, but just used for typing, we can remove it.