Skip to main content
Solved

How do I Copy SHAPE column from an ESRI GDB feature class to a non spatial Postgres database?

  • March 27, 2023
  • 2 replies
  • 36 views

jasonc
Contributor
Forum|alt.badge.img+3
How do I Copy SHAPE column from an ESRI GDB feature class to a non spatial Postgres database?

Best answer by markatsafe

@jasonc​ Try GeometryExtractor

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • March 27, 2023

@jasonc​ Try GeometryExtractor


egge
Contributor
Forum|alt.badge.img+14
  • Contributor
  • 102 replies
  • March 28, 2023

Are we talking about points, lines or polygons? And why a non spatial Postgres database? You might consider to install PostGIS, the spatial database extender for the PostgreSQL object-relational database, to handle the geometry properly...