|
IDEA
|
Currently, when adding in data which is in a different datum to that of the map properties, ArcGIS Pro assigns a datum transformation based on the maximum spatial extent of ALL the layers and basemap listed under the Contents pane. If you have a Esri basemap then this spatial extent will be a global extent, which is seldom the scale at which I work (and I suspect the scale at which most of us work). My idea is to either (1) drop the basemap from any transformation calculations, or (2) under Project>Options, provide the user with the option to exclude the basemap from any datum transformation calculations.
... View more
07-15-2023
12:14 PM
|
2
|
5
|
2034
|
|
POST
|
Sorry for post, I see now that one does not need to reference the feature classes within a Feature Dataset any differently. They are treated as any other Feature Class within the geodatabase from what I can see. I did not anticipate that. Wonderful!
... View more
06-17-2023
02:01 PM
|
0
|
0
|
1091
|
|
POST
|
I have successfully set up a Calculation intersect Attribute Rule using two Feature Classes, but how do I do so using Feature Classes within a Feature Dataset? How does one reference them? I have defined it below: var fsInput_BU = FeatureSetByName($datastore, 'Burn_units', ["UNIT"]) How would I do so if my BurnUnits feature was in a Feature dataset? And can one also easily define variables across both one these (e.g. one var in a Feature Class and the other in a Feature Dataset?) Thanks so much. I am new to Arcade and Attribute Rules.
... View more
06-17-2023
01:27 PM
|
0
|
1
|
1097
|
|
POST
|
If you still have access to the original raster's, try Band Collection Statistics https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/band-collection-statistics.htm I am not sure of vector-based methods. You could possibly convert your polygon data back to raster format using Polygon to Raster GP tool.
... View more
06-04-2023
11:31 AM
|
0
|
1
|
1245
|
|
POST
|
I expect that the World Imagery firefly basemap would be the same as the World Imagery basemap when zoomed in. Do some spot checks to confirm. You can then check the date of the world imagery basemap by adding World Imagery tile layer from the Living Atlas. You can then get the date via pop-ups.
... View more
04-01-2023
05:24 AM
|
0
|
0
|
2375
|
|
POST
|
You should be able to create a MMPK with just a Pro license assigned to you. A Publisher extension is useful in that you can then share your MMPK with users who dont have an AGOL username and password, but it is not required to package maps. I have 2 suggestions. (1) Check that the files in your project are free from geometery errors. Run the Repair Geometery tool on each of them to ensure they are OK. The map projection should also be the same as that of your raster and basemap (.tpkx, .vtpk, etc.), if included. This should not cause the packaging to fail but it wont display correctly once oppened. (2) Try creating a MMPK in a new projet using some simple data to check that you can successfully package a MMPK. If successful, then gradually build the project up from there. Good luck. Mervyn
... View more
03-01-2023
09:43 PM
|
1
|
1
|
2626
|
|
POST
|
When you load a raster (or a shapefile) into your map, it is listed as a layer under the contents pane. Any changes you make here (like changing symbology, visibility, labelling) are properties of the layer and not the underlying raster or shapefile. Even exporting it, does not change properties of the layer. So you need to save the properties of the layer (symbology, pop-ups, visisibility, definition queries, etc) as a layer file. Layer files are really awesome and I use them a lot. Just right click on the raster under Contents pane, then go to Sharing>Save As Layer File. This will save a file with a .lyrx extension. Then the next time you want to load the raster, load this layer file and you will have your original symbology, pop-ups, etc.
... View more
01-25-2023
11:38 PM
|
0
|
1
|
6082
|
|
POST
|
Hi Vicky I do a lot of these kinds of analyses. Once again you are using the right set of tools. Just make sure you use the correct input field when running Zonal Statistics as a Table. Click on validate and it will warn you if any buildings have no data in corresponding solar radiation table. You used the index field which is perfect. You also used the sum option which sounds right for adding up the watt hours per square meter. Then I would also run the Join Field tool tool using teh index field. But it is always good to validate your output by adding in the original radiation surface and then zooming into a small building and confirming that the output seems reasonable for that building (within range).
... View more
04-28-2022
11:30 AM
|
0
|
0
|
5516
|
|
POST
|
Hi Vicky Can you be more explicit about what you want to achieve? I would need a lot more information to understand your datasets and how you want to combine them, because straight off I dont think it is easily possible. Perhaps there may be some work-arounds.
... View more
04-28-2022
08:13 AM
|
0
|
1
|
5523
|
|
POST
|
I seem to recall struggling with this some time back. You have followed the correct process, but once you have built your attribute table, remove the raster from your project then add it in again. I don't think you need to restart Pro but consider that if your attribute table does not show.
... View more
04-28-2022
06:22 AM
|
1
|
3
|
5535
|
|
POST
|
You could use the Extract Bands raster function to extract the band of interest and then use this as input into raster calculator. Do see https://pro.arcgis.com/en/pro-app/2.8/help/analysis/raster-functions/extract-bands-function.htm
... View more
04-11-2022
05:19 AM
|
2
|
0
|
3303
|
|
POST
|
Do take note that the ArcGIS Field Maps app only runs on Android and iOS (Apple) devices. So it won't run on a Surface Pro.
... View more
02-26-2022
10:34 PM
|
0
|
1
|
8893
|
|
POST
|
You need to run the Zonal Statistics as Table tool, but will need the Spatial analyst extension.
... View more
02-09-2022
03:30 AM
|
0
|
0
|
819
|
|
POST
|
If it was for a single table, then I would have guessed it is because you have disabled editing for that layer. Check whether it is editable (List by Editing from Contents pane). But if this problem occurs across projects, then best to reach out to tech support.
... View more
02-08-2022
10:38 AM
|
0
|
0
|
1249
|
|
POST
|
HI Hellen There may be two reasons. Either (A) the display option for the layer is unchecked under your Legend items (see below image), or (B) you need to add the layer to the basket of layers that is currently being included in your legend. For B), from your Contents pane, you need to click and drag the layer into the actual legend that is included in the map layout (so that will be the legend that is shown in the exported map). It will then be included in the "basket" and it should display under the Legend items (A)
... View more
01-15-2022
04:54 AM
|
4
|
0
|
19772
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-23-2026 07:57 AM | |
| 1 | 01-22-2026 07:41 AM | |
| 2 | 07-24-2025 08:34 AM | |
| 1 | 04-19-2025 07:12 AM | |
| 1 | 02-12-2024 12:38 AM |
| Online Status |
Online
|
| Date Last Visited |
8 hours ago
|