Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • Do you know about the CRS? how to add the CRS for the data? Commented Nov 4, 2021 at 9:16
  • Have you already set the CRS on the geodata? geopandas.org/en/stable/docs/user_guide/… Commented Nov 11, 2021 at 8:50
  • Perfect! Thank you for the solution. Commented Nov 11, 2021 at 9:14
  • I'm getting this error: InternalError: (psycopg2.errors.RaiseException) find_srid() - could not find the corresponding SRID - is the geometry registered in the GEOMETRY_COLUMNS table? Is there an uppercase/lowercase mismatch? CONTEXT: PL/pgSQL function find_srid(character varying,character varying,character varying) line 17 at RAIS [SQL: SELECT Find_SRID('public', 'habitation', 'geometry');] Commented Feb 26, 2022 at 14:13
  • @NikhilVJ, it looks like PostGIS doesn't recognize the spatial reference for the data. What is the SRID of your source data? Commented Feb 27, 2022 at 16:43