|
POST
|
I don't know the exact solution (I'm not an SDE expert), but do want to pass on that at the City I am at we have many people viewing the information while others edit the data. That's one of the big advantages of an enterprise geodatabase (SDE). For example, it is very common to have dozens of people viewing our Parcel data while at the same time we have two people editing the Parcel data (in versions). Locks occasionally are a problem, but not a major issue. So the fact you are getting lock issues seems odd. To help the SDE experts on GeoNet provide ideas, can you elaborate on the following: Is the system structured so Default is protected? Is it a Versioned environment? What version of ArcGIS are you using and what enterprise geodatabase (and version)? Geodatabase Chris Donohue, GISP
... View more
12-02-2016
01:31 PM
|
1
|
2
|
5049
|
|
POST
|
If the transmission towers are coincident with the lines and the lines are all connected without gaps (I know, probably too much to ask with CAD data sometimes), one workflow would be to split the transmission line by the tower points, add attribute fields to the split lines for start and end, then use a Join to add the tower information to the lines. The result will be a line feature class attributed with the tower ID for each end of the line that you can then read the distances off of. Here's a similar question that was posted on GeoNet recently. The full process is described in detail at the end of the thread. Distinguishing lines that connect different type of points You will also need this: Split Line at Point—Data Management toolbox | ArcGIS for Desktop The one catch is that I don't know if ArcGIS Pro has all this. Chris Donohue, GISP
... View more
12-01-2016
10:00 AM
|
0
|
0
|
1347
|
|
POST
|
Some more detail on the options Dan Patterson mentioned: Alter Field—Help | ArcGIS for Desktop Alter Field Geoprocessing Tool Delete Field—Help | ArcGIS for Desktop Delete Field Geoprocessing Tool Chris Donohue, GISP
... View more
12-01-2016
08:50 AM
|
1
|
0
|
2276
|
|
POST
|
I agree with Neil Ayres in that the shift is not of any major consequence and is likely at the limits of the software to resolve. Note that if you are looking at the linework at a scale of less than 1:1 in ArcMap that what is seen is often a visual artifact. ESRI Tech support has confirmed that below 1:1 there can be visual results shown that are not representative of the data. Strangeness - gaps unintentionally created while editing One way to check if the depicted shift is of any consequence is to evaluate it against the XY Tolerance setting for the data. If the shift is below the tolerance, then the feature are considered coincident even though they seem to be off by a small amount. ArcGIS Help (10.2, 10.2.1, and 10.2.2) (scroll down to Tolerance section) Tolerance\resolution concept, (GeoNet discussion on XY Tolerance and Resolution) Chris Donohue, GISP
... View more
12-01-2016
08:14 AM
|
2
|
0
|
1985
|
|
POST
|
Give it a try and see if it works for your data. The more one does GIS the more one realizes there are several ways to do any task. So if this doesn't work out, post what the issues were and what the conditions are that need to be met, and I'm sure folks here on GeoNet can come up with other ideas. For example, I suspect several folks on here could come up with a Python Script to do what you need. Chris Donohue, GISP
... View more
11-30-2016
08:30 AM
|
2
|
2
|
1643
|
|
POST
|
One approach would be to create end points from each line, then use Select By Location to find where they do contact another Feature. Then reverse the selection to find the ones that do not connect. Feature Vertices to Points geoprocesssing tool, with End option specified Feature Vertices To Points—Data Management toolbox | ArcGIS for Desktop (Note - this is the Help for Pro, but it works the same in ArcGIS). Selection, Select By Location, with "Select Features From;" set to your Points and the feature layer you want to check against. There are many options one can try. For example, depending upon your data and conditions, these two may work if you are comparing against polygons or lines: "Crossed by the outline of", "share a line segment". If you are comparing against other points, try "Are Identical to". I'd test the various options versus your expectations, as it is not always obvious which option to use. Using Select By Location—Help | ArcGIS for Desktop Chris Donohue, GISP
... View more
11-30-2016
08:23 AM
|
2
|
4
|
1643
|
|
POST
|
Expanding on what Darren Wiens suggested, if it turns out the shapefiles cannot be recognized by your copy of ArcGIS, something to try would be to run the Check Geometry (Data Management toolbox) Geoprocessing tool ArcGIS Help (10.2, 10.2.1, and 10.2.2) - Check Geometry Shapefiles are a fairly open format and not all shapefiles are ESRI-complaint, so Check Geometry may point out any issues. If issues do show up, one can run Repair Geometry (Data Management) to attempt a fix on the shapefile. While not a guaranteed fix, I've found it quite often turns a bad shapefile into something usable. ArcGIS Help (10.2, 10.2.1, and 10.2.2) - Repair Geometry Note - be sure to back up your shapefiles before running this tool, as Repair Geometry alters the input file. Chris Donohue, GISP
... View more
11-29-2016
10:04 AM
|
0
|
0
|
9058
|
|
POST
|
I don't know the answer, but let me tag a group that may be able to help: https://community.esri.com/community/gis/analysis/spatial-statistics Chris Donohue, GISP
... View more
11-29-2016
08:52 AM
|
1
|
1
|
2099
|
|
POST
|
Is your Excel Data of points that make up the polygons? Also, is there an ID field that identifies which points are part of which polygons? If so, the workflow would be check the Excel data to make sure it is "GIS compatible", import the Excel data to GIS, save the resulting import as a point shapefile (or feature class in a geodatabase), then build the polygons from points. Before importing to ArcGIS, be sure the Excel spreadsheet has been "cleaned up" to GIS standards. This will help avoid issues after import. Formatting a table in Microsoft Excel for use in ArcGIS—Help | ArcGIS for Desktop Adding the Excel table to ArcGIS Adding a Microsoft Excel table to ArcMap—Help | ArcGIS for Desktop Once the Excel data is in ArcGIS, be sure to save it out as its own shapefile, as the initial display is an "Event layer" and is just temporary. To convert the points to polygons, there are several methods. Note that some depend on what license level one has and one method involves a third-party add on (ET Geowizards). For the latter, I believe one can download a demo copy for free. Also, some of the methods rely in part on using a File or Personal Geodatabase during the processing. If so, from the beginning import save to a geodatabase, do the processing, then export the final product once the polygons are completed to a shapefile. How To: Convert a point feature class to a polygon feature class Chris Donohue, GISP
... View more
11-28-2016
11:53 AM
|
1
|
11
|
33737
|
|
POST
|
There are several ways to do this, but it depends on what you are working with and what type of shapefile you want. Some questions to help clarify what you are after: 1. Will the resulting shapefile be of points, lines, or polygons? 2. What version of ArcMap do you have and what license level? Chris Donohue, GISP
... View more
11-28-2016
10:42 AM
|
0
|
13
|
33737
|
|
POST
|
Some questions to help clarify what you want: When the nodes get reduced to one, does it matter where the resulting one "collapsed" node is spatially? Does it need to be at one of the existing nodes to be collapsed locations or can it be a totally new place, like the central location of all the collapsed nodes? Is there any constraint on the nodes location in relation to the existing line features? Chris Donohue, GISP
... View more
11-28-2016
10:05 AM
|
0
|
1
|
1650
|
|
POST
|
Another thing to try is to "save down" the CAD file to an older version before converting. You will likely need to do this as AutoCAD 2016 is not supported by ArcGIS 10.2.2. The most recent CAD format that is supported is AutoCAD 2014. ArcGIS Help (10.2, 10.2.1, and 10.2.2) - Supported CAD formats in ArcGIS Chris Donohue, GISP
... View more
11-26-2016
02:15 PM
|
1
|
0
|
2682
|
|
POST
|
If you are using ArcGIS, there is a process available to convert Graphics to Features. This would allow you to save the lines for later use. However, this process doesn't save the arrowheads, so if you want to show arrowheads you will need to symbolize the lines once you have them as a layer. Also, you may have to go into editing mode and Flip some of the line segments to make the arrowheads come out in the desired direction. You can convert graphics you draw on your map into shapefiles or geodatabase feature classes. The Convert Graphics To Features command, which is available from the Drawing menu on the Draw toolbar or by right-clicking a data frame in the table of contents, supports all the graphic types you can draw with the tools in the graphics palette on the Draw toolbar, including circles, curved lines, and freehand lines. Understanding converting between graphics and features—Help | ArcGIS for Desktop A quick tour of symbols and styles—Help | ArcGIS for Desktop Flipping the direction of a line—Help | ArcGIS for Desktop Chris Donohue, GISP
... View more
11-26-2016
02:07 PM
|
2
|
0
|
2623
|
|
POST
|
I don't know the exact answer, but will toss out a some ideas for thought: 1. How about inversing your elevation data (multiply by -1), building the surface, and then running your Peak analysis? 2. On your original data, consider using Sink (Spatial Analyst) ArcGIS Help (10.2, 10.2.1, and 10.2.2) Chris Donohue, GISP
... View more
11-22-2016
08:21 AM
|
1
|
0
|
1857
|
|
POST
|
Welcome to the world of water! Asking "what is NHD" is sort of like asking "what is GIS" - it's a broad question, and not quickly answered. So as a starting point, I'd look here to get an overview of what NHD is: U.S. Geological Survey - National Hydrography Dataset You can locate the USGS contact for your region here: MOU / Info I suspect these contact(s) can tell you who is updating the NHD data for your area, and if it is your organizations responsibility, what the current process/expectations are. Once you get a better idea of what the NHD is about and what you will be doing with it, there are folks on GeoNet that use the data often and can answer specific questions. For example, I suspect many of the folks in this group are familiar with the data: Arc Hydro Chris Donohue, GISP
... View more
11-21-2016
08:36 PM
|
1
|
3
|
1495
|
| 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
|