Estoy buscando trabajar con bandas individuales de las imágenes Sentinel 2, pero parece que no puedo interactuar con más de tres bandas a la vez en ArcGIS Pro 2.2.1 o ArcMap 10.3.1.<\/P>
<\/P>
Cargar ya sea las Vistas Sentinel-2 desde el Catálogo de ArcGIS Pro (a través de AGOL), directamente desde los servicios WMS\/ArcGIS Rest (1<\/A>, 2<\/A>) produce las mismas 3 bandas visibles. Sin embargo, puedo aplicar plantillas de procesamiento que vienen con el servicio rest, como se incluye en la imagen adjunta. <\/P><\/P>¿Hay alguna manera de usar las 13 bandas a través de un WMS que no requiera suscripción, o extrayéndolas manualmente y vigilando los conjuntos de datos open source de AWS? Idealmente me gustaría tener las bandas disponibles para plantillas personalizadas de funciones ráster en ArcGIS Pro para poder hacer cosas un poco más avanzadas como la detección de cambios en la periferia urbana al instante. <\/P><\/P>El Índice Urbano está disponible aquí<\/A>, por ejemplo. Y la detección de cambios se discute aquí<\/A>, y podría aplicarse como una plantilla de función ráster para visualización instantánea - si tan solo pudiéramos ver cada una de las 13 bandas vía el WMS. <\/P><\/P><\/P><\/P><\/P><\/BODY><\/HTML>
¿Hay alguna manera de usar las 13 bandas a través de un WMS que no requiera suscripción, o extrayéndolas manualmente y vigilando los conjuntos de datos open source de AWS? Idealmente me gustaría tener las bandas disponibles para plantillas personalizadas de funciones ráster en ArcGIS Pro para poder hacer cosas un poco más avanzadas como la detección de cambios en la periferia urbana al instante. <\/P>
El Índice Urbano está disponible
<\/P><\/BODY><\/HTML>
Load the service into the map
Go to table of contents, right click --> properties --> processing templates --> none
select layer in table of contents, go to Image Service Layer on toolbar and select Symbology
... and you can assign any band to the R and G and B displays
Note the Processing Templates provide faster access to the most common band combinations and indices (see 2nd screenshot above)
Laurent,
ArcGIS has settings to take care of this resolution issue: As a property of many band related functions you can specify your choice for the output cellsize type using the selector:
This is part of all math functions, too. If you have simplified the process and use the "user defined" Method of the Band Arithmetic function (which your question indicates), your mix of band-resolutions will be resolved as the "best available". I tested the line that I have suggested with Sentinel2 in "Band Arithmetic" and it works just fine:RGB (4/3/2)
BandArithmetic Function: (B12 / B13) + (B8 / B13) + (B8 / B3)
Sorry - some city-patch - not ideal for regiolith
G.
Thank you Guenter. I'll take another look at my formula, but I think the issue is with the mix of band resolution that the Sentinel imagery is generated from. I beleive that there is a mix from 10m, 20m & 60m. So with my formulae I don't get the result I'm after. I'm comparing this to a standalone image that was created from resampled bands and then the formulae applied.
Look I'm not an expert by any means when it comes to Remote Sensing data, so I may be approaching this all wrong.
Laurent, what is your issue here? Not the results you expect? Without checking the literature:Does (B11 / B12) + (B8 / B12) + (B8 / B3) refer to the band naming/order in the Sentinel doc? Or is it (which would be crutial!)the band order in the dataset when in ArcGIS?Please keep in mind that there is a Band 8A in sentinel - and counting this is band 9 - so all following are one number up!So as a simple example: If you would need a formula like "NarrowNIR" / "Cirrus" in the sense of Sentinel doc this would be "8A" / "10" , but in the sense of band order in ArcGIS this would be "B9" / "B11" !!If that "error" happend on your formula above, the real formula most likely should be (B12 / B13) + (B8 / B13) + (B8 / B3) RegardsGuenter
Anyone have success with custom functions like this Regolith Ratio;
(B11 / B12) + (B8 / B12) + (B8 / B3)
*thirteen bands being delivered
Get Outlook for iOS<https://aka.ms/o0ukef>
Thanks Abhijit.
I did try that and it wasn't obvious that any more bands had become available.
I'll give it another try soon.
Is there any particular function where it should be obvious that all three bands are being delivered? Certainly the legend and raster info items still indicated three bands only.
Simon
Simon,
set the processing templates as NONE, you will have access to all the 13 bands, Then you can apply your raster function templates to use any of the 13 bands
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.