Tagged Questions
1
vote
0answers
46 views
How to import multiple shapefiles each with different source projections to postgis
I have a couple thousand .zip files each with a .shp, .dbf, .shx, and .prj inside them that I want to load into postgis. The problem is, they have many different source projections (each defined in ...
0
votes
2answers
246 views
Error import ShapeFile shp2pgsql-gui
I'm trying to import a shape file to my PostGIS database but I can not, give a look:
Importing with configuration: 12mie250gc_sir, public, geom, / ...
5
votes
1answer
269 views
PLT track in PostGIS
What are the best practices for importing and aggregating tracks (in my case in 'plt' format) in a PostGIS table, grouped by user. Are there any tools/db models/tutorials available?