Hello,
I've got a satellite Picture and I've classified it:
Now I'd like to create a single layer for each class (kurz, mittel, lang). I've tried to use the raster calulator, but I don't know how to export the classes.
Thanks!!
Here are a couple of different Rasta classifications I found with a google search:
What are you going to do with the layers? This may help us give you a better answer.
Make sure you use == in Raster Calculator. For example, "YourRaster" == 1
Hello Charlotte,
Let's say the GridValue of kurz = 1, mittel = 2 and lang = 3
Then, in Raster Calculator,
For Kurz raster dataset,
("value" = 1)
For mittel raster dataset,
("value" = 2)
For lang raster dataset,
("value" = 3)
N.B.: The above expressions should be written in 3 different instances, NOT as a single expression.
Let us know if your requirement is different.
in generic terms..
gridname equals class (mygrid = someclass)
then save the result as usual
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.