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).
2
votes
2answers
389 views
What issues exist with using log4net as a logging framework for ArcGIS Desktop?
While updating some ArcObjects projects to ArcGIS 10, I realized that I don't have a comprehensive logging strategy. Sometimes it's log4net. Sometimes it's System Trace/Debug. Sometimes custom ...
5
votes
1answer
516 views
Printable Esri symbol sets, a.k.a. style references
Does anyone know of good printable documents of the as-shipped Esri symbol sets, also called Style References?
The new with Arcgis 10 ability to search symbol sets is a great boon, but one can still ...
3
votes
2answers
59 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 ...
2
votes
3answers
166 views
Looking for a fine U.S. Latitude and Longitude grid (0.25, 0.5 degree)
There is a global latitude and longitude grid data available at 1 degree resolution and higher (http://www.arcgis.com/home/item.html?id=f11bcdc5d484400fa926dcce68de3df7). Is anyone aware of a finer ...
1
vote
2answers
98 views
Using the ArcGIS Runtime SDK for C# is there a method to Hit Test for a polygon on the graphics layer?
I am very new to using ArcGIS runtime SDK for C#.
I have loaded a polygon from a shapefile.
I wish to query if a lat/long point is inside or outside the polygon?
How can I do this?
Thanks in ...
12
votes
1answer
227 views
How can I utilize NumPy arrays to optimize big data geoprocessing?
I'm interested in learning how to utilize NumPy arrays to optimize geoprocessing. Much of my work involves "big data", where geoprocessing often takes days to accomplish certain tasks. Needless to ...
2
votes
2answers
56 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 ...
2
votes
1answer
161 views
How to Calculate Utilization Distribution Overlap Index (UDOI) in ArcGIS 10?
I was wondering if any of you happen to have any information on how to calculate the Utilization Distribution Overlap Index (UDOI) in ArcGIS 10? If I understand it correctly the UDOI takes two kernel ...
3
votes
2answers
44 views
Problems displaying joined attribute data through ArcGIS Server
I have an ArcSDE feature class in an ArcMap MXD which I have 'joined' to a view into an external SQL database table, that is connected via an OLE DB connection.
In the MXD the join works perfectly; I ...
7
votes
1answer
56 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 ...
1
vote
2answers
59 views
upload table to ArcGIS Server
We are building a process which will allow users to submit a table of GPS data to update our central repository for all GPS data. Let's say that the target is simply a SQL data table. At first I ...
3
votes
1answer
52 views
Is there a service that would return me all streets in a city (ZIP)?
I am looking for a service that you know of, that would return me all streets in a city (ZIP) for the purpose of building a drop-down (or auto-complete) address entry field.
Thanks
4
votes
2answers
60 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 ...
3
votes
3answers
34 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 ...
2
votes
1answer
31 views
US Census Data - An orderly means of deducting the area-weighted population of segments of incorporated places from the population of counties?
I'm working in ArcMap 10.1. Currently examining the segment of states with a geographical hierarchy of
Counties, coextensive with state boundaries
Within counties, unincorporated areas and ...
2
votes
1answer
37 views
Using histogram in ArcGIS 10 with dates and sum of values
I have a point feature layer in ArcGIS. I want to add a histogram which shows a histogram for selected points. This works perfectly. Two problems:
I have a datefield, which spans about three years. ...
5
votes
2answers
56 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 ...
13
votes
7answers
2k views
How to create a trade flow map in Arcgis or any free software
I am trying to represent trade flows on a world map where the size and direction of arrows indicate the exports/imports of a given country.
This type of map is commonly found in magazines and ...
0
votes
2answers
2k views
How can I add the Spatial Analyst ArcToolBox?
I tried to add the Spatial Analyst ArcToolBox by right click and selecting 'Add Toolbox' but I cannot find in any folder the available toolboxes. They seem that they have disappered. I work with ...
3
votes
4answers
2k views
Scriptable way to merge polylines that join in ArcGIS
I have a number of polylines (around 9000), a number of which have one or both ends touching another polyline. I would like to merge these ones together into one polyline - thus reducing the number of ...
0
votes
2answers
30 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 ...
3
votes
1answer
443 views
How to create create cross-sections in ArcGIS?
I have some problems to find the correct tools for a university project I am working on. Would be really nice if someone could help me to find the right tools.
Is there the possibility if I have a ...
3
votes
3answers
220 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 ...
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 ...
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 ...
14
votes
4answers
434 views
The simplest way to uninstall any and all ArcGIS products?
What it is the simplest and most straightforward way to uninstall any and all ArcGIS products more or less in one go that might be present on a Windows machine? perhaps scriptable?
Add/Remove ...
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 ...
5
votes
3answers
1k views
Extract Raster Value into Polygon Attribute
I have Raster Data for a State which has Elevation Data in its pixels. I also have Vector layer which has the 300 divisions of State. what I need is, I want to get the average elevation value of ...
5
votes
3answers
359 views
How do I use polygons to apply a unique value to all raster cells within those polygons?
In ArcGIS 9.3, I have a raster file that I would like to "mask" with polygons, giving a single value to all the raster cells that overlap the polygons. How can I do this? Here's a screen shot, where ...
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 ...
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 ...
4
votes
5answers
7k views
For every point, distance to nearest polygon of type X?
In ArcGIS how might one calculate as an attribute value the distance to the nearest polygon of type X? Say we have a point layer of wildlife observations and we want to know how far each of them is ...
1
vote
1answer
149 views
Need to get the ArcGIS Runtime SDK for WPF Routing example to work with my gpk and mpk
I went through the following two examples to get an idea of how to create a custom, local Routing Task
This is a walkthrough that takes you step by step through the creation of your first routing ...
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 ...
22
votes
9answers
9k views
How can I connect to a PostGIS database from ArcMap 9.3 and 10.0?
How can I connect to a PostGIS database from ArcMap 9.3 or 10.0?
Ideally, I would like to be able to perform spatially enabled queries and receive the results back (e.g. spatial and non-spatial ...
2
votes
1answer
53 views
Finding distance (in time) from nearest point out of 4 along a road network
I have four points representing harbors along the coast. I also have a roads layer that has info on each road segment such as length, speed limit, and travel time.
I calculated travel time with ...
2
votes
1answer
243 views
Auto-update the map service & REST in ArcGIS server 10.1
I have one map service which is updating per day so I need to manually overwrite the service in ArcGIS 10.1
In previous versions 10.0 its very easy..just update the .mxd then REST will be auto ...
3
votes
2answers
959 views
How to merge two polylines in code?
We are currently working on a project where we have to merge sections (polylines) to a route, but the big question is how you do this. We have currently tried adding those two as segmentcollections ...
1
vote
2answers
148 views
Creating non-spatial Many to One Joins/Relationships between tables
I may have missed a trick here but I can't seem to find a solution.
I have a table of ~1.6 million postcodes, also containing co-ordinates, and a separate file detailing ~6000 a population with ...
1
vote
3answers
95 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 ...
0
votes
1answer
128 views
Is there a way to develop configuration interface for custom widget in Flex Application builder?
Hello fellow GIS developers,
I'm currently trying to know if it's possible to develop a custom configuration interface for custom widgets in ArcGIS Flex Application Builder.
The standard widgets have ...
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 ...
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:
...
0
votes
1answer
244 views
How to generate all possible routes between two points?
I have a network dataset in ArcGIS and I need to generate all possible (not only the shortest one) routes between two given points (A, B). Is it possible to do it with the Network Analyst? Or with any ...
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 ...
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++ ...
3
votes
1answer
93 views
Error with publishing Sort tool on ArcGIS Server 10
I have a model that has one tool (Sort), works fine on desktop. When I try to publish get this error.
Geoprocessing service initialization failed.
Invalid parameter: Tool - General Sort : Parameter ...





