|
POST
|
Assuming the intent is for the lines to intersect cleanly: Example A is called an Overshoot. Example B is an Undershoot. Chris Donohue, GISP
... View more
01-21-2017
02:08 PM
|
1
|
1
|
3308
|
|
POST
|
Less likely, but worth checking if all else fails- check if your data and Data Frame all have a coordinate reference system applied. If some do not, they can change unexpectedly as you zoom in and out. Chris Donohue, GISP
... View more
01-20-2017
01:46 PM
|
0
|
0
|
1129
|
|
POST
|
If the data is in a line feature class and there is a field attributed by material type, one can run a Dissolve specifying the material type field as the dissolve field to create a layer with lines with consistent material. This dissolved feature class can then be symbolized by Material type to spot the changes. Alternately, if one has an Advanced ArcGIS license level, one can run Feature Vertices to Points on the Dissolved feature class, specifying Both Ends , to create a point layer which can then be symbolized to show the change locations. ArcGIS Help (10.2, 10.2.1, and 10.2.2) - Dissolve (Data Managment) Feature Vertices To Points—Data Management toolbox | ArcGIS Desktop Note that this assumes the data is coincident, i.e. pipe segment ends touch each other cleanly (no gap or overlap). If the pipe segments are not coincident, you will need to employ Topology and Editing to make their ends coincident. Chris Donohue, GISP
... View more
01-20-2017
01:31 PM
|
2
|
0
|
694
|
|
POST
|
I don't know for sure on that one. My SDE Administrator found that there were variations on the storage types not only based on what was specified but also what the Database is (in our case SQL Server), what version of database, and even in some cases what patches were applied. It would probably take some digging to figure it out. In regards to the issue you are trying to resolve, I wonder if there would be a way to take your data, irregardless of whether it is in a true curve or not, and process it to make true curves (like into a File Geodatabase). Just pondering, but that would then allow running the model. Also, let me tag a specific group.https://community.esri.com/community/transportation . They may know of a different approach to do the analysis. Chris Donohue, GISP
... View more
01-20-2017
08:33 AM
|
0
|
0
|
4269
|
|
POST
|
One caution, SDE supports several geometry types, but some of them do not support true curves. We recently discovered this when we were considering moving to a different geometry type for some our feature classes in SDE for performance reasons. Also, for other readers that are interested, I believe this is the model being used: http://www.arcgis.com/home/item.html?id=267ce9c896a5480982cfa4bfa1747018 - Identify True Curves Chris Donohue, GISP
... View more
01-20-2017
08:14 AM
|
0
|
0
|
4269
|
|
POST
|
File geodatabases do support true curves. However, of course, the depends on how the data got into the File Geodatabase. If someone imports a shapefile into a File Geodatabase, it does not change the "curves" to true curves; they still remain many small straight lines. Chris Donohue, GISP
... View more
01-20-2017
08:01 AM
|
1
|
0
|
4269
|
|
POST
|
Tagging Addressing for greater exposure. Chris Donohue, GISP
... View more
01-20-2017
07:50 AM
|
0
|
0
|
1039
|
|
POST
|
I don't know the specifics on the model mentioned but one possibility to bring up - it may be that the input data does not have the true curves it is looking for. For example, if the input data was from a shapefile, none of the features in it would be a true curve, as shapefiles do not support true curves (shapefiles form a curve by using very short straight lines instead). So getting a warning that an empty output was generated would technically be correct. I'd run a test feature class that has a mix of true curves and densified curves to see how the model responds. Also, it may be that the model is set up to do something different than what you want. Chris Donohue, GISP
... View more
01-20-2017
07:46 AM
|
1
|
0
|
4269
|
|
POST
|
I'm not sure what version you have of ArcMap, but here's the ArcGIS 10.1 instructions. If it is not 10.1, check the Help for similar topics as there may be changes between 10.1 and other versions. ArcGIS Help 10.1 Designing a Network Dataset ArcGIS Help 10.1 Creating the Network Dataset Chris Donohue, GISP
... View more
01-19-2017
01:06 PM
|
2
|
0
|
1274
|
|
POST
|
There are several places where things can go awry. Here's a good article with a process which helps one avoid the common issues. I'd run through this process. If it doesn't work out, let us know what went awry. How To: Import XY data tables to ArcMap and convert the data to a shapefile Chris Donohue, GISP
... View more
01-19-2017
10:06 AM
|
2
|
0
|
16729
|
|
POST
|
.AVX files were used with ArcView 3.x. I don't know offhand if they can be used in modern ArcGIS versions. avx - ArcView extension file (ODB format) source: FAQ: What are all the file extensions related to ArcView? Also, I have heard that the site you downloaded the program from has not been updated lately for recent versions of ArcGIS, as the proprietor is concentrating on other projects. rastrauch Chris Donohue, GISP
... View more
01-19-2017
09:26 AM
|
1
|
3
|
2910
|
|
POST
|
In the original map, something to check would be to see if any of the Annotation setting(s) are not checked on. Sometimes these get turned off, which means when graphics are attempted to be added they "disippear", when in fact with this setting unchecked they are getting added but not displayed. Note that there could be several annotation groups listed here (the example below just has the normal default). If any of the groups listed here have the checkboxes off, turn the checkbox on and then see if you can then add Graphics. Chris Donohue, GISP
... View more
01-19-2017
09:14 AM
|
3
|
1
|
8606
|
|
POST
|
What type of database is the network data being stored in? Personal or File Geodatabase? Enterprise Geodatabase? Or a diffferent database? Each database type has its own unique issues, so knowing this will help in troubleshooting. My guess would be its in an Enterprise Geodatabase based on the "table not registered" error, but that is just a guess. Also, one of the errors is "the spatial references do not match". Can you check on the coordinate systems used in the data for your network and see if they differ? All the coordinate systems should be the same to use the data in a Network Dataset, so that could be part of what is going awry. Chris Donohue, GISP
... View more
01-19-2017
08:21 AM
|
1
|
1
|
3255
|
|
POST
|
If the issue is that the tool is failing to move to the correct location, I'd start by checking that your Data Frame and data layers have a coordinate system. Also, check the section "Guidelines for specifying coordinates with the Go To XY command" in the tool Help (see link below) for the particulars on how the tool expects the data format to be when entered into the tool. Using the Go To XY tool—Help | ArcGIS for Desktop If the issue instead is that it does go to the correct location, but you are unable to add a point or callout, we'll need a bit more information. Is the goal to add a point as a Graphic? Or add a point as a feature in a layer? Also, when you are attempting this, are you in Data View or Layout View? Chris Donohue, GISP
... View more
01-18-2017
10:16 PM
|
2
|
3
|
8606
|
|
POST
|
Robert Scheitlin, GISP has the easiest answer. Modelbuilder is very useful, it a bit quirky to figure out at first. I will also add that the batch process can also be done using Python if you are familiar with it. What is Python?—Help | ArcGIS for Desktop A quick tour of Python—Help | ArcGIS for Desktop FAQ: What version of Python is used in ArcGIS? Chris Donohue, GISP
... View more
01-18-2017
10:13 AM
|
2
|
4
|
5760
|
| 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
|