Tagged Questions

0
votes
1answer
21 views

SQL Server Spatial Datatypes

I have exported an ESRI shapefile to SQL Server 2008 using Manifold, which gives me a column "Shape" of type Geometry. The Manifold .prj file looks like this …
1
vote
4answers
78 views

TimeZone by Coordinate

As the title infers I need to find a time zone (or perhaps just the UTC offset) based on a pair of coordinates. I've been searching for different solutions, and there is a couple of web services out …
0
votes
1answer
41 views

Roads Shapefile Names

I have a shapefile with a road network and it seems like the roads are all listed as 1 big polyline. Is this typical is it possible to get a road network where the roads are listed individually and …
1
vote
3answers
146 views

2008 TIGER/Line® Shapefiles from Census.gov -> Google Maps

How do I take shapefiles and extract lat/lng coords so I can plot polygons on Google Maps? http://www2.census.gov/cgi-bin/shapefiles/national-files I asked this question here: …
1
vote
2answers
90 views

shape map file decoding

I recently started off on working with shape map files, I downloaded a few shape files from the internet, the files had the following extension .shp, .dbf, .shx which I am unable to decipher what …
1
vote
4answers
186 views

There is any free DBF file converter?

I have only found trial versions of these converters. Does anyone know a free one? Any of the following target formats will do: CSV, MDB, SQL, XLS
0
votes
0answers
58 views

REST Uploading a Shapefile

Hi, I'm trying to upload a shape file with REST API. Here is the error I get : No such datastore: ws1,nete I've installed version 1.7.5 together with the restconfig-1.7.5.jar plugin. Here is what I …
1
vote
1answer
245 views

Convert Line ESRI Shape SHP file into nodes and links

Is there a way to convert a linear shape file into a csv file of the following format: Node_1, Node_2, attribute_1, ...., attribute_x 1 2 "hello" 567845.334 I have looked at …
1
vote
1answer
154 views

Which open-source Python or Java library provides an easy way to draw circles on a ESRI Shapefile?

I need to write a software that creates an shapefile with various circles or circumferences on it. The shapefile created should be readable by ESRI ArcMap. I need a library that let me add circles or …
0
votes
2answers
594 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 …
1
vote
2answers
261 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?
0
votes
4answers
356 views

How can I take numerous shapefiles and have them line up in GIS?

I am trying to take a shapefile of subdivisions within a county that I have created and line it up with another shapefile that was given to me by the County Appraisal District (parcel data). When I …