I'm creating a PostGIS database which will hold thousands of different shapes (imported from Shapefile, GeoJSON, etc), and they'll stay there and be queried over time.
Any pointers appreciated, thank you.
أكثر...
- How should I organize such a PostGIS database?
- Do I need to create a different table for each file that's imported?
- Should I use the public schema, or - as someone's indicated - use a separate schema?
Any pointers appreciated, thank you.
أكثر...