microsoft / GlobalMLBuildingFootprints

Worldwide building footprints derived from satellite imagery
Other
1.33k stars 198 forks source link

When I run make-gis-friendly.py I get error #75

Open DenizCanELCI opened 9 months ago

DenizCanELCI commented 9 months ago

On line 22 I get the following error(line is "gdf = gpd.GeoDataFrame(df, crs=4326)"):

pyproj.exceptions.CRSError: Invalid projection: epsg:4326: (Internal Proj Error: proj_create: SQLite error on SELECT name, type, coordinate_system_auth_name, coordinate_system_code, datum_auth_name, datum_code, area_of_use_auth_name, area_of_use_code, text_definition, deprecated FROM geodetic_crs WHERE auth_name = ? AND code = ?: no such column: area_of_use_auth_name)

mtravis commented 9 months ago

Which location have you defined in the script?

DenizCanELCI commented 9 months ago

On line 22

mtravis commented 9 months ago

Sorry, I meant which region did you use e.g France

Anyway, it looks like you've had you've got a python library conflict which is referenced here: https://github.com/geopandas/geopandas/issues/1887

DenizCanELCI commented 9 months ago

I was using for Greece and Turkey, Thanks I will check the link.