| bio | website | polygeo.com.au |
|---|---|---|
| location | Brisbane, Australia | |
| age | ||
| visits | member for | 2 years, 10 months |
| seen | 3 mins ago | |
| stats | profile views | 960 |
Freelance ArcGIS Specialist & GISP-AP with 25+ years Esri software experience, working where possible with Geoprocessing (including GP Services), ArcPy/Python, Open Source GIS, OGC Interoperability, OpenStreetMap, Zoology & Genealogy
|
Oct 15 |
comment |
Recovering Latitude and Longitude from Albers to Compute Distance Is there a straightforward way to apply Haversine in ArcGIS? |
|
Oct 15 |
comment |
Recovering Latitude and Longitude from Albers to Compute Distance I defer to geodesists to answer that but for my purposes I have always been happy to use Albers or Lamberts. |
|
Oct 15 |
comment |
Distance of many polygons to a segmented line "TARGET_FID just creates an identifier for every polygon" makes me think you have reversed the two inputs but in any event it sounds like you are getting a better understanding of how to use and the power of Spatial Join now. |
|
Oct 15 |
comment |
Distance of many polygons to a segmented line My quick read of the help suggests that TARGET_FID will hold the identifier of the line segments. |
|
Oct 15 |
comment |
overlay county shapefiles for 2 different years I think @FloHarrison should be awarded the Answer and Bounty |
|
Oct 15 |
comment |
Distance of many polygons to a segmented line Should be no need to do anything with Field Mapping. For Join Operation try ONE_TO_ONE first, and see if that provides the solution you seek. |
|
Oct 15 |
comment |
Compiling a list of units that border each other You would only be deleting records for counties adjoining other counties within the same state. |
|
Oct 15 |
comment |
Compiling a list of units that border each other Only one shapefile is input - could be counties for whole of US or if your focus is counties of Georgia, North Carolina and no other states then select these out into a new starting shapefile first. |
|
Oct 14 |
comment |
How to do Spatial Query by Objects On Graphic Layer? Could you add a few more details, please? For example, are you using a version of ArcGIS Server, and through what API? |
|
Oct 13 |
comment |
Use python to add layers to TOC I was looking for @geogeek's remarks but they appear to be absent. In any event, as his corrected code shows, you need to create the MapDocument and DataFrame objects outside of the loop that runs through your layers. Otherwise you are starting with the original map each time. |
|
Oct 13 |
comment |
Remove Illegal Characters in Model Builder You could also put the Python code into a Calculate Field tool if you want to perform the operation in ModelBuilder. |
|
Oct 11 |
comment |
Feature Class - Adding domain to have dropdown box in Attribute Table You will also need to click on the field in the feature class properties in order to see the properties of that field and choose whether to use a domain. If no domains are seen, check that data type of domain and field you wish to use it with match. |
|
Oct 10 |
comment |
How to count zero values in a table in rows and write it to new field? I aspire to be more "Pythonic" so will try to remember for next time - which is what I intended last time I saw that syntax - thanks! |
|
Oct 10 |
comment |
How to rotate labels using ArcPy? I just looked at ArcGIS Ideas to see if anyone had already asked for this but no luck. You may want to add a new ArcGIS Idea and post a link here so we can add votes to it. |
|
Oct 10 |
comment |
How to rotate labels using ArcPy? As a workaround you could try rotating the labels of your layer and save that as a layer file, then when you need rotated labels for that layer use AddLayer to add the layer file. |
|
Oct 10 |
comment |
Drawing a Straight Line Between Two Polygons on a Map and Listing Which Polygons It Passes Through To become familiar with how to create a new shapefile or feature class and edit a line into it you may want to consider running through the Editing Tutorial which can be found here resources.arcgis.com/en/help/main/10.1/index.html#//… |
|
Oct 8 |
comment |
overlay a county shapefiles for 2 different years Started upgrading my Answer to one similar to gis.stackexchange.com/questions/30675/… (before I saw it) - I recommend using that rather than the approach I suggested here. |
|
Oct 8 |
comment |
overlay a county shapefiles for 2 different years I'll try to flesh out the steps tonight to ensure that this will work. |
|
Oct 8 |
comment |
How to detect duplicate attribute values in a table using ArcPy Until I discovered Summary Statistics I could not imagine how to do without Frequency. |
|
Oct 8 |
comment |
How to keep track of changes (version control) to MXD files? If you are interested in versioning of MXDs/LYRs then this is an ArcGIS Idea you may want to vote for: ideas.arcgis.com/ideaView?id=08730000000882eAAA |