Re: [gdal-dev] Extracting a band with gdalmdimtranslate

2020-08-08 Thread J . Antonio Guzmán Q .
; > *From:* gdal-dev * On Behalf Of *J. > Antonio Guzmán Q. > *Sent:* Friday, August 07, 2020 4:44 PM > *To:* gdal-dev@lists.osgeo.org > *Subject:* [gdal-dev] Extracting a band with gdalmdimtranslate > > > > Hi, > > > > I am trying to extract a band (byte 3) fr

Re: [gdal-dev] Extracting a band with gdalmdimtranslate

2020-08-07 Thread Joe Lee
al-dev On Behalf Of J. Antonio Guzmán Q. Sent: Friday, August 07, 2020 4:44 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Extracting a band with gdalmdimtranslate Hi, I am trying to extract a band (byte 3) from the Quality_Assurance SDS of MODIS Cloud Mask swath product (MOD35-MYD35).

[gdal-dev] Extracting a band with gdalmdimtranslate

2020-08-07 Thread J . Antonio Guzmán Q .
Hi, I am trying to extract a band (byte 3) from the Quality_Assurance SDS of MODIS Cloud Mask swath product (MOD35-MYD35). Overall, I can not extract a band or array using gdalwarp since the dimensions of the array seems to be [Along, Across, Bytes] [2040x1354x10] and not [Bytes, Along, Across]. T