Skip to main content

Questions tagged [multi-band]

Raster data with more than one band/channel of information. Also known in imagery as multi or hyper spectral.

0 votes
0 answers
19 views

Value changes when merging Landsat bands to a multiband image using Rasterio in Python

I have two separate image bands from Landsat (L2SP) and would like to merge them into one multiband image (.tiff). I use rasterio package in Python in order to perform this task (see code below). The ...
Ilias Machairas's user avatar
5 votes
1 answer
186 views

QGIS Batch Process to save bands of a raster layer as separate raster files

I have a .tif file with 61 bands. Normally, to save a band, I use the rastar calculator expression filename@1. But since there are 61 bands, with each band corresponding to a date, from April 1 to May ...
proy's user avatar
  • 95
0 votes
1 answer
33 views

How to export multiband GeoTIFF data to CSV?

I have a GeoTIFF with daily average discharge data over 10 years (3652 bands per grid cell, each band representing one day). I would like to export this discharge data to a CSV file to work with it in ...
timmer's user avatar
  • 11
0 votes
1 answer
48 views

Calculating NDVI using OrfeoToolbox

Platform: Windows 11 Aim trying to achieve: I have downloaded some multispectral test data from OpenDroneMap (ODM) forum. The data is captured with DJI Mavic 3M. What I want is to analyze NDVI, NDRE, ...
DevM's user avatar
  • 11
0 votes
1 answer
65 views

Changing RGB band raster into single band raster in ArcMap

I have a raster like in this image, this raster symbology only consist of RGB Composite, vector field and stretched. How do I change the colors of this raster into a single color? This raster was ...
Garishsm's user avatar
0 votes
0 answers
40 views

Google Earth Engine: User memory limit exceeded error when try to reduce and build a multiband imagecollection

I have a long imagecollection of Landsat-5 images from 1984 to 2011. This imagecollection was cropped in a smaller ROI, bit flags and scaling factors applied and for each image two new bands were ...
Leonidas's user avatar
  • 483
0 votes
2 answers
77 views

Converting multiband raster to polygon in ArcMap

I'm currently using ArcMap 10.8 I want to convert a Multiband Raster with 3 band with each band represent the RGB value, so I can calculate the area of ​​each value (classification) in a smaller ...
Dwiki Muharrama's user avatar
0 votes
1 answer
72 views

Publish the band descriptions from a TIFF in a WMS service with GeoServer

I have a multiband TIFF, where each band represents a time slice of a dataset. The date of each band is stored in the Band Description. See the output from gdalinfo here: Band 1 Block=476x1 Type=...
staf's user avatar
  • 326
1 vote
1 answer
124 views

Raster is being saved with no bands names despite defining them using Rasterio

I have an ndarray which I would like to save as rasterio raster. I have all the information I needed (image size, transform, band names etc.). The problem is that when I try to save the image as ...
ReutKeller's user avatar
  • 2,169
2 votes
1 answer
1k views

Dropping one band in multi-band raster using ArcGIS Pro

I have two different NAIP imagery rasters, one with five bands and the other with four. I would like to merge the two rasters so they both need to have the same number of bands. What is the most ...
JMade's user avatar
  • 23
0 votes
1 answer
113 views

Different raster's resolution but same pixel number, how is it possible?

Bands 1-7 & 9 of Landsat 8 have a spatial resolution of 30 meters, but Band 10 and 11 have 100 meters. Bellow there are NDVI and Band 10 Rasters of a study area. Does each pixel of the band 10 ...
Chris's user avatar
  • 123
0 votes
1 answer
186 views

Split categorical image into multi-band image in Google Earth Engine, where every band only contains pixels from one category

Context I need to calculate the yearly forest area lost for every country, based on the Hansen Tree Cover Loss (TCL) image. The band I use is categorical and indicates the lossyear in the form of an ...
Thierry's user avatar
  • 119
1 vote
0 answers
27 views

Calculating relative surface of 3band raster image in QGIS

I am trying to calculate the (relative) area of this image. It is a scan of a tree, the colors indicate the moisture in the stem. If I load it in QGIS, I see 3 bands, the combination of which define ...
Yves's user avatar
  • 61
0 votes
1 answer
65 views

Determining sea surface salinity with multisprectral satellite imagery

Could anyone with knowledge of remote sensing tell me if multispectral satellite imagery such as Landsat 8 or Sentinel 2 can be used to determine salinity differences in ocean surface water? My ...
Ian Moffit's user avatar
0 votes
1 answer
89 views

How to replace values of one multiband raster with the values of another multiband raster, where they overlap? [QGIS]

I've seen this question asked many times with regards to single band rasters, where you can use raster calculator. What about when you have two 3-band images?
hmnoidk's user avatar
  • 707

15 30 50 per page
1
2 3 4 5
16