Tagged Questions
12
votes
6answers
629 views
Should I use File Geodatabase (*.gdb), Personal Geodatabase (*.mdb) or shapefiles?
I am a bit confused on the topic of databases. For me, this far, I have used databases as an easy way to keep all files together rather than having dozens of shapefiles all over the place. And it's ...
1
vote
1answer
32 views
Web map tool with high interactivity [duplicate]
I'm looking for an ArcGIS Online alternative. It needs to be
linked to a private MySql server
Use shapefiles
Display attribute data and charts upon click/hover
Toggle shapefile to display/disappear
...
1
vote
0answers
21 views
Projection issue: mismatching .shp even if with the same SCR [closed]
I have a problem with some .shp from ARCgis (point and polygone) that appear on QGIS with mismatching SRC. When I change and save the new SRC (even by doing "save as") to make them match nothing ...
1
vote
4answers
169 views
Counting road intersections and blocks
I have a shp file that consists of the road system of Mexico City. I would like to count the number of road intersections (crossings) and blocks (which I would define as a segment starting from one ...
0
votes
0answers
39 views
Where to find Data with site that have hazardous, toxic or radioactive substances?
Does anybody know where to find data that lists the location of sites that have hazardous, toxic or radioactive substances?
I'm working on a HUD project and need to be able to find out if sites for ...
2
votes
2answers
73 views
How can I display multiple regions shapefiles on an iOS device
How can I display multiple shapefiles on an iOS device? My client is asking to display all the states in a different color, and again cities in a different color and all the fields in a different ...
0
votes
0answers
61 views
Sort geometry + data table in ArcGIS with Permanently Sort Records (PSR) v1.0
When i run the algorithm gives an error:
Order_ ASCENDING # # # #
Start Time: Fri Mar 01 17:06:33 2013
000576 ERROR: Script Associated with this tool does not exist.
Failed to execute (sortrecords).
...
6
votes
1answer
173 views
Create multiple shapefiles from one table
I've imported a table into ArcGIS which I'd like to split into multiple shapefiles. The splits would occur between groups of records separated by any of 3 columns. In other words, col1, col2, and col3 ...
2
votes
4answers
299 views
ArcInfo Grid ASCII to ESRI Shapefile conversion
I have an ArcGIS grid ascii file (Ramankutty Cropland at 5 minute resolution) that begins as follows:
ncols 4320
nrows 2160
xllcorner -180
yllcorner -90
cellsize ...
3
votes
3answers
227 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
0answers
151 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 ...
2
votes
1answer
77 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
2answers
128 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
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 ...
1
vote
2answers
305 views
How to incorporate drop-down list within cells of shapefile attribute table using ArcGIS 10.0 or 10.1?
A question has been brought to my attention. When working with a shapefile within either 10 or 10.1. Is it possible to create a python script or some sort of programming language to accomplish this ...
0
votes
0answers
33 views
How to convert ArcMap *.shp to MapInfo *.tab file? [duplicate]
Possible Duplicate:
Tool for converting .shp file to .tab file?
I have files in ArcGIS format, I want to export some layers to Mapinfo files as tab file
5
votes
2answers
197 views
How to generate discrete areas from multiple, overlapping features?
I have a point dataset that I want to append some information from a polygon to.
My polygon shapefile contains over 500 features. Whilst each of these features represents individual areas they are ...
2
votes
3answers
390 views
Creating new shapefile based on its attributes with python
I have a shapefile which has an attribute year. I used to generally copy and paste these features in the dataframe and then using the definition query just show polygons which were established before ...
4
votes
2answers
207 views
ArcGIS: Rapid digitizing of Point Data
I have several big maps with a lot of points that I have to digitize. All these Points have different Values (depth in Meter, double) and will be stored in 1 Shapefile.
Is there a way to speed up my ...
11
votes
6answers
635 views
how to improve rendering performance of very large shapefile?
I have a polygon shapefile that has a 100MB .dbf and 500MB .shp file component. The reason it is so large is it is a landbase classification for a whole district.
Everytime I am viewing the file in ...
1
vote
1answer
166 views
Is it possible to have self intersecting polygons in GML or shapefile?
GIS vector data for example GML or shapefile contains polygonal data. Lets assume, we have polygon A which has self-intersection which means that the edges in this polygon intersect with each other. ...
1
vote
1answer
97 views
Extending ArcGIS
I've been tasked with a thesis project where i have to extend the features of ArcGis. I've been asked to create a model written in Python that can run out of ArcGIS 10. This model will have a simple ...
5
votes
1answer
682 views
Use python to add layers to TOC
I've been battling with adding layers to the TOC for some time now. I have managed to single layers added but need to loop through a folder and add all layers. Shapefiles I cannot get to add at all. ...
4
votes
1answer
65 views
Creating a feature of a part of a state boundary from a shapefile of U.S. States
I have a shapefile of U.S. states. I want to create a feature layer from it so that I can do a Near analysis with it.
Suppose that I am interested in the Georgia boundary, but only the part of ...
1
vote
1answer
100 views
Summarize polygon area using another polygon
I have a shapefile representing public/private lands in Montana. This is a multipart shapefile where I've simplified attributes so that #1==private and #0==public.
Next I have a shapefile of ...
5
votes
3answers
401 views
How to produce a singlepart featureclass with unique IDs for each spatially non-connected polygon?
What is the best method to convert a singlepart shapefile (i.e. one record that contains several non-connected polygons) into a mutlipart shapefile?
--EDIT
For clarification the original question ...
5
votes
2answers
385 views
Importing attributes from Excel file into new Polygons
I have a constantly updated Excel file containing address information which I am currently copying into the attributes of new polygons which I am creating on a daily basis. I am currently doing this ...
2
votes
1answer
245 views
Splitting large shapefile into numerous smaller files based on number of objects in each smaller file
I have a shapefile containing approximately 600 000 point-objects. Unfortunately, for a couple of reasons I need to split this file into a larger number of shape-files each containing approximately ...
2
votes
3answers
384 views
How to compare and report the shift between two shape files
Ok, I have two shape files.One is an original route polyline file and another is an updated polyline file, where the shape is modified to google maps.
How can I compare the updated shape file with ...
4
votes
2answers
371 views
Python - Check for number of shapefiles in a directory
I want to test:
to see whether or not ONE AND ONLY ONE shapefile (which will be based on a filename wildcard) exists in a directory.
Add these shapefiles to a list
Use this list variable as an ...
1
vote
3answers
834 views
Merging Two or More Layers
I am working with three clipped layers that are shown in the TOC. I created these layers from a large watershed shape-file. However, each clipped layer includes the layer before it and only expands on ...
3
votes
1answer
106 views
Spidertracks to GIS
I have some data that will be comming to me from helicopter flights and was recorded with Spidertracks software. Does anyone know how to convert flight tracks from 'Spidertracks' gps flight tracks ...
2
votes
2answers
328 views
Create points from lines
I used the Bearing Distance to Line command (Data Management) in arc to convert UTM coords (i.e. of a plot center), bearing and distance to the figure shown below. The end of each line represents a ...
0
votes
0answers
49 views
ESRI Shapefile to ARCGIS Javascript JSON format [duplicate]
Possible Duplicate:
How to convert SHP into GPX or JSON?
We're in the proces of adding a new feature to our Web Application where we employ the use of ESRI's ArcGIS Javascript API alongside ...
2
votes
2answers
2k views
How to convert bearing, distance, xy coordinate measurements to point shapefile?
I have a natural resources dataset where individual seedlings in canopy gaps were recorded from a center "legacy tree" within each canopy gap. Each sapling has the following measurements associated ...
2
votes
1answer
173 views
How to generate thumbnails from shape file and display them on my website?
I tried to generate thumbnails from shape file and display them on my website(using jsp).I had been read this and this question .Very similarity questions ,but I know nothing about python... Is ...
4
votes
1answer
568 views
Move .SHP from .MXD to gdb [duplicate]
Possible Duplicate:
How to move SHP to gdb with ArcView license?
Let's cut it short, I have numerous mxd with layer coming from .SHP and various servers WMS that I need to move to a gdb.
...
2
votes
2answers
200 views
How do I set custom spatial reference/coordinate sys to my shapefile
I have a python code which converts JSON text file to a shapefile. I have to set coordinate system to this shapefile created. I do not want to access the .prj file from my computer as this code will ...
4
votes
1answer
1k views
How to programmatically add shapefile to data frame in Arcmap
I have a toolbox with python script which creates a shapefile from JSON txt file, but it does not show the generated shapefile in arcmap, i have to add it from the output location. What code shall I ...
5
votes
2answers
762 views
Retain ESRI symbology in Mapinfo TAB
Is there anyway to retain/easily transfer symbology from ESRI to Mapinfo? The only process I found was posted in 2010 - https://groups.google.com/group/mapinfo-l/browse_thread/thread/883223ff4ae56809 ...
0
votes
1answer
361 views
ArcGIS: Extracting data from large intersect dataset
I have a big dataset imported into ArcMap. For each point, I created a buffers of 200m. And I apply Intersect to all the buffers, resulting in a huge dataset of around 2183962 objects.
Previously, I ...
7
votes
2answers
3k views
Merge polygon in a shapefile based on a field value
Hello I have a shapefile with a lot of polygons in it. These polygons are grouped into a category: district. How can I merge the polygons based on the same name of the category within this shapefile?
3
votes
2answers
580 views
Simplify Shapefile
I have a shapefile that contains neighborhood boundaries that I want to simplify. Right now I am thinking of converting the shapefile to Google maps KML so I can insert the boundaries into the map as ...
3
votes
1answer
1k views
How do you add file name to an attribute field?
Does anybody know how to add the shape file name to a field in the file's attribute table?
I've found a description:
'You have to use inline variable in CalculateField like %Name% in
expresssion ...
8
votes
2answers
384 views
Which data format typically displays fastest? (ArcMap)
My organization is working on an application running on ArcGIS Engine. Previous versions of the application used primarily Shapefiles for displaying roads, parcels, buildings, etc. Since I was taught ...
4
votes
2answers
168 views
Append Point Shapefile Location by GPS'd text file
In my industry it is common to create preliminary design maps for point locations that have a unique identifier. Upon the actual construction on the design, points change location based on ...
6
votes
2answers
389 views
How is the default label field chosen by ArcMap?
I have 2 questions:
I know how to manually go to Layer Properties>Labels tab>Label Field and choose my label field. I also know that I could set up my primary label field and save the setting as a ...
2
votes
1answer
417 views
Seeking shapefiles of business locations
Does anyone know where to find shapefiles of businesses such as grocery stores or gas stations?
Thanks!!
2
votes
2answers
446 views
How to set right coordinate system?
I have shapefile (points) which I got from adding xy data in ArcMap from Excel table. I had Latitude/Longitude data. It is area of northern Australia.
For example (5 points):
Longitude
136.882
...
2
votes
1answer
210 views
exporting lat/long points from shp file gives crazy results
i downloaded a shape file from the dept of city planning of NYC
I use shp2pgsql to create a table (nybb)
I use http://prj2epsg.org/search
to determine my srid is 2263. which i then set.
select ...




