I have five shapefiles of bordering counties in California that I am trying to combine into one large shapefile 开发者_StackOverflow中文版and maintain the original borders of the counties.I then want
How can I convert a shapefile from AGD66 to GDA94 programmatically, using open source libraries?I don\'t want to use arcgisscripting because I don\'t have a licence.
I\'m importing shapefiles into a Postgres+PostGIS database. Here\'s my usual procedure: * Find an srid in the spatial_ref_sys table where srtext appears to match the shapefile\'s .prj file
I have a program that generates a .shp file, and exports this as a kml file. I would like to be able to display my outpu开发者_运维技巧t using the standard google map \'map\' style (gray background, y
I\'m trying to import the US Census cartographic boundary files (available here: http://www.census.gov/geo/www/cob/bdy_files.html ) into a GeoDjango application.However, python is complaining about Un
Does anyone have an experience in processing (reading) ESRI shapefiles from C++? I have found at least 2 open source libraries: ShapeLib C l开发者_运维技巧ibrary and OGR. Which one is better? Does any
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have the all the shapefiles (shp, dbf, ...) for my country\'s counties. I have a list of points (开发者_如何转开发latitude/longitude) and need to reference each point with corresponding county.
I am trying to f开发者_如何学运维ind this shp2mysql tool. But all I found was a PHP implementation. There is any other version available in the internet?I found a solution for download. (Windows versi
I\'m trying to determine the neighborhood for a location, based on Zillow\'s freely published Shapefile data.