Joonatan Partanen

Results 17 comments of Joonatan Partanen

I'm having the same problem.

Here is a JSON object where the keys are small bounding boxes which contain features causing errors, and the values are (roles, types) tuples of the features where errors were...

I don't quite understand the error, because I don't know what causes a feature to not be found in the `refs_index`. What I expect it to do is to parse...

Why does this change only apply to GeoDataFrames and not GeoSeries?

This is a big limitation. Using the 'label' property on inputs I can label one input. This does not work when many inputs share the same label, such in a...

@bhagyshricompany Any updates? This ought to be fixed sooner than later.

@eddison-shyi Could you elaborate on how you 'ignore routePrefix' and what you do in FastAPI using config file / code examples?

@eddison-shyi Are you using CI/CD such as github actions or Azure Pipelines? In which way? The problem is that the deployment task doesn't allow "routePrefix": "", as explained above.

@martinfleis We have a dilemma here: either we have to devise a way to read the SRID from the raw data (hex or string), or convert the WKBElements into strings...

Now I've used the shapely get_srid method as suggested in https://github.com/geopandas/geopandas/issues/2952. EWKT reading is not working, with the following: ``` FAILED geopandas/tests/test_geoseries.py::TestSeries::test_from_ewkt - pygeos.GEOSException: ParseException: Unknown type: 'SRID=4326;POLYGON' FAILED geopandas/tests/test_geoseries.py::TestSeries::test_from_ewkt_series...