POST
|
The errors say the file is being edited. If I saw this error, I would close GIS (this ensures everything is saved and I assume closes the edit sessions) and restart to see if that does it. I find ArcPro is easy to edit in but often find myself working “beyond the save” and having to go back to save edits (stop editing) before I can go forward again. Mark
... View more
04-19-2025
08:14 AM
|
0
|
1
|
304
|
POST
|
Is there a way to create a code to loop through these and select the shapes that have both the same start and end xy and merge them? You may need to find a way to make sure the fields from the simpler one are the default unless the data in the field is different. Here is a crude conceptural code (not python at all) - sorry no time to make this perfect... for shp in shapes select shapes in shape where [shp(start)=other_shapes(start) and shp(end)=other_shapes(end) or shp(start)=other_shapes(end) and shp(end)=other_shapes(start)] # addresses those in reverse direction if count(selected shapes) >1 merge end if end for
... View more
02-13-2025
11:00 AM
|
0
|
1
|
1094
|
POST
|
I don’t have time to do any detail cogitating on this, but it sounds like a topology issue. Get it in a geodatabase and set up topology rules.
... View more
02-13-2025
06:07 AM
|
1
|
1
|
1135
|
POST
|
I come at this from the engineering/hydrologist side. I've been learning GIS and Arc Hydro as I go. I don't know of any tools for ESRI GIS programs (ArcMap/ArcGIS Pro) that will take rainfall and transform it into runoff (flow). [aka rainfall runoff (RR) transformation ]. I found this article in a quick search but it is academic and may not be ready for real-world application: https://www.sciencedirect.com/science/article/abs/pii/S235293852100063X. If someone knows how to do all of the hydrology and hydraulic (H&H) calculations inside an ESRI GIS program, let everyone know. In using GIS to do this in our agency below are the general steps I am aware of. I have done all of these, but not yet from start to finish on one project. Use Arc Hydro to delineate watersheds and gather input parameters for HEC-HMS. (HEC-HMS has some GIS capabilities built in, but it does not seem to have fully functional GIS tools yet. For example, it will tell you what the centroidalflowpath distance is, but will not display the centroidalflowpath for you to confirm - at least that was my limited experience. It may be possible to do the whole watershed characteristics and RR transformation in HEC-HMS. HEC-HMS will also deal with routing flows through reservoirs and down long reaches of streams/rivers. Use HEC-HMS to calculate the flows (hydrology) Use GIS to create inputs for HEC-RAS, likely using GeoRAS. (HEC-RAS has some very good GIS like functions in a sub-application that is started w/in HEC-RAS called RAS Mapper. HEC-RAS is also needed to model bridges. Run model in HEC-RAS. (hydraulics) HEC-RAS can run a 1D using (cross sections: cross sections can be input from survey information or cut from a terrain model. The careless use of a terrain model should be avoided. [caution: LiDAR based terrain of a creek under tree cover can be very poor.] or a 2D model using a terrain model [note same caution]. The model is run and the output can be in a put in a form (layer/raster) that is readable by ESRI GIS programs. Add the HEC-RAS output into GIS. We have created flows in HEC-HMS and, using the standard HEC-DSS format for the HMS output, read from the DSS file directly into HEC-RAS (1D model) to run an unsteady hydraulic model to evaluate the creek capacity.
... View more
01-16-2025
08:11 AM
|
0
|
0
|
534
|
POST
|
SOLVED: We think we found and fixed the issue. The issue was we were calling an old version of the API. ("https://js.arcgis.com/4.22/">). My programer changed the API version from v4.22 to v4.29 (string ("https://js.arcgis.com/4.22/"). We I believe this was the main issue. We also made some coding changes to be compatible with v4.29. In the process of trying to see if the the issue was a font or layer issue, a varible got renamed which added to our confusion. Once we found that error and changed the version, and (cleared the iPhone cache), we got it to work as expected.
... View more
10-25-2024
09:02 AM
|
1
|
0
|
1333
|
POST
|
We have now discovered that the the points on the map began missing the text in the boxes happens in Chrome, but not in Edge on one computer, the happen on Edge, but not Chrome on another computer. This "dual dicotomy" has happened for two differnt people. The text is still missing on the iOS 18 platform. When we try to use a newer ArcGIS API for JavaScript (currently on 4.22) the problem does not go away and eventually, at some higher version, the API stops showing. This may require a makeover of the .js.
... View more
10-17-2024
07:58 AM
|
0
|
0
|
1474
|
POST
|
I noticed a few days ago that the issue is not just for the iOS 18 on my iPhone. It is also happening on Chrome Desktop. See my RainMap page and make sure you select Datasets>Season's Rainfall from the dropdowns. https://www.ccflood.us MS Edge desktop does not have this problem. The other datasets chosen on the drop down don't have this issue of the text in the box not showing. When seen on an iPhone all of the datasets have the issue. Safari also shows the same problem with all data.
... View more
10-16-2024
10:29 AM
|
0
|
0
|
1490
|
POST
|
There is an iOS 18 update (18.0.1). It did not fix this issue.
... View more
10-08-2024
08:09 AM
|
0
|
0
|
1580
|
POST
|
My website www.ccflood.us is a simple map that uses a CSV file for the data that is displayed on the map. It uses the ESRI JS API. Recently the points on the map began missing the text in the boxes only on Apple devices that have been upgraded to iOS 18. (see image) Has anyone also had this happen to their site? If you have upgraded to iOS 18, try this site on your iPhone then look at it on an Android phone or your desktop browser. You should seet the values in the boxes and a "+" at points that have no value. If you've had this happen with your site or have heard of a fix, please reply to this post. Thanks, Mark
... View more
10-02-2024
08:32 AM
|
0
|
5
|
1726
|
POST
|
Thanks for the detailed reply Dean. I'll take your words to heart and move forward. Mark
... View more
09-16-2024
04:53 PM
|
0
|
0
|
906
|
POST
|
Dean, Thanks for the reply; really appreciate your response. I am generally conversant in the ArcMap version of Arc Hydro (AH) and the ArcPro version seems to be nearly the same. I typically only work with the AH tools when a project comes up. The latest project is a redo of one I cut my teeth on about 10 years ago. Unfortunately the layers from that effort wouldn't load into the latest version of ArcMap. I did have similar struggles with the AH in ArcMap, but maybe that was this low RAM issue that I was unaware of before now. So far I have run into a few things in the AH Pro version that seem different and require additional steps: The agreestream/breach line data now needs to be converted raster before DEM Reconditioning. This is easy to address with the polyline to raster tool. The Adjust Flow Direction in Streams tool now requires the Input Stream Flow Direction data raster as input. I'm struggling to make this work by converting the polylines with the correct direction into a d8 raster. I have been trying to do this in arcpy script, which I'm not perfectly conversant with. I have used AI tools (Gemini) help with the coding with some success, but didn't get it fine tuned last week. It was nice in the ArcMap version when I simply provided polyline data with the lines drawn in the right direction. I am asking my IT group if they could upgrade my RAM. In our organization (in the past at least) tailoring computers has been very hard to achieve. One idea I had was to add the "bookkeeping" effort of dividing the larger watershed into smaller working parts then merge the hydrologically correct DEMs together and do the rest from that. I do realize I could still struggle due to low RAM issues. I've attached a snapshot of my rawdem properties so you can see the basic size of my data. We have defined subwatersheds that I could use to break this into smaller parts. FYI - I've always used ModelBuilder to put the processing steps together. It would be good to know if making models of the process increases the memory use or cause any other issues verses simply using the toolbox tools. There is no toolbar now as far as I can tell other than three tools under the Arc Hydro ribbon. Since there are pre-made models (such as Basic Dendritic Processing), I assume using ModelBuilder a reasonable practice. Thanks, Mark
... View more
09-16-2024
10:11 AM
|
0
|
1
|
924
|
POST
|
Hello Arc Hydro users, I'm curious if anyone regularly modifies the Parallel Processing Settings in the Analysis Environmental Settings. If so, has it made any difference in the speed and reduced crashes? I have migrated to Arc Hydro in Arc Pro (v3.3.52636) after my department finally made the transition. I have 16GB on my machine, though ESRI recommends 32GB available with 64 GB for “optimal” use. I have been struggling to get Arc Hydro processes that worked before in Arc Pro to work again. After clearing the cache and keeping the Temp file as empty as possible, and rebooting, some problems seem to have gone away (for now). Mark
... View more
09-12-2024
10:39 AM
|
0
|
4
|
1001
|
POST
|
This also happens to me frequently. When I close it askes about saving anythng that wasn't saved (layer, modelbuilder model, project itselft). When I open it again all is well (whew!). Clicking the refresh button doesn't fix it, only restarting does.
... View more
08-30-2024
03:07 PM
|
1
|
0
|
318
|
POST
|
I just started using Pro a few weeks ago. Though strating to get a handel on it, I've run into this. I see the last post is more than two years ago. Has this been address? Is there a setting to change? I did turn on map tips. I plan to figure out how to turn them off. Mark
... View more
08-22-2024
04:03 PM
|
1
|
0
|
1729
|
IDEA
|
It would be cool to be able to attach the lable to a process or data so that when you rearrange things they move with them...
... View more
08-22-2024
03:54 PM
|
0
|
0
|
688
|
Title | Kudos | Posted |
---|---|---|
1 | 08-30-2024 03:07 PM | |
1 | 03-20-2012 07:18 AM | |
1 | 02-13-2025 06:07 AM | |
1 | 08-22-2024 04:03 PM | |
1 | 10-25-2024 09:02 AM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|