|
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
|
2285
|
|
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
|
1221
|
|
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
|
1627
|
|
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
|
3536
|
|
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
|
864
|
|
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
|
1675
|
|
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
|
3228
|
|
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
|
9466
|
|
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
|
9489
|
|
POST
|
Can you provide more details? What version of ArcGIS Pro? What does your project look like (what does it include in terms of layers)? Are all the appropriate fields filled in for the Package itself (like summary, tags, etc.)?
... View more
07-27-2022
08:21 AM
|
0
|
0
|
9538
|
|
POST
|
Hi, unfortunately there is not a lot of straight-forward compatibility between KML/KMZ layers and Esri's geodatabase feature classes. Your best bet, albeit a slow one, is to break the KML up into separate KMLs and then import those one at a time into ArcGIS Pro in order to publish them online. Another possible option is to just import the big KML into ArcGIS Pro, and then break it up in Pro into separate feature classes to make it mimic the KML look. They don't even have to be separate feature classes - they can be copies of the same KML-feature class that have definition queries applied to them.
... View more
07-27-2022
08:17 AM
|
0
|
0
|
2519
|
|
POST
|
This may be unrelated but my computer did an automatic update (Dell BIOS settings) and it made my aprx files hang when I tried to open them. I had to go back and reinstall the drivers needed for Pro 3.0, especially the Access Database Driver since I had Excel files in my aprx projects. https://pro.arcgis.com/en/pro-app/latest/help/data/excel/prepare-to-work-with-excel-in-arcgis-pro.htm#LI_6C0EF8ACE83C4599AFC35141822488C4 Maybe reinstalling some drivers could help?
... View more
07-26-2022
12:44 PM
|
0
|
0
|
2942
|
|
POST
|
I would think for installing any kind of software that you need admin rights and this is the same for Pro. Each update runs an executable file that needs admin rights.
... View more
07-26-2022
12:39 PM
|
0
|
0
|
1774
|
|
POST
|
Using Arcade, you can just throw Collection in front with quotes and a plus sign, like this: Arcade text: "Collection " + $feature.RiverName This documentation also has tips on how to do this: https://pro.arcgis.com/en/pro-app/2.8/help/mapping/text/specify-text-for-labels.htm#GUID-47151603-A0B0-410E-90E6-D50F814888F1
... View more
07-26-2022
12:38 PM
|
3
|
0
|
5403
|
|
POST
|
I don't think you can! I can get to the Legend presets by going to Catalog View Pane, Styles, ArcGIS 2D, and then Legend: But in there, I am not allowed to delete the legend items: Delete is not active.
... View more
07-26-2022
12:33 PM
|
0
|
0
|
2765
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-04-2026 08:44 AM | |
| 4 | 07-06-2026 08:32 AM | |
| 2 | 07-05-2026 10:12 AM | |
| 1 | 02-09-2026 03:32 PM | |
| 2 | 02-05-2026 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|