|
POST
|
In the latest release of ArcGis Pro you can apply Blending which should maintain the details of the underlying labels
... View more
01-05-2022
01:47 AM
|
2
|
1
|
5824
|
|
POST
|
Hi there I would like to include the output of a raster function into the Tabulate Area GP tool, but my raster function output does not have an attribute table. If it were a traditional raster, then I would have run the Build Raster Attribute Table gp tool to create one. Is there a raster function equivalent or is there a different approach to follow? I need to work with categorical data. Thanks.
... View more
12-10-2021
05:55 AM
|
0
|
3
|
1824
|
|
POST
|
Hi Juliet For instances where I frequently update my coordinates in a table, I make use of Event Layers (https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/make-xy-event-layer.htm). Add your Excel or CSV table to Pro, run the Make XY Event Layer gp tool, then whenever you open up Pro, it will display all the coordinates of the data in the Excel table. You can edit the data in Excel while the table is open in Pro, but it will only update once Pro project reopens.
... View more
11-23-2021
12:15 AM
|
2
|
0
|
22675
|
|
POST
|
I did some homework and found the Lookup GP tool easily creates new rasters based on any of the fields in the attribute table. Would still be great if the Zonal Statistics and Table tool could let the user specify the input field sometime in the future :-).
... View more
11-12-2021
02:35 AM
|
1
|
0
|
1130
|
|
POST
|
Hi there I have a 16 bit raster which has an attribute table with several numerical fields (density of several invasive species). I would like to to run the Zonal Statistics as Table GP tool to extract the average density of various invasive species for each of our reserves. Unfortunately, when running this tool, a user cannot specify which attribute field to use in this GP tool. The tool uses the default value field. I am guessing there is no simple workaround? The Tabulate Areas GP tool only considers categorical classes, so it is not an option (and not the ideal output). I suspect the way forward would be to create individual rasters from each of the attribute field names. And then use these in the Zonal Stats as Table tool. This sounds simple but i can't find a tool to do so. Any advice? Thank you.
... View more
11-12-2021
02:26 AM
|
0
|
1
|
1132
|
|
POST
|
I am not sure if this helps but I have been testing the Beta version of ArcGIS Pro 2.9 and the problem is fixed. I believe Ersi will release 2.9 before the end of november (probably closer to the middle of November). As a workaround, you could try the Tabulate Intersection GP tool. Unfortunately it does require an advanced licence. Do see https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm
... View more
11-01-2021
11:20 PM
|
1
|
0
|
4249
|
|
POST
|
Sounds like you should rather use the in_memory workspace. Using the in-memory workspace is also usually significantly faster and really easy to use. To write to the in-memory workspace, specify an output dataset path beginning with in_memory, for example, in_memory/outputReserves. In this example the outputReserves is a temporary name.
... View more
09-20-2021
12:56 PM
|
1
|
0
|
1070
|
|
POST
|
When working with image services, I like using the Make Image Server Layer GP tool to create a temporary layer using a projection and raster size suitable for my project. This 'layer' can then be used as input into other tools, or exported.
... View more
09-14-2021
11:26 PM
|
2
|
4
|
16840
|
|
POST
|
The background is that I need to provide an opinion on the impact of grazing on an area using satellite imagery. I need to look at impacts after 2008 so I want to compare imagery taken before 2008 with imagery taken in 2021. I want to use the Normalized Difference Vegetation Index (NDVI) to do so and so I opted to use the Landsat imagery from Landsat 5 TM and Landsat 8 OLI. A quick analysis of the AGOL Living Atlas Multispectral Landsat imagery, comparing June of 2005 with June of 2021, showed that for my study area the average NDVI value June 2005 was 0.3374 and in June 2021 it was 0.3989. So based on this, I was thinking that there had not been any significant impacts. However, I chose to download additional Landsat imagery from Earth Explorer and their Landsat Collection 2 Level-2 datasets. After doing so and manually computing these indices, I realised that the differences in values is actually much larger and attributed to differences in sensors, and not so much to grazing (as the impact would have been reversed – lower NDVI values in 2021). Using the Earth Explorer datasets, the mean NDVI value for 2007 is 0.1877, while for 2021 it is 0.5343. This leads me to the purpose of my query. 1) Are the NDVI values from the Multispectral Landsat image service actually comparable across time as they are derived from different sensors measuring slightly different parts of the spectral range? Or has Esri applied some form of normalisation or correction to make them comparable? The metadata did not state anything like this from what I could tell. 2) Are there any approaches I can consider to standardise or correct the bands so that they are comparable? If I can’t correct for these differences, then I cannot use this approach to quantify changes. I am thinking of moving across to the coarser-scale MODIS NDVI imagery at 250 m as they use the same sensor throughout. Any assistance would be much appreciated. Best wishes Mervyn
... View more
09-10-2021
07:39 AM
|
0
|
1
|
4609
|
|
POST
|
Hi Nick I can certainly see where you are coming from, and thank you for taking the time to reply. The error message fix for 2.9, and extent improvements for 3, will be very useful. I look forward to testing them one day soon. Best wishes Mervyn
... View more
09-09-2021
01:14 PM
|
0
|
0
|
6704
|
|
POST
|
I am having the same problem. The output feature class is created but not the optional Output Group Table. The tool was successfully executed if I look at the results and History pane, indicating that an out was created but it is not automatically loaded to the Stand alone tables in the project map or added to the geodatabase. This seems to be a problem that was introduced with Pro 2.8. My workflow worked perfectly before this.
... View more
09-09-2021
03:36 AM
|
0
|
0
|
4479
|
|
POST
|
Hi Nick Thank you for the feedback. As my study area is 25 km away from the edge of my DEM, and I was flying 20 m above the ground, I really did not think that this could be the issue .... but I think it is! I did try using a coarser 90m SRTM dem that covers a much larger area and then the tool successfully finished. Could the tool perhaps include better messaging going forward to warn others that the extent of the dem is limited? I never angled the camera up at the horizon and it would be nice to be able to set thresholds when running the tool to limit footprint extent, like not to calculate footprint beyond 2 km. I found this interesting Earth Curvature Calculator (https://www.omnicalculator.com/physics/earth-curvature) where you can calculate distance to horizon based on height above ground. At 20 m it is 15km so I should really not be getting an error like this. Not sure if this kind of information can be incorporated into the tool? But perhaps setting a maximum distance may be easier. Thank you for the feedback. I am happy to share my files with you if needed. Just please provide me with a site to upload them to. Best wishes Mervyn
... View more
09-08-2021
04:38 AM
|
0
|
3
|
6713
|
|
POST
|
Hi David Memento360 got a lot of good reviews and seemed to be many peoples favourite. I did try it (before kuulo.co) but I was unable to upload my 360 panorama image and I suspect it struggles with larger files. Best wishes Mervyn
... View more
09-05-2021
01:10 PM
|
0
|
1
|
3608
|
|
POST
|
Dear David I thought I would provide some feedback - I have a workable solution! So I tried PTGui but the free version really has excessive watermarks, rendering it just about unusable. I share below a screengrab to demonstrate what I mean. I tried a few other free options but really liked Microsoft's Image Composite Editor although I understand it is no longer supported - but I was able to find the install file on the Internet. Equally important is sharing 360 pictures and I found kuula.co a be a great free option. It can handle quite large files (larger than some of the other options I tested), but when exporting images from the stitching software, I had to make sure that I set the maximum width to 16384px and then it loads and displays perfectly. Best wishes Mervyn
... View more
09-05-2021
12:39 PM
|
0
|
3
|
3611
|
|
POST
|
Hi Gorden I dont have a an image server but I can try ArcGIS Image for ArcGIS Online. Do you think it will work? Tile or dynamic imagery? I have just tried running the Video Multiplexer tool again using a DTM (32bit floating point) created using Drone2Map but that also failed. Pretty frustrating. Do you perhaps have any comment on the second part of my question around ensuring that the right elevation product (Airbus in my case) gets used when using the terrain service? Best wishes Mervyn
... View more
09-05-2021
12:26 PM
|
0
|
1
|
6745
|
| 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 |
Offline
|
| Date Last Visited |
yesterday
|