A file format created by ESRI to save geospatial informations. Geometry data from ArcGIS is saved in a .shp file. A .dbf file and a .shx file are always bound to a .shp; they contain not-geospatial data
1
vote
2answers
30 views
Appending all dbfs in folder to first dbf with bash script
I try to append all dbfs in a folder to the first dbf. The dbfs are part of ESRI shapefiles that I want to append into one file. I got a working code but I guess what I did is really awkard (I'm an ...
3
votes
1answer
62 views
Weird memory problems with ggplot maps
I'm trying to make some maps of the British Isles and have come across a very strange memory problem. My workflow is taking advantage of ggplot's layers to add new detail onto a base map.
The base ...
0
votes
0answers
30 views
rename many shapefiles from spreadsheet containing names
I have downloaded GIS data from CanVec. The files are numerically coded for the tile and features, there is a spreadsheet of corresponding names in English. Is there any way to change the filenames to ...
1
vote
1answer
206 views
Plot point text labels over polygon w/o overlap
Using pointLabel in the maptools package in R will plot text labels for points to avoid overlap of text.
But is there a way to avoid/minimize overlap of text labels with the outline of an underlying ...
0
votes
1answer
111 views
Can't get the same CRS for different layers in QGIS
I have just begun to fiddle around with QGIS. Now, I have a .shp file containing a map of Sweden. I want to add a vector point to that map by adding a new point layer through the Delimited Text File ...
0
votes
1answer
854 views
How to Convert SVG to SHP (Shape File) format? [closed]
I am trying to convert the SVG File to SHP (Shape File format) and then get it imported into GeoServer.
Is there any convertor available OR is there any mediating format in which I can get it ...
2
votes
0answers
308 views
Working with ESRI shapefiles in android
Couldn't find a solution on google or here at stackoverflow ...
Anyone knows how can a I handle ESRI shapefiles in android? I'm trying to build a simple shape viewer (for now it's not necessary to ...
0
votes
1answer
49 views
GeoJSON file containing tons of point features
I need a GeoJSON file containing tons (500 000+) of point features, (world cities, for example). I tried to find such file using Google, but I have not found. Can anybody provide me with such file or ...
0
votes
2answers
206 views
Shp layer to Fusion Table
I need to store a .shp file (vector data file) in Fusion table and then "get" him from the fusion table and use it as a layer/overlay on my MapView in android (using google map Api)
is it possible ?
...
1
vote
1answer
275 views
ESRI Shape to GML in os Vector Map Local format converter
I'm looking for some kind of converter. I need to convert ESRI Shape files (*.shp) to GML (but it's to be in os Vector Map Local format - VML). Does anyone know any?
Thanks in advance.
0
votes
0answers
29 views
How to generate Maps in dojox toolkit
I found this wonderful tool here, to display vector maps as SVG or VML in all browsers. It's perfectly configurable and everything. There is just one huge problem:
It has it's own json format for the ...
0
votes
2answers
714 views
Converting a SHAPEFILE (SHP) to KML for google fusion table
I'm using http://www.zonums.com/shp2kml.html to convert a SHP file to a KML for integration into Google Fusion Tables.
I'm able to do this successfully with many shp files, but am having a particular ...
1
vote
1answer
311 views
Convert KML file to SHP file in java
I have a KML file which contains multiple polygons and want to convert it to a shp file using java.
0
votes
1answer
185 views
Web-based conversion shp to json
I'm currently working on a school project that implements Google Maps overlayed with data stored in shapefiles and a xml file with a bitmap in it and the WGS coordinates where the image should be ...
0
votes
1answer
2k views
How to use gml or shp files on Google Maps api v3?
Does someone know how to use an .gml or .shp file on Google Maps api v3?
1
vote
1answer
752 views
How to generate .map file from from .shp files?
I have a bunch of ESRI Shape files (.shp) bundled with .dbf and .shx files.
Is there anyway to generate .map file consumable by MapServer automatically?
Ideally by some command-line command in linux.
...
0
votes
0answers
1k views
shp to svg open questions?
I would like to convert shp to svg datas.
I know (and use) Inkscape, Arcgis.
I know (and use) the following projects also.
The second is the better.
...
0
votes
0answers
433 views
shp files in .net and convert to kml
I am working on application with maps in .net.
I want to read shp files in .net and convert to kml
I dont want tool , I need dll or code so that I can do it at run time.
Can you help me on same
...
5
votes
1answer
1k views
Split or save a subset of a ESRI Shape SHP file to a new file?
I'm working with shape files in GeoDjango. Right now I'm trying to write a test for code that loads in a shape file and saves it to a database. The shape file currently has a feature count of ...
2
votes
1answer
560 views
cretaing SHP from SQL
Is it possible convert sql to shp file using pgsql2shp without shell. Through some sql (postgis, postgresql) syntax?
28
votes
4answers
15k views
convert a shapefile (.shp) to xml/json [closed]
i'm working with a shapefile (.shp, .dbf, etc) and would like to convert it to xml. i'm on a mac, and am having trouble finding an application that will help me with the conversion. does anyone know ...
0
votes
2answers
2k views
How does a SHX-file work?
If you have geographic data stored in ESRI shapes, you have at least three files: one ending with .shp containing the vector-data, one ending with .dbf containing attributes and a file ending with ...
2
votes
1answer
2k views
Which open-source java-library provides an easy way to read and write ESRI Shapefiles?
For a project I need to read and write ESRI shapefiles. It should be very easy, as I don't need advanced features. Is something out there?
