How to get values on a rastar layer to provide me with valuesWorsened image quality and false colours after georeferencingHow to resolve missing Python module (importlib) for GRASS/Sextante?Clipping polygon layer by raster valueDisplaying attribute values in IntraMaps Roam?Setting default raster layer style in QGIS?How to clip a 3-band raster when unwanted, bordering cells have values?EU DEM in GRS80 EVRS2000 with geoid EGG08 --> Make it comparable to Black Sea 1975 for RomaniaHow to get a frequency matrix of overlaying raster values?PyQGIS - QgsColorRamp Shader, Overwrite discrete values?Clipping Vector by Custom Raster Extent in QGIS?

How do I safety check that there is no light in Darkroom / Darkbag?

May a hotel provide accommodation for fewer people than booked?

Return last number in sub-sequences in a list of integers

A conjectural trigonometric identity

Can birds evolve without trees?

describing weighing an object in hand

Why should I use a big powerstone instead of smaller ones?

What is the significance of $(logname)?

UX writing: When to use "we"?

Why did the United States not resort to nuclear weapons in Vietnam?

How do discovery writers hibernate?

Is the EU really banning "toxic propellants" in 2020? How is that going to work?

Has the US government provided details on plans to deal with AIDS and childhood cancer?

How can a class have multiple methods without breaking the single responsibility principle

Is it unprofessional to mention your cover letter and resume are best viewed in Chrome?

Is Norway in the Single Market?

Adjective for when skills are not improving and I'm depressed about it

The Enigma Machine (CLI) in Java

Derivative is just speed of change?

Should I put my name first or last in the team members list?

The grades of the students in a class

How to derive trigonometric Cartesian equation from parametric

"DDoouubbllee ssppeeaakk!!"

What Marvel character has this 'W' symbol?



How to get values on a rastar layer to provide me with values


Worsened image quality and false colours after georeferencingHow to resolve missing Python module (importlib) for GRASS/Sextante?Clipping polygon layer by raster valueDisplaying attribute values in IntraMaps Roam?Setting default raster layer style in QGIS?How to clip a 3-band raster when unwanted, bordering cells have values?EU DEM in GRS80 EVRS2000 with geoid EGG08 --> Make it comparable to Black Sea 1975 for RomaniaHow to get a frequency matrix of overlaying raster values?PyQGIS - QgsColorRamp Shader, Overwrite discrete values?Clipping Vector by Custom Raster Extent in QGIS?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















So I have received data from an external source for my work they have provided me with NDUI (plant productivity) with black being a lower value and white a higher value, however I am unsure on how to get specific values for certain areas the image provides what I can currently see
Does anyone know how to get values up from this type of layer or do I need to ask the provider for additional information?










share|improve this question





















  • 1





    You got that the wrong way, white are high values, black are low values. Take a look at your layer window to the left. Also, what do you mean by "get values"? Manually write them down? Extract them? Use them for automatic processing?

    – Erik
    8 hours ago







  • 1





    I would like to see the values for each area e.g. labelling so i can visually see them. Would that be possible?

    – Alison Jones
    8 hours ago

















1















So I have received data from an external source for my work they have provided me with NDUI (plant productivity) with black being a lower value and white a higher value, however I am unsure on how to get specific values for certain areas the image provides what I can currently see
Does anyone know how to get values up from this type of layer or do I need to ask the provider for additional information?










share|improve this question





















  • 1





    You got that the wrong way, white are high values, black are low values. Take a look at your layer window to the left. Also, what do you mean by "get values"? Manually write them down? Extract them? Use them for automatic processing?

    – Erik
    8 hours ago







  • 1





    I would like to see the values for each area e.g. labelling so i can visually see them. Would that be possible?

    – Alison Jones
    8 hours ago













1












1








1








So I have received data from an external source for my work they have provided me with NDUI (plant productivity) with black being a lower value and white a higher value, however I am unsure on how to get specific values for certain areas the image provides what I can currently see
Does anyone know how to get values up from this type of layer or do I need to ask the provider for additional information?










