If your application or tool does not support gzip-compressed GeoJSON files, below are several different ways I personally used to access/unzip the data. import geopandas as gpd from io import StringIO ...
My repo currently satisfies pandas-stubs type hints. However, when I add types-geopandas, I see hundreds of new issues: error: "Index[Any]" has no attribute "overlaps" [attr-defined] error: "Index[Any ...
Implements GeoSeries.concave_hull, which computes the concave hull for each geometry in the series. The concave hull is the smallest concave polygon that contains all points of the geometry, ...
Is your feature request related to a problem? There are certain possible Workflows that generate GeoJSON files with negative id values within a GeoJSON property. Most notably using OpenStreetmap ...
----- AttributeError Traceback (most recent call last) ... File ~/scipy/repos/geopandas/geopandas/geodataframe.py:1241, in GeoDataFrame.to_geo_dict(self, na, show ...
Thinking about learning Python? It’s a great choice, honestly. Python is super popular for a reason – it’s pretty straightforward and you can do a lot with it. Whether you’re just starting out or want ...
The Kaggle python environment currently pins geopandas==v0.14.4 which is now 16 months old, saying the learntools are broken with higher versions. Is this still true? Has anyone checked lately? It ...
# reading the file with native type and metadata works fine out of the box >>> geopandas. read_parquet ("test_geo_type_and_meta.parquet") adm0name name pop_max geometry 0 Vatican Vatican City 832 ...
I have not completely confirmed this yet but I'm reporting it anyway as a reminder to myself to check it in more detail. I think that there may be a bug with how gpd.read_file handles geodatabase ...