|
POST
|
If you're working on projects in Price, Utah, the typical system is the StatePlane one that I mentioned, WKID 102743. If it's a UDOT or State of Utah kind of project, the UTM one is what is commonly used, WKID 26912. If you are working with Surveyors, they typically make their own projection so you'll have to create that file from the survey files, or have one of surveyors do it. If none of the above apply, you can always have ArcGIS Pro suggest a system for you by looking at the map properties, under coordinate systems:
... View more
08-03-2022
04:27 PM
|
0
|
0
|
3759
|
|
POST
|
That is a bit tougher. When I need to show specific values from a Map Series, I use the Page Query property: https://pro.arcgis.com/en/pro-app/latest/help/layouts/page-queries.htm But that does not sound like the case in this situation. There does appear to be a Sort function in Arcade you could try. Here is some documentation on it: https://developers.arcgis.com/arcade/function-reference/data_functions/#sort
... View more
08-03-2022
10:09 AM
|
0
|
1
|
3429
|
|
POST
|
Hi Scott, This definitely sounds like a coordinate system issue. Using the measure tool can be tricky if you are not familiar with coordinate systems, or about which coordinate system you should use. I would suggest making sure your map is in a particular projected coordinate system (like NAD 1983 UTM Zone 12N WKID 26912) (or NAD 1983 StatePlane Utah Central FIPS 4302 (US Feet) WKID 102743) and then maybe make sure your layer is in that same system (reprojecting it) and then running the tool again, along with checking it with the measuring tool. Having all of your data and maps in the same system should help eliminate discrepancies between distance measurements.
... View more
08-02-2022
01:03 PM
|
2
|
0
|
3790
|
|
POST
|
Officially, these are not supported by Esri, even though Esri personnel mention them, use them, and they're housed on Esri's website. Unofficially, the first link you listed is the latest version of the AGO Assistant. (the https://assistant.esri-ps.com/ link) See this post for more info: https://community.esri.com/t5/education-blog/arcgis-assistant-beta-tool-for-managing-content/ba-p/1060036
... View more
08-02-2022
08:38 AM
|
3
|
0
|
6627
|
|
POST
|
No, I guess I did not read far enough on align features. I don't want to move any features, just tack on the appropriate attributes based on a location and a matching attribute field. Thanks for the follow up!
... View more
08-01-2022
03:23 PM
|
0
|
0
|
2192
|
|
POST
|
Thanks Dan. I was looking in the search but didn't see that! I am glad that it is under consideration! Looks like Align Features is close but it does not do point layers.
... View more
08-01-2022
02:47 PM
|
0
|
0
|
2206
|
|
POST
|
Hi, I am assuming this cannot be done in one step but I am curious to know what the Community thinks! I am doing a spatial join between two similar layers but I only want these layers to spatially join if a certain attribute matches that same attribute between the two layers (so a table join within a spatial join). Is that possible? I have not seen a way in which this can be done in one step. I would just do a "select by attributes" after the fact and find where those two fields match up and then make a new layer based on that. I am trying to eliminate multiple steps. I'm using ArcGIS Pro 3.0.
... View more
08-01-2022
02:29 PM
|
0
|
5
|
2219
|
|
POST
|
Hi Michelle, It looks like you are asking about ArcGIS Online. Are you asking about ArcGIS Pro? In Pro, you can search for coordinate systems by looking at the Map Properties. Your specific county may have a projection file (.prj format) that might be easiest to load. Take a look at this article on how to specify a coordinate system in Pro (if that is what you are using): https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/specify-a-coordinate-system.htm#GUID-010AE52D-19C8-4D40-9585-78E5C55DEBF8 ArcGIS Online defaults to just the generic Web Mercator. To work with coordinate systems in ArcGIS Online, take a look here: https://doc.arcgis.com/en/arcgis-online/reference/faq.htm#anchor41
... View more
08-01-2022
02:23 PM
|
0
|
0
|
1190
|
|
POST
|
Yeah, I would be at a loss too. Another thing that happened to me was that my computer did a major update and my aprx project files would hang after that too. I had to go back in and reinstall those same drivers and things are working again. I am not sure if that would work for you but maybe worth a shot.
... View more
08-01-2022
08:55 AM
|
1
|
0
|
1567
|
|
POST
|
Daniel, Have you tried utilizing the Sort option in the Map Series properties? Or is this a different situation?
... View more
08-01-2022
08:53 AM
|
0
|
0
|
3437
|
|
POST
|
For ArcMap license issues, your best bet is to contact Esri Technical Support. They can help override the system to allow the license to do what you desire. https://support.esri.com/ https://support.esri.com/en/contact-tech-support
... View more
07-28-2022
06:30 AM
|
1
|
0
|
843
|
|
POST
|
If you are using ArcGIS Pro 3.0 and you have an excel file in the project, then you need to install the Access Database Driver Engine. In this help article, it mentions where to download this driver: https://pro.arcgis.com/en/pro-app/latest/help/data/excel/prepare-to-work-with-excel-in-arcgis-pro.htm#ESRI_SECTION1_BEBF83C0CD0947A4874E5616FC89D22C I would start with that and see if that resolves your issue (I had my projects hanging forever and this resolved my issues). Also, make sure you have the .NET 6 Desktop Runtime x64 as mentioned here: https://www.esri.com/arcgis-blog/products/arcgis-pro/announcements/get-ready-for-arcgis-pro-3-0/
... View more
07-27-2022
03:26 PM
|
0
|
2
|
1615
|
|
POST
|
Maybe instead of the == in the operator, use "in". This site has some info on using the "in" operator: https://stackabuse.com/python-check-if-string-contains-substring/
... View more
07-27-2022
03:20 PM
|
2
|
0
|
3138
|
|
POST
|
Well, I guess that is one workaround. Another is making a map package. Hopefully this won't be an issue in the future!
... View more
07-27-2022
12:16 PM
|
0
|
0
|
9234
|
|
POST
|
The next thing I would check would be any special or unique characters. I have had more things break than I care to admit due to semi-colons, parentheses, ampersands, and even commas, etc. Plus, the software doesn't always tell you why there is an error when it is related to a special character.
... View more
07-27-2022
09:36 AM
|
0
|
0
|
9257
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-09-2026 03:32 PM | |
| 2 | 02-05-2026 07:06 AM | |
| 1 | 02-05-2026 02:16 PM | |
| 1 | 02-02-2026 05:00 PM | |
| 1 | 12-01-2025 07:41 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-09-2026
02:41 PM
|