You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function saves a gdf as a table in a PostGIS DB using the GeoPandas to_postgis function. That fails if the CRS in the gdf is a non-EPSG one (for example, rhealpix defined as a WKT string, but we need that). If the gdf.crs is set to None, it works, but the CRS should be stored elsewhere.
This is not a priority for now, and it does not seem to have an easy fix. But eventually it should be solved.
The text was updated successfully, but these errors were encountered:
This function saves a gdf as a table in a PostGIS DB using the GeoPandas to_postgis function. That fails if the CRS in the gdf is a non-EPSG one (for example, rhealpix defined as a WKT string, but we need that). If the gdf.crs is set to None, it works, but the CRS should be stored elsewhere.
This is not a priority for now, and it does not seem to have an easy fix. But eventually it should be solved.
The text was updated successfully, but these errors were encountered: