Tagged Questions
1
vote
0answers
55 views
How can I add data to a shp file attribute table from arcobjects?
I have a code that selects row data from a listview table in VB.net. I have declared that data as a variable and I can see it if I ask it to dispay a message box (see code below).
Now I would like to ...
1
vote
1answer
226 views
Is the PostGIS Shapefile Import Manager able to upload to phpmyadmin or only pgadmin III?
After trying to import a shapefile into pgadmin III with no success I was wondering how to successfully upload it, but also if it is possible to upload to phpmyadmin instead. In any case, how exactly ...
1
vote
1answer
859 views
How to import shp2pgsql?
I want to import shape file into PostGIS. There is 1 database postgres in it but no table added yet.
I am using this command:
shp2pgsql -I -s 4326 districts.shp districts | psql -d postgres -U ...
2
votes
4answers
3k views
Error importing Shapefile to PostGIS using Importer GUI
I'm trying to import a shapefile into a PostGIS database using the graphical importer. I just installed POSTGRESQL, and PostGIS. The GUI looks like this:
After testing that my database worked, I ...
3
votes
3answers
13k views
How to open the Shape files and extract the data from these files?
We are in need of US highway data. We found it for Florida at the state GIS website . We downloaded the data for Florida highway intersections from here (this is a zip file) . We do not know how to ...
5
votes
2answers
668 views
How does shp2pgsql define schema?
Can anyone explain how it is that the shp2pgsql loader for loading shapefiles into PostGIS goes about defining the schema for a table when importing a shapefile?
To further explain, shapefiles are ...
