ArcGIS refers to a family of GIS software from Esri which includes desktop (ArcReader, ArcMap, ArcCatalog), server applications (ArcGIS Server), mobile devices (ArcPad, ArcGIS Mobile) as well as online services (ArcGIS Online).
3
votes
2answers
24 views
Map packages for Version 10 using 10.1
Is it possible to create a map package in an older version. Currently im am using 10.1 and the client uses 10.0. Can you create a map package for different versions?
I see you can create layer ...
4
votes
2answers
47 views
Where to find .mxd examples for ArcGIS 10
I'm beginner of ArcGIS . I'm trying to learn how to use ArcMap. I would like to find some example MXD files for ArcMap, but couldn't find anything googling. Does anyone have any idea where can i find ...
1
vote
3answers
49 views
How can I reclassify a raster to floating point values?
I have a raster of landuse values that I need to reclassify into pollution concentration values. I have the pollution values in a separate table. They are decimal values (ex. 0.0056), and my landuse ...
2
votes
1answer
49 views
ArcGIS Heads up digitizing - Rooms and doors
I am digitizing the floorplans of various schools in our county. This is for the Fire Department so they want to be able to see where doors are within the building. The doors do not necessarily have ...
0
votes
0answers
19 views
Assign value to raster cells within masked area [duplicate]
The answer I previously received for this question did not solve my problem...please keep in mind that I am a GIS beginner, and it's quite likely that I carried out the proposed solution (using ...
1
vote
1answer
49 views
How to create a Winkel-Tripel map of countries with different colors?
I need a good quality rasterized world map, Winkel-Tripel projection, in which all countries have different (random?) colors. No borders, text, grid or anything else on the map.
Is GIS the right way ...
0
votes
1answer
22 views
Point to point distance over specified distance
I need to calculate the distance between neighbouring points which conform to a staggered line.
I have two point datasets, one being the baseline and another the monitor. The points typically reside ...
0
votes
2answers
27 views
FME: Identify a string within a field and populate another field with that same string
I have a shp which needs to be split according to attributes in a field. The problem is that the field contains other Characters and dates. For Example the Field is called "Landtype" and contains the ...
2
votes
0answers
26 views
Accessing arcpy functions from IronPython
I made a few python scripts to automatically optimize and publish my data..
Now i'm thinking about writing a .NET program to manage and run these scripts: the obvious way is invoking them in a ...
1
vote
1answer
27 views
QGIS Field Calculation convert to ArcGIS
I have a field calculator expression I use in QGIS to generate unique IDs that are sequential, but start with a text string. I now need to perform the same thing in ArcGIS, but I am unsure of how to ...
1
vote
3answers
93 views
Create Text files from a loop with Python? [closed]
I need to create some files to hyperlink to from Arcmap. I have a folder of jpeg files (100.jpg, 101.jpg etc...). I need to loop through them and create a text file of the same name except replace the ...
1
vote
0answers
19 views
How to combine two rasters, preferring the values of one over the other? [duplicate]
I have two rasters that I need to combine (not using the Combine tool). The values of the 1st raster are preferred to those of the 2nd raster, so I want to keep these values if they exist. Where the ...
0
votes
2answers
45 views
ArcGIS javascript api - layer reordering - how to add new layers?
I am learning ArcGIS javascript API and wanted to make a reordering panel for my webapp. I looked through the ArcGIS sample.
but I'm stuck at addLake() function. If I'm understand the sample ...
1
vote
1answer
26 views
arcpy.setValue for Title casing
I am trying to figure out how to use fieldName.title() method while updating rows using updateCursor for multiple fields. I was trying to improve the code of this post to fit my purpose:
...
0
votes
1answer
25 views
How do I initialize the ArcGIS proxy via server side .NET code (C#)?
I know how to do this via JavaScript code:
esri.config.defaults.io.proxyUrl = "../proxy.ashx";
But, how do I do this in .NET? I am very new to the GIS space.
2
votes
0answers
25 views
AutoCAD map server's text to ArcGIS Annotation - SAFE FME
autocade
Software: SAFE FME
Geodatabase - enterprise geodatabase
we have autocad data stored in oracle database and wishes to port them over to ArcGIS Annotation (text).
We are unable to do so just ...
3
votes
2answers
45 views
Select by Attributes (features sharing a common attribute value)
I am attempting to 'select by attributes' a point feature with the lowest numeric value which shares a common value with other point features in another field. For example: I may have 3 point features ...
0
votes
0answers
20 views
Sum all cells in raster using javascript
I'm creating an agent-based model in Agent Analyst for ArcGIS and I need to sum all the values in a raster that has about 7 million pixels. I'm a very beginner in programming, and have a script that ...
2
votes
1answer
27 views
First time using ArcGIS JavaScript API - where do I find the JavaScript API to include (.js) into my solution?
I'm writing a web service that will interface with ArcGIS. One of the requirements is to put:
esri.config.defaults.io.proxyUrl = "proxy.ashx";
in the JavaScript portion of the page. Of course, it ...
4
votes
1answer
32 views
ArcGIS - Is It Possible To “Lock” Metadata
I've been asked by a customer if I can "lock" the metadata in their various geodatasets. I immediately asked why, and was told that they don't want other organizations/users editing/deleting certain ...
1
vote
2answers
36 views
arcgis model builder: in-line variable substitution for the path
I am having difficulties in finding a way to use the input path and set is as the output path for a simple Copy Features tool. I use the substitution by the workspace but it outputs the results into ...
-2
votes
0answers
38 views
How to create a polylines from latitude, longitude values?
I have consecutive poles coordinates in kml, now I want to join as a Polyline. Please give me the possible ways in Google Earth/any gis software!
0
votes
0answers
14 views
Arcpad checkout to an area
I would like to check out data from an SDE database but for performance sake, i prefer to delete all features outside of my survey area.
i've tried to copy features in area from sde to a file GDB ...
0
votes
1answer
27 views
Why gdalwarp cannot make transparent black nodata?
I have a MODIS ariel image geotiff and I want to remove black nodata pixel (this is Aerosol Of Thickness) 1 band image.
I've done like this C:>convert -transparent black ...
2
votes
1answer
29 views
How to symbolize different information that's joined to a single plot in a shapefile
I am a student doing an industrial survey in Windhoek, Namibia. We mapped different businesses and later did spatial analysis. Questionnaires were handed to different businesses and then that ...
0
votes
1answer
43 views
Featureclass search failing in C++. But working in C#
I need to perform search on a FeatureClass using ISpatialFilter for a given Point (x,y).
I wrote a program in C# to do that and its retrieving the features as expected. But the similar program in C++ ...
6
votes
3answers
101 views
How to mirror two geodatabases on the fly?
I'm new to arcgis and its applications.
We have the full suite of arcgis solutions (arcgis server, desktop, arcgis sde)
We have a requirement...
geodatabase (A & B)
A & B reside on 2 ...
4
votes
4answers
103 views
How do I fill in serial letters (AA, AB,AC…,BA,BB,BC…ZZ) to a shape?
(I am using ArcGIS software, ArcMap...)
MY PROBLEM
I have a shape file containing points. The shape file contains 3 columns named FID, Shape* and Label. In the column I want to fill in AA, AB, ...
10
votes
5answers
412 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 ...
2
votes
3answers
58 views
Get IWorkSpace from IGxObject
I am creating a tool that opens an IGxDialog which it's objects are filtered to show only workspaces, my question is how can I convert IGxObject to IWorkSpace or get the selected workspace without ...
4
votes
1answer
42 views
Change the Default geodatabase in ArcGIS 10?
In a multi-user environment I have a need to be able to configure ArcGIS so that it uses an SDE connection as the default geodatabase instead of the Default.gdb in each users' profile. What is the ...
6
votes
2answers
192 views
Is ArcGIS available on Ubuntu?
Is ESRI's ArcGIS platform of programs available on Ubuntu? I love open source and if I could I would love to try and migrate to this open source OS.
0
votes
0answers
40 views
Snapping with mutiple custom tool using diffrent snapping types
I have a custom tool with snapping type is (snapping to point + snapping to edge), and the second tool having snapping type is snapping to point only, so when i select the first tool it works well, ...
0
votes
2answers
57 views
Average distance from points to line
I have a polyline road dataset and a study area (polygon) covering the the road dataset. I want to determine the average distance for every given point within the study area to the nearest road. i ...
3
votes
2answers
35 views
How to query for a specific point, within a specific polygon?
I have a shapefile points layer, with each point representing either Marginal, suboptimal, or optimal conditions. I want to find only the marginal points within a specific polygon from my catchments ...
6
votes
2answers
87 views
Refresh open attribute table in ArcMap (arcpy)
I am running the Calculate Field GP tool from the arcpy in ArcMap. When a row value is updated, it does not show up untill I use the Reload Cache tool (Table Options > Reload Cache). How do I refresh ...
3
votes
2answers
55 views
Delete identical by size?
I got a Feature class with some identicial fields! Now i only need one polygon which had the same ID and this is the one with the largest size? Is there a posibility to delete the Polygons which are ...
2
votes
2answers
48 views
How to create network dataset for network assistant using ArcPy?
Is it possible to create a network dataset with arcpy to be used with the network assistant?
In the documentation I found the Build Network and Dissolve Network functions, but it looks like both ...
4
votes
1answer
48 views
How to find the Closest Facility (euclidean distance)?
I have some facilities and incidents, and I want to find the closest facility for each incident. I've done it via Network Analyst (with a network dataset) but I'm wondering if you can do it with just ...
3
votes
1answer
39 views
How to make selection tool with 3 variables which depend on each other (ModelBuilder)?
I try to create model to selection feature by attribute with 3 variables which depend on each other but i don't know how.
for example:
variables: kat_1, kat_2, kat_3
Kat_1{ gastronomy, education, ...
2
votes
2answers
29 views
Symbology count in database form
I am working on a file which contains points from different areas of country. I have symbolized points. I want the feature count of respective area in a database form in .dbf file or excel etc. How ...
3
votes
1answer
45 views
Customizing Identify Dialog in ArcMap
Any idea for customizing Identify Dialog in ArcMap.I want to use my control (for example a list view or a custom control) to show attributes of features in same native ArcMap Identify Dialog,mean ...
1
vote
1answer
55 views
How to get point x and y geometry from a shapefile?
I have a shapefile of US Cities and I want to get the X and Y coordinate of EACH city in that shapefile. I've tried this:
for city in city_cursor:
geom = city.Shape
point = geom.getPart()
...
1
vote
0answers
38 views
Google Earth Enterprise vs. ArcGIS Server [duplicate]
All - looks like it's been a while (May '11) since the GEE vs. ArcGIS server has been updated. Would anyone have more current feedback on this? Is the price for GEE still hovering around $620K USD? ...
3
votes
1answer
48 views
Watershed delineation taking into account lake/reservoir
My watershed has several big lakes. When I delineated my watershed, I had some unwanted subwatersheds and river segments inside the lakes (see fig. below). I want to tell ArcGIS/ArcHydro to delineate ...
1
vote
2answers
100 views
Can anyone recommend an Arcpy GUI? [duplicate]
Alright I have been having really good luck with you guys so here is my question...
Can anyone recommend a GUI for arcpy? So if I want to run my script as an exe with some blank text boxes(or text ...
6
votes
3answers
160 views
Why is it important to use feature layers in ModelBuilder?
I am trying to understand creation of a geoprocess with ModelBuilder, but I don't know why it's important to use feature layers instead of feature classes when creating a geoprocess with ModelBuilder. ...
1
vote
0answers
24 views
Problems running zonal statistics - not all zones represented
I have been working on a Python script to automate the steps illustrated by whuber here:Create points around the edge of viewshed results
I am trying to create a horizon graph illustrating the ...
1
vote
3answers
41 views
Split a layer into a single layer
I have two multi-polygon layers, one a map of land uses, the other borders of administrative areas.
I am interested in analyzing the amount of land use in each administrative area, but the polygons ...
4
votes
0answers
35 views
Is it possible to implement sticky move tolerance in a ArcGIS JavaScript API application?
We are working on a project in ArcGIS JavaScript and is going fine. We want to add sticky move tolerance to our project so it will not be so easy to move features on the map.
Is it not possible to ...