share|improve this question
















So I have received data from an external source for my work they have provided me with NDUI (plant productivity) with black being a lower value and white a higher value, however I am unsure on how to get specific values for certain areas the image provides what I can currently see
Does anyone know how to get values up from this type of layer or do I need to ask the provider for additional information?







qgis






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago







Alison Jones

















asked 8 hours ago









Alison JonesAlison Jones

3386 bronze badges




3386 bronze badges










  • 1





    You got that the wrong way, white are high values, black are low values. Take a look at your layer window to the left. Also, what do you mean by "get values"? Manually write them down? Extract them? Use them for automatic processing?

    – Erik
    8 hours ago







  • 1





    I would like to see the values for each area e.g. labelling so i can visually see them. Would that be possible?

    – Alison Jones
    8 hours ago












  • 1





    You got that the wrong way, white are high values, black are low values. Take a look at your layer window to the left. Also, what do you mean by "get values"? Manually write them down? Extract them? Use them for automatic processing?

    – Erik
    8 hours ago







  • 1





    I would like to see the values for each area e.g. labelling so i can visually see them. Would that be possible?

    – Alison Jones
    8 hours ago







1




1





You got that the wrong way, white are high values, black are low values. Take a look at your layer window to the left. Also, what do you mean by "get values"? Manually write them down? Extract them? Use them for automatic processing?

– Erik
8 hours ago






You got that the wrong way, white are high values, black are low values. Take a look at your layer window to the left. Also, what do you mean by "get values"? Manually write them down? Extract them? Use them for automatic processing?

– Erik
8 hours ago





1




1





I would like to see the values for each area e.g. labelling so i can visually see them. Would that be possible?

– Alison Jones
8 hours ago





I would like to see the values for each area e.g. labelling so i can visually see them. Would that be possible?

– Alison Jones
8 hours ago










1 Answer
1






active

oldest

votes


















3














There are a number of different ways to get values from a raster layer.



If you are interested in the value of a given pixel, you can use the Identify Features tool to query the raster and return the value of the selected pixel in each band of the image. Your data looks like a single-band Unsigned 8-bit image, so 0-255 would be what you should expect to see.



If you need to query numerous specific places, you can do a Sample Raster Values using an existing Point layer that has the specific locations you wish to sample against your raster. It will create a new output Point layer that will have the raster cell value assigned to each point. This would be most useful if you were looking to sample known tree crown locations and had them mapped already.



If you needed to sample a polygon, I would approach that by creating either Random or Regular points within a polygonal extent, and doing a Sample Raster Value against that extent. After that, you can do an Aggregate against those points to get summary statics for that extent (mean, median, mode, etc).



EDIT:



To label each specific pixel, you can run either Raster pixels to points or Raster pixels to polygons (I would personally choose points), set the Symbology to not draw any symbol, and set the Label to the VALUE field. This will put a centered label on each pixel representing the raster's value.






