|
POST
|
Hi Michael, So you are looking to create a collection of images in an online layer and then associate them with particular attributes? I would think you would probably rather use an app like Field Maps, Quick Capture, or Survey123 to use the ability to upload a photo as an attachment. With those apps, you can easily control the attributes and populate them how you feel. An image collection functions more like a mosaic dataset, where the attribute table contains information about the individual images used in the mosaic, but perhaps not if the images are not overlapping and contribute to one 'mosaicked' image. Here is an example of using ArcGIS QuickCapture for photo inspections.
... View more
02-24-2022
03:10 PM
|
0
|
4
|
6049
|
|
POST
|
Hey Michael, You can add images through the Python API to ArcGIS Image for ArcGIS Online. You can create and analyze the imagery layer in ArcGIS Online through the API. arcgis.raster.module Take a look there and see if that is what you were looking for.
... View more
02-24-2022
02:53 PM
|
1
|
0
|
5192
|
|
POST
|
Thanks for the JSON. Ok so you created a Dynamic Imagery layer via ArcGIS Image for ArcGIS Online and then turning that into a tiled service that doesn't display at all zoom levels. I am curious about your workflow. Why are you creating the tiled cache on a imagery layer? Is there a particular workflow you are looking to use? The imagery layer is designed to be available to you in any online application ( Map Viewer - ArcGIS Online), App (Field Maps,Survey123, etc) , or desktop application (ArcMap, ArcGIS Pro). If you are chasing performance perhaps a Tiled Imagery layer will meet those needs.
... View more
01-24-2022
07:15 AM
|
0
|
0
|
2835
|
|
POST
|
Hey Gareth, So to recap, you published the image via ArcGIS Image for ArcGIS Online? If so what can you indicate if tiled/dynamic and which layer configuration you chose? Or indicate what method you used to publish it? Also what do you mean 'they are all available, but not there.' Are you talking about overviews not being published?
... View more
01-21-2022
06:11 AM
|
0
|
1
|
2862
|
|
IDEA
|
Hi Ross, I apologize for the delay. So I was meaning something like this. Since the training manager allows you to create individual samples that are within the same class, then I meant you could 'group' or 'collapse' them as I have in this graphic. After re-reading your statement, I don't think that is what you want to do. So I would propose this instead, perhaps a different way of doing this. I would recommend trying to take advantage of some different application. Since what you described is more of a observation, than an image classification training sample you could take you imagery (thinking it is an image or imagery service/layer) and then use something like Field Maps or Quick Capture to collect the data as you desire. You could publish your imagery data in ArcGIS Image for ArcGIS Online. I know it is thinking a little outside the box, but if you used quick capture for example, you could make the 'types of animals you are observing.' Let's say duck, deer, rabbit, squirrel, bird for rough examples, then you could make a quick capture app with each of them as the 'observation' in a feature layer in ArcGIS Online. Then when you found a bird, marked it ion the image - then it would record it as a bird and then give it a number. You could then quickly spin thru the image and have the data you are looking for with numbers attached. What you are doing with the training sample is not as designed. The multiple selections would be taken in a group to generated a Esri Classifier Definition, which would then be used to classify an entire image. From your description, the samples have to be found with intense scrutiny to assess what type of animal is there. So if you were to take your training samples and then create the .ecd, then I am not sure the classification is valid, since you said each of the observations are of different animals. The training sample manager will allow you to quickly create a point file, but not in manner you are wanting I think. Here is the info on Quick Capture and Field Maps. I think they maybe worth your time. I know each is a 'mobile' app, but on an Ipad or similar device you can load up the imagery layer you want and then push that through and zoom/classify at your leisure. Just be sure not to use the gps of the device you are using.
... View more
12-08-2021
06:21 AM
|
0
|
0
|
3931
|
|
IDEA
|
Hi RossSmail, Out of curiosity, can you describe the workflow you are using here? If they are the same class, then why not combine them from time to time? Were the training samples pre-generated or automated and require you to confirm if they are valid? I can definitely see where this could be hard to manage, but wanted to know more about your workflow for this process. Please let me know.
... View more
11-24-2021
07:13 AM
|
0
|
0
|
3967
|
|
BLOG
|
If you are interested in more Esri Training web courses, please see the Introduction to Green Infrastructure , Building the Foundation for Green Infrastructure, and GeoPlanner for ArcGIS: Exploring the Green Infrastructure in Your Study Area web courses.
... View more
09-19-2017
10:22 AM
|
0
|
0
|
482
|
|
POST
|
There are two new GeoPlanner courses available on the Esri Training site. GeoPlanner for ArcGIS: Exploring the Green Infrastructure in Your Study Area GeoPlanner for ArcGIS: Designing with Real-Time Feedback
... View more
07-10-2017
05:42 AM
|
3
|
0
|
1284
|
|
POST
|
It sounds like you may be setting up a weighted overlay with multiple layers if this is the case you should probably consider a consistent cell size for all of your layers and don't forget to use snap raster to avoid cell registration errors. So long as the cell sizes match, then the tool will not have to resample to normalize the data, which may be the issue you are describing. If you want to create excess perhaps buffering the original polygon some prior to conversion would help. This could give you plenty of room to clip against.
... View more
02-28-2017
11:15 AM
|
1
|
1
|
4778
|
|
POST
|
Depending on your polygon you can get better results with a smaller cell size. That may solve some of the 'saw tooth' issues you are having. Also be aware that if your line does not line up horizontally within a coordinate system that you will continue to have issues like this. They can be mitigated, but not eliminated. A more appropriate question is what are you trying to achieve with the conversion where they have to match up exactly.
... View more
02-28-2017
07:13 AM
|
1
|
0
|
4778
|
|
POST
|
I think this has to do with the potential values in a float data range. Just like you cannot create an attribute table on a raster with 32 bit float bit depth. The number of potential rows that could be added are too high and the software will prevent you from doing this operation. When you turn the floating point values into an integer, then you can access it. Perhaps your database is preventing the error that would otherwise occur and forcing it into another field type. I haven't tested this, but the behavior is probably expected.
... View more
08-06-2015
04:49 AM
|
2
|
0
|
3193
|
|
POST
|
The promotion is most likely due to the resampling. When the raster is resampled the bit depth is promoted to allow for any change in spatial extent due to projection change or something else. You can see this effect, by clipping a raster with a graphic selected by Data > Export data. When you perform this, there will be a prompt asking you if you would like to promote the bit depth. Say 'No' and it will remain the bit depth of the original. If you say 'Yes' then the exported raster will have the promoted bit depth. Since you said yours is 24 bit, then perhaps the originals were 16 bit? Just a guess. Using the Copy Raster tool to turn it back down to the proper bit depth should work, provided you won't be losing any values in the process.
... View more
07-30-2015
02:04 PM
|
0
|
0
|
5989
|
|
POST
|
Right now John, the functionality to do that is not available, but should be available in a future release.
... View more
05-29-2015
05:35 AM
|
2
|
1
|
2562
|
|
POST
|
What bit depth were the original tifs? Since they are 1 band I assume they were not 16 bit originally? I think that the issue is probably with the bit depth being up converted. I would consider establishing a NoData value and not promoting the value. What you described used to be common with 1 bit data that would be upconverted and then in the pyramids the data would be lost. Overviews by default are 8 bit, and that promotion can be problematic. So I would consider the original conversion and not promote them from 1 bit.
... View more
05-12-2015
09:51 AM
|
1
|
2
|
6849
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-20-2026 09:09 AM | |
| 1 | 10-26-2023 10:44 AM | |
| 2 | 02-14-2024 08:29 AM | |
| 1 | 11-15-2022 06:57 AM | |
| 1 | 12-08-2023 09:13 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|