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;
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 
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
add a comment |
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 
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
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
add a comment |
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 
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
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 
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
qgis
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
edited 5 hours ago
answered 8 hours ago
Saijin_NaibSaijin_Naib
4911 silver badge6 bronze badges
4911 silver badge6 bronze badges
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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