landsat 8 cloud band: how to understand their (bit) coding?Removing cloud cover on LandSat 8 imagery using...

Named nets not connected in Eagle board design

How spaceships determine each other's mass in space?

Why is there an extra space when I type "ls" on the Desktop?

Rationale to prefer local variables over instance variables?

Create chunks from an array

Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?

Practical reasons to have both a large police force and bounty hunting network?

Deal the cards to the players

Do natural melee weapons (from racial traits) trigger Improved Divine Smite?

Paper published similar to PhD thesis

Is being socially reclusive okay for a graduate student?

Under what conditions would I NOT add my Proficiency Bonus to a Spell Attack Roll (or Saving Throw DC)?

Are small insurances worth it

Why can't we use freedom of speech and expression to incite people to rebel against government in India?

When to use the term transposed instead of modulation?

Is there a way to find out the age of climbing ropes?

PSPICE - must be 'I' or 'V' error

Naming Characters after Friends/Family

“I had a flat in the centre of town, but I didn’t like living there, so …”

Affine transformation of circular arc in 3D

Should I use HTTPS on a domain that will only be used for redirection?

Sundering Titan and basic normal lands and snow lands

Can you run a ground wire from stove directly to ground pole in the ground

What does it mean when I add a new variable to my linear model and the R^2 stays the same?



landsat 8 cloud band: how to understand their (bit) coding?


Removing cloud cover on LandSat 8 imagery using ArcGIS for Desktop?Landsat 8 - Surface reflectance panchromatic band ?Landsat 8 cloud detection without band 9Landsat 8 Band Value RangeNDVI analysis of LANDSAT 8 imagery in QGISWhat bands should be used to identify clouds using the cloud function of the landsat package in LANDSAT 8 scenes?MODIS surface water and cloud shadowHow to preprocess and remove noisy data from Landsat-8 image Bands for ndvi time-series analysisLandsat 8 BQA - using cloud confidence to create a cloud maskCloud Mask Landsat 7 Tier 2 TOA













0















I am trying to understand how to use the Lansdat 8 cloud quality band. The user guide L8_Surface-Reflectance-Code-LASRC-Product-Guide.pdf does not explain much, but just gives tables (Table 7-1, 7-2 and 7-3) I don't really understand how to read those, and how to use them.



Could someone help walk through this table? My understanding is I need to convert the results of the pixel_qa band into bits. In R, I use intToBits() and get a sequence of bits, say for pixel value 388:





intToBits(388)
#> [1] 00 00 01 00 00 00 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
#> [24] 00 00 00 00 00 00 00 00 00


How do I interpret this? When the table below says Attribute Clear, is it for 01 values, and all others (00, 10, 11) are not Clear? I imagine that some attribute contradict each other (cannot have clear and cloud and high cloud confidence in the same time?)



Thanks!



Source:










share|improve this question



























    0















    I am trying to understand how to use the Lansdat 8 cloud quality band. The user guide L8_Surface-Reflectance-Code-LASRC-Product-Guide.pdf does not explain much, but just gives tables (Table 7-1, 7-2 and 7-3) I don't really understand how to read those, and how to use them.



    Could someone help walk through this table? My understanding is I need to convert the results of the pixel_qa band into bits. In R, I use intToBits() and get a sequence of bits, say for pixel value 388:





    intToBits(388)
    #> [1] 00 00 01 00 00 00 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    #> [24] 00 00 00 00 00 00 00 00 00


    How do I interpret this? When the table below says Attribute Clear, is it for 01 values, and all others (00, 10, 11) are not Clear? I imagine that some attribute contradict each other (cannot have clear and cloud and high cloud confidence in the same time?)



    Thanks!



    Source:










    share|improve this question

























      0












      0








      0








      I am trying to understand how to use the Lansdat 8 cloud quality band. The user guide L8_Surface-Reflectance-Code-LASRC-Product-Guide.pdf does not explain much, but just gives tables (Table 7-1, 7-2 and 7-3) I don't really understand how to read those, and how to use them.



      Could someone help walk through this table? My understanding is I need to convert the results of the pixel_qa band into bits. In R, I use intToBits() and get a sequence of bits, say for pixel value 388:





      intToBits(388)
      #> [1] 00 00 01 00 00 00 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
      #> [24] 00 00 00 00 00 00 00 00 00


      How do I interpret this? When the table below says Attribute Clear, is it for 01 values, and all others (00, 10, 11) are not Clear? I imagine that some attribute contradict each other (cannot have clear and cloud and high cloud confidence in the same time?)



      Thanks!



      Source:










      share|improve this question














      I am trying to understand how to use the Lansdat 8 cloud quality band. The user guide L8_Surface-Reflectance-Code-LASRC-Product-Guide.pdf does not explain much, but just gives tables (Table 7-1, 7-2 and 7-3) I don't really understand how to read those, and how to use them.



      Could someone help walk through this table? My understanding is I need to convert the results of the pixel_qa band into bits. In R, I use intToBits() and get a sequence of bits, say for pixel value 388:





      intToBits(388)
      #> [1] 00 00 01 00 00 00 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
      #> [24] 00 00 00 00 00 00 00 00 00


      How do I interpret this? When the table below says Attribute Clear, is it for 01 values, and all others (00, 10, 11) are not Clear? I imagine that some attribute contradict each other (cannot have clear and cloud and high cloud confidence in the same time?)



      Thanks!



      Source:







      landsat-8 cloud-cover






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 mins ago









      MatifouMatifou

      651420




      651420






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "79"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f314792%2flandsat-8-cloud-band-how-to-understand-their-bit-coding%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f314792%2flandsat-8-cloud-band-how-to-understand-their-bit-coding%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          (145452) 2005 RN43 Классификация | Примечания | Ссылки |...

          Щит и меч (фильм) Содержание Названия серий | Сюжет |...

          Энтрерриос (город) Содержание История | Географическое...