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).

learn more… | top users | synonyms

1
vote
0answers
10 views

Change ArcGIS License using Script

I am using ArcGIS Desktop 10 and we have three different servers for accessing concurrent use licenses of ArcView, ArcEditor and ArcInfo. So, whenever I need to switch to other product, I have close ...
1
vote
1answer
6 views

Batch create filenames in ModelBuilder(ArcMap10)

I am running a model in ModelBuilder. The input are raster files in *.tiff format and the output are *.asc format. I am using iterate raster and there will be 365 input and output files using ...
3
votes
1answer
22 views

Attribute manipulation on shapefile

I have a shapefile which contains landuse types. The Landuse types are written in a field called "Type" and contain also the area in m² and a landuse code. Some polygons contain more than one landuse ...
0
votes
0answers
7 views

ArcGIS Annotation x-y offset

We are migrating autocad text to arcgis enterprise geodatabase. I notice the text will never be at the same position because annotation has a box and the text is contain in that box. may I know how ...
8
votes
1answer
58 views

Watermarking photos using their geotag and create a shapefile

I have geotagged photographs and I would like to place a watermark of the photos location on the front for easy reference as well as creating a shapefile from the coordinates. Does anyone know of any ...
4
votes
2answers
62 views

What are the benefits of using ArcGIS with Postgresql over simply ArcSDE?

I understand that in order to benefit from ArcGIS spatial datatypes (ST_GEOMETRY, versioned geodatabases etc.) ArcSDE needs to be installed - and with the 10.1 client it is automatically installed ...
4
votes
2answers
49 views

Is it possible to create map packages for ArcMap version 10 using 10.1?

Is it possible to create a map package in an older version? Currently I 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 ...
5
votes
2answers
59 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
67 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 ...
3
votes
2answers
60 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
53 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
23 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
32 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 ...
1
vote
1answer
28 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
96 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
27 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: ...
3
votes
2answers
46 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
21 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
33 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
38 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
40 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
1answer
28 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
31 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
110 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
115 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
517 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
46 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
226 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
59 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
94 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
56 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
57 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
50 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
42 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, ...
3
votes
3answers
35 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
49 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
59 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
49 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
101 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
172 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
25 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 2 3 4 5 53