|
POST
|
I'll add some of the ESRI folks knowledgeable about Enterprise Geodatabases here in case they have input: Asrujit SenGupta Jake Skinner Vince Angelo Chris Donohue, GISP
... View more
10-05-2015
07:42 AM
|
0
|
0
|
1631
|
|
POST
|
To help troubleshoot this, can you provide a diagram of what you are trying to achieve? Also, which version of ArcGIS are you using? And are you using additional software (like ESRI Aeronautical-solution?) or just ArcGIS? Chris Donohue, GISP
... View more
10-04-2015
09:48 AM
|
0
|
0
|
1213
|
|
BLOG
|
Time does fly. The Call for Papers already! It seems like the last Conference was just a few months ago.... Chris Donohue, GISP
... View more
10-04-2015
09:42 AM
|
1
|
0
|
922
|
|
POST
|
Dan has some valid points. To help troubleshoot this, can you provide some more detail on what you did? You can upload screenshots if that is easiest. You can also post your code, which would be of great help in troubleshooting. To keep it formatted correctly, see this post: Posting Code blocks in the new GeoNet Chris Donohue, GISP
... View more
10-04-2015
09:28 AM
|
0
|
6
|
2335
|
|
POST
|
Yes, I've found with Network Analyst that when things come out not-as-expected, it almost always is an issue caused by either lack of connectiveness or a Network-specific attribute being set wrong. A quick way to check connectivity is to run another Service Area, but this time turn on the option to "Generate Lines". Once you have the output, you can visually look at the linework and see gaps. As for finding and fixing connectivity, run Topology on the Linework. Be sure to specify rules. Some Suggested rules: Must Not Overlap Must Not Intersect Must Not Have Dangles Must Not Self-Overlap Note that you will likely have to do many Exceptions, as there are valid occasions for some of these. For example, some streets end as a cul-de-sac, so are valid yet will trigger a "Must Not Have Dangles" error. Topology Rules ArcGIS Desktop As for Network-Specific Attributes, review your attributes to be sure that they are appropriate. Look for things like Oneway set in reverse of expected or a line segment being mis-set by a default attribute as non-traversable/prohibited. ArcGIS Help 10.1 Give that a try. If you still run into trouble, post an image of what you got and a description of what you is going awry. Be sure to specify what version of ArcGIS you are using, as there have been some changes in the last few versions. Good luck, Chris Donohue, GISP
... View more
10-04-2015
08:58 AM
|
2
|
1
|
1352
|
|
POST
|
As Rebecca mentioned, in ArcMap if one wants to work with another file without having to exit and restart ArcMap, one uses "Open" or "New". In both cases it will close any open file (and give you the option to save if any changes were made since it was last saved). One insight about ESRI GIS products - they don't always follow the processes that seem "standard" on many other software packages. So keep that in mind as you use the software - you sometimes have to think "outside the standard" to figure out how to make some of it work. For example, just yesterday I ran into a process where one specified an output filename and that area was "grayed out". The "normal" standard with applications is to gray out functions that do not apply due to a constraint. But not in this case - after being stumped a few minutes assuming it would not allow me to save the file as something was amiss, I went ahead and typed in a filename and it worked. That's just the way it is..... Chris Donohue, GISP
... View more
10-01-2015
03:13 PM
|
3
|
0
|
3578
|
|
POST
|
To clarify your question, which software are you using? ArcGIS? And which Version? If it is ArcGIS, instead of "Close" they have "Exit". Exit will shut down ArcMap. Is that what you mean by "Close", or do you mean another aspect of it? If so, can you elaborate on your question? Here's an example from ArcGIS 10.2.1 Chris Donohue, GISP
... View more
10-01-2015
02:31 PM
|
2
|
3
|
3578
|
|
POST
|
If you need to do this for purely cartographic reasons, you can make Representations of your points and then use this (setting it to "Random"): Disperse Markers (Cartography) ArcGIS Help (10.2, 10.2.1, and 10.2.2) Chris Donohue, GISP
... View more
10-01-2015
10:16 AM
|
1
|
1
|
1967
|
|
POST
|
I'll add Melinda Morang (ESRI Network Analyst Expert) here in case she has some ideas. Chris Donohue, GISP
... View more
10-01-2015
08:48 AM
|
0
|
0
|
598
|
|
POST
|
I think if you play with the Symbology settings you can define it the way you want. in the Layer Properties window, click on the Classify button. This will bring up the Classification window. In this Window try altering the Classification and see which method produces what you want. I suspect in your case it will be "Equal Interval". Another option is to choose "Defined Interval" and then type in manually the break values you want in the "Break Values" pane in the lower right. Chris Donohue, GISP
... View more
10-01-2015
08:36 AM
|
1
|
5
|
4597
|
|
POST
|
Question - will you be trying to use the data in some way beyond just iterating through them? I ask as a .e00 is essentially a "zipped" form of a Coverage and not much can be done with it while it is in a .e00 state. If you do extract it to a coverage, if you are not aware of it, there are several radical limitations to be aware of, including how it is named and even limitations on all the folders in the path to where it is stored. These limitations are from "back in the day" well before Windows came out, when computers had much more limited abilities. 21052 - Import an ArcInfo interchange file (E00) in ArcGIS Chris Donohue, GISP
... View more
10-01-2015
07:59 AM
|
1
|
3
|
2344
|
|
POST
|
Part of whether intermediate data is deleted or not is based on how the model is run. Data marked as intermediate data in a model is automatically deleted when the model is executed using its dialog box or when the model is executed from the Python window. Intermediate data will not be automatically deleted when the model is executed from the ModelBuilder window in order to maintain a model's has-been-run process state. Source: ArcGIS Desktop So for starters, which way are you running your model? Chris Donohue, GISP
... View more
09-29-2015
12:41 PM
|
1
|
9
|
5644
|
|
POST
|
If you have access to the Spatial Analyst Extension, you can use Focal Statistics (Spatial Analyst) to accomplish what you need: ArcGIS Desktop If you don't have access to the Spatial Analyst Extension and/or want to work entirely in the vector world, you could set up an iteration in either Modelbuilder or Python to loop through all the polygons. First it would Select By Location the surrounding polygons. Then it would Calculate Field the average of all the selected and write it to a field. Note that the Calculate Field function will need to draw upon the number of selected records to correctly calculate the average, as this can vary (example: corner polygon). ArcGIS Desktop Chris Donohue, GISP
... View more
09-29-2015
09:53 AM
|
1
|
0
|
2653
|
|
POST
|
Thanks, that helps provide a better idea of what you are looking for. My initial thought is that you could do a "moving window" analysis with the data as raster, as that is a common process. However, that said, I haven't done one that way in a few years and have to scratch my head a bit to remember it. I'll see if I can recall the process; meanwhile there are a whole slew of folks here on GeoNet who know this by heart. Here's a few of them: Dan Patterson Darren Wiens Chris Donohue, GISP
... View more
09-29-2015
09:38 AM
|
0
|
1
|
2653
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-18-2015 12:04 PM | |
| 1 | 09-29-2015 12:41 PM | |
| 1 | 11-29-2018 07:51 AM | |
| 1 | 05-08-2018 02:07 PM | |
| 1 | 07-26-2016 07:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
08-03-2022
01:39 PM
|