heremaps / xyz-spaces-python

Manage your XYZ Hub or HERE Data Hub spaces from Python.
https://xyz-spaces-python.readthedocs.io/
Apache License 2.0
30 stars 11 forks source link

Add encoding and crs params for shapefile upload #53

Closed sackh closed 4 years ago

sackh commented 4 years ago

for some shapefiles, encoding is other than utf-8, and some times it is required to change CRS for geometry. Add these as params, so the user can configure based on shapefile.

sackh commented 4 years ago

closing this as this is fixed in #54