POST
|
my opinion is you should draw the culverts as a line from point to point, or maybe simply a point where the culvert intersects the route. If you need to know where the culverts are along the highway in the R&H database, use the location of the culvert point, line to intersect, and locate the route/measure of the culvert point of intersection along the highway. If you wanted to look at the condition along the culvert you could support linear referencing along the length of the culvert, but that culvert would not be a road or a highway, so you might just want to use traditional linear referencing or a water resources application like HY-8 for that.
... View more
06-18-2024
03:18 PM
|
1
|
0
|
500
|
POST
|
1. create a route (create route) from your stream centerline using begin and end measures of 0 and the length of the river centerline. 2. locate the xy points along the route (locate features along route) to make an event table of the route reference coordinates and offsets. Offsets should be negative and positive for right and left and there is an option to set which is right and left. 3. To review the coordinates make a route event layer using the linear referenced route coordinates and the route reference. There are several options to each of these tools so if you find something doesn't work how you expected, try another option.
... View more
01-04-2024
02:56 PM
|
0
|
0
|
980
|
POST
|
https://www.mapillary.com/ does some of this, it has the collection apps and an extension for arcgis pro although I prefer using the website. It doesn't meet all of your requirements but it is pretty much free to use.
... View more
09-01-2023
11:54 AM
|
1
|
1
|
1491
|
IDEA
|
If you create a process in the jupyter notebook in pro and it takes too long or has a looping error it is not possible to break or cancel the process while running in pro. The only method to kill the process is to kill the ArcGIS pro application. The idea is to add a button or menu item to kill the notebook to stop it from processing.
... View more
02-24-2023
02:56 PM
|
2
|
2
|
3829
|
IDEA
|
I agree batch exporting layouts to pdf is a great idea, and it was pretty easy to do with python, here is an example in a python notebook https://github.com/gontek/CMED/blob/main/LayoutExport.ipynb In this example rather than export all layouts I am controlling the desired layouts to be output by explicitly listing those layouts by name. To export all layouts I suppose you could change the logic to "not in" on line 9 and have an empty list.
... View more
01-06-2023
07:05 AM
|
0
|
0
|
1198
|
POST
|
I am not sure if I am answering the question you are asking but if you want to use an external IDE with your ArcGIS pro cloned environment that environment python interpreter can be found at C:\Users\%USER%\AppData\Local\ESRI\conda\envs\arcgispro-py3-%clone name% If you want to find the location where arcgis pro stores the internal jupyter notebooks created in arcgis pro I think by default those notebooks are found in the same directory as the pro project, which by default might be C:\users\%user%\documents\arcgis\projects I think you would probably need to somewhat coordinate the location of the jupyter notebook with the interpreter environment to get the results you would expect working with an IDE outside pro, especially if you want to use the arcgis libs in that ide.
... View more
12-21-2022
01:36 PM
|
0
|
1
|
2533
|
POST
|
Sure - If you have a working model builder export that to python or look at the geoprocessing history and copy the python commands to a notebook in pro. Take advantage of for loops with incrementation and use the looping to automate the input and output naming conventions, and change the input and output of the geoprocessed python commands to use the iterated string variables to meet your needs.
... View more
12-19-2022
07:56 AM
|
0
|
0
|
1093
|
POST
|
for what you are doing my tip would be use python instead of model builder and simply iterate your tin names in loops with python.
... View more
12-19-2022
07:19 AM
|
1
|
0
|
1101
|
POST
|
One way to show hatch marks for your linear referencing in web maps is to create points that represent the hatches for the web mapping. The following python script was used by a DOT to "fake" the hatches with points. The script uses in-memory datasets which I believe are not supported in the same way as they once were, and would likely need to be modified. https://github.com/KDOTGIS/pydot/blob/master/HatchFake.py
... View more
11-04-2022
06:06 AM
|
1
|
1
|
1145
|
POST
|
I believe I am experiencing a similar issue with McAfee on one particular computer. Attempts to create a file geodatabase in a directory take a very long time and the task manager shows the antivirus spiking in activity. Attempts from another computer - same version of pro, same output directory, do not encounter the issue. Did you resolve the issue?
... View more
10-12-2022
02:01 PM
|
0
|
0
|
2392
|
POST
|
This convenience seems to be fixed/restored in Pro 3.0
... View more
10-10-2022
07:36 AM
|
0
|
1
|
1303
|
POST
|
to the original question of calculation of 10-85 slopes, I would use linear referencing in the following general geoprocessing: 1. calculate a field in the drainage line/flowpath that is from, and set it equal to zero 2. calculate a field in drainage line that is equal to the the shape length of the stream 3. calculate a field in the drainage line that is the shape length *0.1 4. calculate a field in the drainage line that is the shape length *0.85 5. make sure you have a unique identifier for the drainage lines create routes from stream lines (uniquely named) using the digitized direction (correctly drawn) using either the projected from (0) and to (shape length) calculated into fields; export the table/make table view from the drainage lines and make route event layers as points of the 10% and 85% coordinates along the stream route calculate elevations at those event layer point locations, one way is using "Extract Values to Points" The event layers should cleanly join back to the drainage line unique identifier/route identifier, so then calculate slope =delta elevation/delta 10-85 coordinates along the route
... View more
08-04-2022
09:47 AM
|
0
|
0
|
693
|
POST
|
It looks like that error message means the dataset already exists there and your geoprocessing environment setting doesn't have an attribute that looks like a typo of "overwriteOutput"
... View more
05-10-2022
06:02 AM
|
0
|
0
|
543
|
POST
|
Did you try to save the georeferenced image as a new image so that the sharing recognizes the spatial reference? That error message looks like you are sharing an image file as a feature later not a tile layer, check the sharing configurations for tile layer settings and options.
... View more
03-23-2022
08:19 PM
|
0
|
0
|
474
|
Title | Kudos | Posted |
---|---|---|
1 | 06-18-2024 03:18 PM | |
1 | 09-01-2023 11:54 AM | |
2 | 02-24-2023 02:56 PM | |
1 | 12-19-2022 07:19 AM | |
1 | 11-04-2022 06:06 AM |
Online Status |
Offline
|
Date Last Visited |
09-24-2024
08:45 AM
|