A vector data storage format for storing the location, shape, and attributes of geographic features. Often referred to as 'an ESRI shapefile', as ESRI developed it.
5
votes
3answers
182 views
draw shp files or kml files on ipad?
I need to be able to draw a polygon in the field while the landowner is there to approve it. Is there an app that is easy to use so all of the field hands can operate it? I also need to be able to ...
2
votes
0answers
49 views
Applying depth to Shapefile
Apologies if this question has been answered before.
I'm digitizing a historic coastline and would like to add a single depth figure to it in order to merge it with a current contour model. Is there ...
3
votes
1answer
209 views
Any tools to convert GTFS (General Transit Feed Specification) in SHP / KML?
I need to convert GTFS (General Transit Feed Specification https://developers.google.com/transit/gtfs/reference), data in some GIS data format like ESRI Shapefile or KML or something else. Do you know ...
1
vote
1answer
134 views
Can't preview a shapefile in GeoServer 2.2.4
I have problem with previewing layers in GeoServer. I installed Geoserver 2.2.4 (following instructions in manual) and everything was going well. I managed to login to it and create my own new ...
1
vote
0answers
103 views
How to use GDAL to burn a selected value from one raster into another?
I think this should be a relatively simple process, but I'm not quite sure how to approach it.
I have a shapefile containing 1000's of polygons. I also have 19 rasters. All of the polygons fall ...
3
votes
3answers
218 views
MODIS image reprojection/ change coordinate system in ArcGIS 9.3
I have downloaded Utah state shapefile in NAD_1983_UTM_Zone_12N projection and also downloaded the MODIS image of the area (MOD09Q1) in .hdf format which has sinusoidal projection.
the .hdf format ...
2
votes
1answer
114 views
Creating shapefiles using Java and Accumulo
I have tracking data with latitude and longitude stored in an Accumulo database table. We want to move toward using Geoserver for some layer display features on the client side. Right now I'm ...
4
votes
1answer
161 views
Can't export a polygon shapefile to MySQL using ogr2ogr?
I am having problems with ogr2ogr and keep getting different versions of the error:
ERROR 1: MySQL error message: The used table type doesn't support SPATIAL indexes.
Description: ALTER TABLE ...
8
votes
1answer
379 views
How to convert GDB data to shapefiles without ArcGIS?
We've got some data (supposedly it's a simple collection of points--or at least that is all we need to extract) from a 3rd party in a GDB folder (I don't know how to tell what version) but we don't ...
2
votes
1answer
53 views
How to fix the “The inserted Ring is not contained in a feature”?
I am trying to add a ring in a feature in a shapefile. This feature is a single part feature but has already a few rings. When I try to add the new ring, I have the error message : "The inserted Ring ...
0
votes
3answers
116 views
Where can I download public data set, especially shape file? [closed]
The places I know include:
http://www.weogeo.com/
http://geocommons.com/
http://koordinates.com/
Any other suggestions?
0
votes
4answers
163 views
How can I clip a shapefile?
I have a SHP that includes the entire county and want to downsize it to a specific area...how??
4
votes
3answers
140 views
How to get a list of distinct values from a shapefile field using QGIS?
I have a shapefile whose features I can filter by specifying a where clause in the query dialogue. F.x. I have a field named 'city_name' and by stating 'city_name = "London"' in the where clause only ...
1
vote
1answer
32 views
How can I convert an Integer field to a Real field in a shapefile?
How can I convert an Integer field to a Real field in a shapefile ?
I'm searching a tool, or a way to do that (may be under QGis ?!).
Regards
3
votes
1answer
76 views
shapefile batch clip and merge combined
I have two shapefiles, one is polyline, the other polygon. For each polygon I would like to clip the polyline vectors inside. Using arcpy I already found part of a possible solution: ...
0
votes
0answers
48 views
Does anyone know of Electric Company Boundary Shape files that are out there for Free?
Ohio has a great website for their Electric Service Commission and I am looking for a shape file or data that would get me the service boundaries of electric companies for other states. EIA has data ...
3
votes
1answer
740 views
Georeferencing a shapefile with ArcGIS 10.1
I have a shapefile with some polygons that I would like to superimpose to a raster image, but unfortunately they don't match perfectly due to the reference system the shp has been created with. So, I ...
2
votes
1answer
84 views
Case sensitive query of shapefile in ArcMap 10
I am an IT guy, not a GIS guy. What I know about how to use ArcMap 10 I learned from Google. It has served me well so far. Apparently what I'm wanting to do worked in version 9, but no longer does in ...
1
vote
0answers
26 views
Decent Alabama GIS Clearinghouse?
Alabama's data portal (portal.gsa.state.al.us) is down and I haven't come across any other GIS clearinghouses for AL that are as good as say, Florida's FGDL.
Does anyone know of a decent GIS ...
4
votes
1answer
144 views
Revealing the different layers of a shape file in QGIS
Shapefile I am referring to is 'NUTS_RG_03M_2010' which is together with several other Shapefiles available in a ZIP file on the Eurostat web site.
the ZIP file
the available map sets at Eurostat
I ...
3
votes
2answers
78 views
How to modify two polygons which have common point and line at the one time
I would like to modify two polygon at the one time because these two data has same point and line. Is it possible??
In the present circumstance, I have to modify polygon one by one.
First, I ...
2
votes
0answers
186 views
How to join data from a CSV to a shapefile using QGIS
I'm new to GIS and new to StackedExchange.
I need help joining a CSV of Accessibility data to a LSOA shapefile in QGIS.
The process explained here does not work for me and I don't know why. The ...
2
votes
3answers
721 views
How to convert shape files (.shp) to Cad (.dwg ) format using Quantum Gis 1.7.0?
How to convert shape files to .dwg format using Quantum GIS 1.7.0 ?
Thank you
2
votes
0answers
147 views
Open shape file in ArcGIS Runtime WPF SDK as Graphics/Feature layer
I googled and followed this tutorial
http://www.arcgis.com/home/item.html?id=953a530ada30477d95cc69e788268bc9 and figured out how to import Shape files and Rasters into Runtime.
However, it seems ...
6
votes
1answer
177 views
Polygon creation (Clockwise rotation or not)
According to "ESRI Shapefile Technical Description An ESRI White Paper—July 1998", Vertices for a single, ringed polygon are, therefore,always in clockwise order. Otherwise,"Dirty" polygons occur when ...
1
vote
0answers
126 views
How to convert shapefile to mapinfo file preserving special characters?
I have to convert a bunch of shapefiles to mapinfo files on a machine without a MapInfo license, so I am using ogr2ogr to perform this task.
The problem is that when opening the mapinfo files in ...
6
votes
1answer
159 views
Add polygons to existing shapefile in QGIS
I'm completely new to GIS and this is a very basic question about editing existing shapefiles.
I am working off an existing shapefile which was digitized (by a colleague) so that polygons represent ...
1
vote
1answer
67 views
Mapnik TextSymbolizer value as integer
I'm working with TextSymbolizer in Mapnik. I have a shape file with a attribute which is a real. I wish to print the value of this attribute as integer and I don't find how I can do it in Mapnik.
I ...
4
votes
2answers
109 views
Creating space at intersection of two links
I have a shapefile consisting of two links which are crossing over each other.
I want to create an empty space at the point of intersection of the two links.
As of now, I have been manually doing ...
5
votes
6answers
2k views
How to display ESRI shapefile in Android
It's the first time I work with Android and ESRI shapefile. I tried to find but could not find any tutorials to display ESRI shapefile in Android. Somebody can help me about this???
Thank you so so ...
4
votes
3answers
83 views
How to subset X number of features from Shape file in QGIS
I'm looking for a means to take a rather large Shape file and split it out into separate, smaller shapefiles based on number of features. So for example, if I have a file with 1 million features, ...
2
votes
0answers
149 views
How to Export a Shapefile as KML Using R
All,
I have exported an ESRI shapefile (polygon) to KML using R, but the resulting layer shows only the outer extent of the polygon.
How can I fill in the area with a color?
Any help is greatly ...
2
votes
1answer
98 views
Annotation in ArcView 3.2
I've been asked to take a parcel layer (shapefile) that contains house numbers and create an annotation layer so the house numbers are displayed in a separate annotation layer rather than a label to ...
5
votes
4answers
300 views
GeoJSON too bulky - what to do?
I am using leaflet.js to allow web users to select a region. Valid regions are US states, Canadian providences, and world countries (except for US and Canada). I constructed a shapefile myself using ...
2
votes
1answer
117 views
How to fix encoding problems with Turkish characters? [duplicate]
Possible Duplicate:
How to read Greek fonts (ISO-8859-7) in shapefile attributes within QGIS 1.8.0?
My shapefile contains turkish (latin) letters. (see: ...
0
votes
0answers
81 views
Regional statistics from a dataset (point inside a polygon aka region)
I am relatively new to GIS and I am trying to do some geographical analysis on same data I've collected. The dataset I have consists essentially in a file with the following format:
...
2
votes
4answers
199 views
What are the advantages either way between GML and ShapeFiles?
After a good start many months ago of getting into GIS through QGIS, I had to drop what I was doing and did not touch it for quite some time. I am now able to get back into it and have a need to load ...
7
votes
1answer
104 views
Reading shapefile tolerance in python
Is there a way to get the cluster or xytolerance from a shapefile into python using free/open source software?
I'm currently using the pyshp package and can't see methods for this anywhere. Also it ...
2
votes
1answer
76 views
Using a map from ESRI Server in a radMap
I was wondering if there was a way to use a map that I have stored on an ESRI server in a telerik radMap. I am not very familiar with the radMap control so any help would be appreciated. I have found ...
3
votes
0answers
154 views
How to create Relationship Classes successfully
I'm new to ArcGis and I'm making the first steps at this time. At the moment I've two different shape files. The first shape file represents streets on a map with some detailed information in the ...
4
votes
0answers
103 views
How to get exact featureinfo in wms layer Geoserver [closed]
I got neighbor polygon feature info instated of clicked polygon feature info.
In My Code:
getfeaturenfo :function(e) {
coordinates=e;
var params = {
...
5
votes
1answer
430 views
Issues Accessing ESRI File Geodatabase within Quantum GIS Desktop
I am trying to access ESRI file gdb from Quantum GIS. I am on Windows 7, 64-bit. I have found many useful threads on how to set up this functionality within Quantum GIS. The method I went for is ...
3
votes
1answer
462 views
How do you open shapefiles with ogr2ogr
I'm following along the D3 tutorial, and on this line:
ogr2ogr \
-f GeoJSON \
-where "adm0_a3 IN ('GBR', 'IRL')" \
subunits.json \
ne_10m_admin_0_map_subunits.shp
run into the following ...
12
votes
3answers
189 views
How can I represent distance using the dashes or markers of a vector line?
I am a very basic user and dont know the lingo to get to the gist of my question so some background might help.
Ive volunteered to create a pre-incident planning system for my rural fire department. ...
2
votes
2answers
462 views
Detailed Bathymetric/Bathymetry contour data (0-200M)
I am looking for free Bathymetric contour data in shapefile format for depths between 0-200 meters for North America. I prefer contours at 10 meter increments, but will take whatever I can get.
I ...
3
votes
2answers
124 views
How can I keep the color of the shape file in arc constantly?
I am using arc gis 9.3 when I use a color for the shape file it changes everytime when I close and open the arc map so how I can constantly keep the color of the shape file that I work with
4
votes
2answers
118 views
Easiest way to create measured intervals between shape points
I need to import a scanned photo of the outcrop (geology project) and re-create the grid from which i took plug data- each plug point will be drawn as a shape point file. The plugs were taken on a ...
7
votes
3answers
246 views
How to publish maps to web with no programming required?
I am new to GIS web development. I do not have any programming background and I want all the maps that I design in GIS (shapefiles, using ArcGIS 9.3) to be published on the web. Please tell me the ...
2
votes
2answers
265 views
Merging Shapefiles With Geotools
I am trying to merge some shapefiles with different schemas in geotools. Im aware of ogr2ogr, but for now I would like to figure out this problem with Geotools.
The steps I'm taking are:
1) Create a ...
2
votes
2answers
422 views
ShapeFile or feature class to json
Is there any online or desktop based tool that can convert shapefile or feature class to json and not Geojson.Is there any tool in arcgis desktop to convert shapefile or featureclass into json.


