opengeospatial / geoparquet

Specification for storing geospatial vector data (point, line, polygon) in Parquet
https://geoparquet.org
Apache License 2.0
795 stars 56 forks source link

TypeError: Object of type CRS is not JSON serializable #116

Closed karunakar2 closed 2 years ago

karunakar2 commented 2 years ago

Hello everyone, Anychance anyone stumbled on this error?

Details same as here. https://github.com/darcy-r/geoparquet-python/issues/2

Issue arises when pathlib.purepath is used for file names. Writes files on current directory without any issues.

Wondering if wrongly catched or something mentioned in the quoted link? Regards

karunakar2 commented 2 years ago

For some reason, this has to do with (our peculiar) file name on the windows. Should be handled somewhere else. Thanks