share|improve this answer





























    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%2f330894%2fhow-to-get-values-on-a-rastar-layer-to-provide-me-with-values%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    There are a number of different ways to get values from a raster layer.



    If you are interested in the value of a given pixel, you can use the Identify Features tool to query the raster and return the value of the selected pixel in each band of the image. Your data looks like a single-band Unsigned 8-bit image, so 0-255 would be what you should expect to see.



    If you need to query numerous specific places, you can do a Sample Raster Values using an existing Point layer that has the specific locations you wish to sample against your raster. It will create a new output Point layer that will have the raster cell value assigned to each point. This would be most useful if you were looking to sample known tree crown locations and had them mapped already.



    If you needed to sample a polygon, I would approach that by creating either Random or Regular points within a polygonal extent, and doing a Sample Raster Value against that extent. After that, you can do an Aggregate against those points to get summary statics for that extent (mean, median, mode, etc).



    EDIT:



    To label each specific pixel, you can run either Raster pixels to points or Raster pixels to polygons (I would personally choose points), set the Symbology to not draw any symbol, and set the Label to the VALUE field. This will put a centered label on each pixel representing the raster's value.






    share|improve this answer































      3














      There are a number of different ways to get values from a raster layer.



      If you are interested in the value of a given pixel, you can use the Identify Features tool to query the raster and return the value of the selected pixel in each band of the image. Your data looks like a single-band Unsigned 8-bit image, so 0-255 would be what you should expect to see.



      If you need to query numerous specific places, you can do a Sample Raster Values using an existing Point layer that has the specific locations you wish to sample against your raster. It will create a new output Point layer that will have the raster cell value assigned to each point. This would be most useful if you were looking to sample known tree crown locations and had them mapped already.



      If you needed to sample a polygon, I would approach that by creating either Random or Regular points within a polygonal extent, and doing a Sample Raster Value against that extent. After that, you can do an Aggregate against those points to get summary statics for that extent (mean, median, mode, etc).



      EDIT:



      To label each specific pixel, you can run either Raster pixels to points or Raster pixels to polygons (I would personally choose points), set the Symbology to not draw any symbol, and set the Label to the VALUE field. This will put a centered label on each pixel representing the raster's value.






      share|improve this answer





























        3












        3








        3







        There are a number of different ways to get values from a raster layer.



        If you are interested in the value of a given pixel, you can use the Identify Features tool to query the raster and return the value of the selected pixel in each band of the image. Your data looks like a single-band Unsigned 8-bit image, so 0-255 would be what you should expect to see.



        If you need to query numerous specific places, you can do a Sample Raster Values using an existing Point layer that has the specific locations you wish to sample against your raster. It will create a new output Point layer that will have the raster cell value assigned to each point. This would be most useful if you were looking to sample known tree crown locations and had them mapped already.



        If you needed to sample a polygon, I would approach that by creating either Random or Regular points within a polygonal extent, and doing a Sample Raster Value against that extent. After that, you can do an Aggregate against those points to get summary statics for that extent (mean, median, mode, etc).



        EDIT:



        To label each specific pixel, you can run either Raster pixels to points or Raster pixels to polygons (I would personally choose points), set the Symbology to not draw any symbol, and set the Label to the VALUE field. This will put a centered label on each pixel representing the raster's value.






        share|improve this answer















        There are a number of different ways to get values from a raster layer.



        If you are interested in the value of a given pixel, you can use the Identify Features tool to query the raster and return the value of the selected pixel in each band of the image. Your data looks like a single-band Unsigned 8-bit image, so 0-255 would be what you should expect to see.



        If you need to query numerous specific places, you can do a Sample Raster Values using an existing Point layer that has the specific locations you wish to sample against your raster. It will create a new output Point layer that will have the raster cell value assigned to each point. This would be most useful if you were looking to sample known tree crown locations and had them mapped already.



        If you needed to sample a polygon, I would approach that by creating either Random or Regular points within a polygonal extent, and doing a Sample Raster Value against that extent. After that, you can do an Aggregate against those points to get summary statics for that extent (mean, median, mode, etc).



        EDIT:



        To label each specific pixel, you can run either Raster pixels to points or Raster pixels to polygons (I would personally choose points), set the Symbology to not draw any symbol, and set the Label to the VALUE field. This will put a centered label on each pixel representing the raster's value.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 5 hours ago

























        answered 8 hours ago









        Saijin_NaibSaijin_Naib

        4911 silver badge6 bronze badges




        4911 silver badge6 bronze badges






























            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%2f330894%2fhow-to-get-values-on-a-rastar-layer-to-provide-me-with-values%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

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            In Tikz, how to set a node's label alignment to the left?Rotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideLine up nested tikz enviroments or how to get rid of themVertically align a tikzpicture and forestDrawing tikz line in the margin for multiple pagesLongtable, contained tikz, padding, custom columns, and an alignment issueTikZ: define arrow starting position based on style and format node labelAlign node name in Tikz