|
POST
|
I agree: Spatial Join (within, closest, whatever works) Select layer for missing values Add Join with spatial join output by feature ID Calculate Field to fill in missing values
... View more
04-02-2021
09:28 AM
|
1
|
2
|
1812
|
|
POST
|
You want specific latitudes or longitude lines, not a regular lat long grid ("graticule") so I don't think fishnet (or graticules and grids - a property of the data frame) are what you are looking for. Here's a fairly simple approach: Create an excel sheet with lat long points at (or beyond) the ends of the lines you want to draw (long-lat in decimal degrees) and create points (Display XY Data). Be sure when you load the data to specify a GCS (the default in ArcMap is the data frame coordinate system). Then create a line feature class and use the ArcMap editor to draw the lines, snapping to your points. Or, you could create a line feature class in GCS, and use the ArcMap editor to type in the XY coordinate vertices (with a data frame set to GCS so you could see what you were doing). Any other olds remember doing this by writing AMLs using the GENERATE command?
... View more
04-02-2021
07:30 AM
|
1
|
2
|
6555
|
|
POST
|
This used to be a bigger deal and the software keeps getting better at doing these things for us. However, I really like to avoid unnecessary projections and especially geotransformations when possible to 1) maximize performance and 2) geotransformations (like nadcon) are really warps, not mathematically defined, so you can introduce error going back and forth a lot. So when I set up a web feature service I recommend using WGS84 Web Mercator, and project the data when I copy back down to desktop. I am curious what others have to say.
... View more
04-02-2021
07:17 AM
|
2
|
0
|
1432
|
|
POST
|
It sounds like to me like they are the same coordinate system, just the labeling is different. This sometimes happens with datasets created from different software or versions of software. If they really are the same, you can use the Define Projection tool to define them both to WGS 1984 (to find it in the dialog search for 4326). May want to work on a copy if you are not sure about this.
... View more
04-02-2021
07:04 AM
|
1
|
0
|
4873
|
|
POST
|
This can be done by creating a table, adding fields, and adding data using a cursor. The easiest way is to do this in Python using the Calculate Value tool. However, if you are in a hurry, you can use the Calculate Value tool to just spit out the values in to the messages stream, use the expression (the things in % are all model variables, %n% is a built in one that counts loops though you could use any model variable to identify results): "Result {}: {} {} {}".format(%n%, %zscore%, %index%, %pvalue%) and then copy and paste the messages stream into a text editor and clean it up to make a csv to load into excel. Sometimes brute force is easier than writing a bunch of code. UPDATE: I fixed up the expression above and added another variable to identify the results for each loop.
... View more
03-31-2021
08:20 AM
|
1
|
0
|
3555
|
|
POST
|
The issue is file locking. When you create or access data in your gdb, layers are created in memory that are pointing to your data and create a file lock that prevents deleting. Are you deleting all the layers and data before trying to delete the workspace? Even if you do that it can be challenging.
... View more
03-28-2021
07:07 AM
|
0
|
1
|
3955
|
|
POST
|
The model variable %scratchGDB% or %scratchFolder% will be replaced with a current writable location, normally a GDB or folder named scratch in the current project folder. For details, see the help for these environment variables.
... View more
03-27-2021
07:49 PM
|
0
|
3
|
3988
|
|
POST
|
Have you compared the contours of your geo-registered quads? If there was anything major it would probably be visible doing a visual comparison of contours. Honestly I wouldn't expect the landscape to change that much over 100 years to exceed the error between the different methods of creating contours.
... View more
03-27-2021
04:52 PM
|
1
|
1
|
16070
|
|
POST
|
I found a paper about this. It sounds like it doable but problematic, remember that you are probably talking about three different methods of creating contours (with different types and amount of error on each). And -- very small changes with respect to the typical USGS quad contour interval. https://www.sciencedirect.com/science/article/abs/pii/S0169555X11002923 Yes, it's a lot of work to extract contours in an automated way, and very image-specific. Usually the least painful way to do it is to digitize it 'by hand' - though I have to say this is much easier using modern tools than on the old big digitizing tablets!
... View more
03-27-2021
04:50 PM
|
1
|
0
|
16074
|
|
POST
|
You may get what you need by doing a Region Group on the results and selecting the zone that is connected to the ocean. That sounds a lot more efficient for a simple model!
... View more
03-27-2021
04:12 PM
|
0
|
2
|
3952
|
|
POST
|
You can't delete objects that have been validated in ModelBuilder because there are file locks in play. Have you tried using scratchGDB instead of in_memory? That way if you have a crash the scratch data will still be there after the model fails.
... View more
03-27-2021
04:09 PM
|
0
|
0
|
4014
|
|
POST
|
What are you trying to accomplish? For just about any use case in the U.S. I believe you would be better off (in my opinion) using elevation data available from 3DEP in The National Map. The 3DEP is built from the best available data which in many cases are much more up to date and detailed than the contour data you are trying to capture. Even if the only data are available are contours, USGS creates their DEMs hydro-enforced, which is a great deal of work beyond just capturing the contour lines.
... View more
03-27-2021
03:51 PM
|
2
|
4
|
16117
|
|
EVENT
|
Professional GIS Education at South Dakota Mines Intro to ArcGIS I: Mapping with GIS (May 17-19, 2021) (online or in-person) Intro to ArcGIS II: GIS Analysis (May 20-21, 2021) (online or in-person) Field Data Collection with ArcGIS (May 24-25, 2021) (in-person) Switching to ArcGIS Pro (May 19, 2021) (online-only) The workshops are designed for busy professionals who need to quickly gain or expand GIS skills with ArcGIS software. The Switching to ArcGIS Pro (online only) workshop will be taught by the author of the recent Esri Press book, Switching to ArcGIS Pro from ArcMap. The Intro to ArcGIS (in-person or online) workshops offer students the choice of learning either ArcMap or ArcGIS Pro. The common fundamental concepts are covered in the lectures, and the hands-on lab exercises can be done using either ArcMap or ArcGIS Pro. The instructor for this class has been using, deploying and supporting Esri software for more than thirty years. The Field Data Collection (in-person only) workshop will use ArcGIS Pro and the ArcGIS Online cloud platform. Students must supply their own mobile device that supports Bluetooth (GPS equipment is provided) and ArcGIS field applications. All needed computers and software are provided. South Dakota Mines has taught more than 110 workshops to over 1,200 participants since the year 2000. The instructors have decades of experience using and teaching ArcGIS. For more information and to register for workshops, please visit http://www.sdsmt.edu/gisworkshops
... View more
03-27-2021
03:47 PM
|
0
|
0
|
1010
|
|
POST
|
Yes, was happening while I was placing points. Basically nothing happens, when it finally does the point appears on the map and the list at the same time. Adding selected worked instantly as I said, but adding points by clicking on the map was equally slow anywhere on the map. This a very small data set: 4300 edges, 3300 junctions. Today I can't reproduce today. May be one of those things where turning it off and turning it on again fixed the issue. I will let you know if it re-occurs and I have something new to report.
... View more
03-24-2021
04:07 PM
|
1
|
0
|
1780
|
|
POST
|
The only alternative I can see is to set up ArcGIS Enterprise on your local network and share data using that connect off line. But if you can share with Enterprise is that really "offline"? ArcGIS Pro is a client to services, not a server.
... View more
03-23-2021
10:34 PM
|
1
|
1
|
2561
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-11-2021 01:26 PM | |
| 5 | 12-10-2021 04:58 PM | |
| 1 | 02-27-2017 09:30 AM | |
| 2 | 12-04-2023 01:05 PM | |
| 1 | 04-12-2016 10:17 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-19-2024
12:10 AM
|