|
POST
|
Hi there Last year I created a report template which I uploaded to https://survey123.arcgis.com/surveys and everything was working perfectly. I could share the reports to others. Thereafter, I recall also creating a hosted layer view of the feature service in AGOL. Dont think I made any other changes. Unfortunately this year I am unable to generate any reports. I get the error message "Error occurred when querying data from the feature layer. Cannot perform query. Invalid query parameters." after clicking on the "generate" report button, or viewing the sample report. At first I thought this may be related to any permissions being changed on the layer in AGOL, but I don't think so. I even tried downloading a sample report from Survey123 (under Mange Templates) for my dataset but that also does not work. Any suggestions as to where my problem may lie?
... View more
02-05-2020
01:13 AM
|
0
|
7
|
8219
|
|
POST
|
If I understand you problem then it is very easy to fix. You should just be able to change the order of the layer names from the Symbology pane and these will be updated in the Legend. So from your Symbology pane, click in the specific feature name under the "Value" subheading, then drag up or down.
... View more
02-04-2020
11:55 PM
|
3
|
2
|
10447
|
|
POST
|
If you are going to use ArcGIS Pro to run your supervised image classification then there is no need to create a single tif image. Pro will accept the mosaic data set as input into geoprocessing tools. But note that if you are planning on running the segment mean shift tool, then the required input is a 3 band 8 bit image. I usually use the Extract Bands raster function to extract the 3 bands I need and then under General I change the pixel type to 8 bit. I then use the output of this raster function as input into the segment mean shift tool.
... View more
01-26-2020
09:51 AM
|
2
|
0
|
5036
|
|
POST
|
You can also try a Spatial Join and under Match Option, select Closest. This will then add a field in your attribute table with the closest distance. You can then also limit this search distance to say 100 km if you set a value in the Search Radius field.
... View more
10-25-2019
04:20 AM
|
0
|
0
|
2291
|
|
POST
|
Hi Hank I think I understand. You should then try the Block Statistics tool that is available in the same toolbox. See How Block Statistics works—Help | ArcGIS Desktop and Block Statistics—Help | ArcGIS Desktop Or you
... View more
10-14-2019
06:14 AM
|
1
|
1
|
11657
|
|
POST
|
If you want to calculate the average or median value of an elevation raster, then look at Focal Statistics. Focal statistics can provide you with a multitude of various mathematical operations for, example, a 9 x 9 pixel area. See How Focal Statistics works—Help | ArcGIS Desktop and Focal Statistics—Help | ArcGIS Desktop Or if your zones are in a different raster, then look at using Zonal Statistics as Table How Zonal Statistics works—Help | ArcGIS Desktop and Zonal Statistics as Table—Help | ArcGIS Desktop
... View more
10-13-2019
09:27 AM
|
0
|
3
|
11657
|
|
POST
|
Hi Jane Having a distance of 0 may indicate that these features are overlapping or touching. If they are not, then check for any multipart features that may be influencing the results. I also frequently use the Repair Geometry tool if anything usually looks amis.
... View more
10-07-2019
11:26 PM
|
0
|
1
|
10390
|
|
POST
|
You should be able to use the Near tool. Just include your feature layer as both the input features and near features. It will calculate the distance between all your features within the layer.
... View more
10-07-2019
11:26 AM
|
3
|
2
|
10390
|
|
POST
|
I think you would find the Buffer tool can do this for you. https://pro.arcgis.com/en/pro-app/tool-reference/analysis/buffer.htm The Buffer tool has an option to get the required buffer distance for each feature from an attribute field. You would first need to add a new field to your attribute table that will store the required buffer distance for each of your river orders (what you call the"strokeweig" attribute). I dont know how familiar you are will GIS operations in Pro so I will just add that the process I would follow would be: 1. Add a new numeric field to your attribute table 2. Then use the Select by Attributes tool to select one of your unique river order/strokeweig fields 3. Then with tool still open, click on the Open Another Tool button in top-right corner of geoprocessing tool to open a new tool without loosing any changes set in the Select by Attributes tool. 4. Search for Calculate Field, supply your attribute table as input then provide your required distance in the expression field. 5. Once done, click on the Open Another Tool to go back to Select by Attribute tool to modify the expression to select a new river order, then go back to Calculate Field to provide new distance values, etc. 6. Then when you run your buffer just point it to the new distance filed.
... View more
10-06-2019
03:55 AM
|
2
|
1
|
2733
|
|
POST
|
Not sure if this will work but have you tried running the Repair Geometry gp tool on the affected layers?
... View more
09-24-2019
01:53 AM
|
0
|
1
|
3635
|
|
POST
|
Hi there A few days ago I created a new Drone2Map project using Drone2Map 2.0.1. I was analyzing about 485 drone images from a DJI drone taken at varying elevations, and I opted to create both 2D and 3D products. I also opted to create the mosaic dataset with color balancing. The processing took about 12 hours to complete before Drone2Map started with the post-processing to create the mosiac dataset with color balancing. That was 59 hours ago ...... and the Drone2Map processing log says it is still "Color balancing mosaic dataset" ... I include below the end of the processing log for your information. The fact that it has failed to finalise the color balancing suggests this may be a bug. So my reason for writing is to alert you to this but to also ask what would be the best way to stop the color balancing so that the 2D and 3D products still load so I dont have to manually add these derived datasets? Do I just click on the "Stop Current Task" button (indicated by the yellow arrow above)? Regards Mervyn
... View more
09-03-2019
01:40 PM
|
0
|
0
|
726
|
|
POST
|
You will also get this error message if you do not select the feature before trying to split it.
... View more
07-11-2019
05:58 AM
|
1
|
1
|
8300
|
|
POST
|
Although I am not using python (you could probably still try and code this), I frequently encounter schema lock issues when using Field Calculator and by simply selecting Enable Undo this allows me to complete the calculation 90% of the time.
... View more
06-13-2019
02:26 PM
|
3
|
1
|
2473
|
|
POST
|
I suspect your elevation exaggeration is not set to 1 under 3D effects. Please check your settings.
... View more
05-29-2019
01:50 PM
|
1
|
0
|
2629
|
|
POST
|
Hi Kory Thank you for the feedback, much appreciated. Regards Mervyn
... View more
05-25-2019
06:57 AM
|
1
|
1
|
3269
|
| 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 |
3 weeks ago
|