nansencenter / nansat

Scientist friendly Python toolbox for processing 2D satellite Earth observation data.
http://nansat.readthedocs.io
GNU General Public License v3.0
180 stars 66 forks source link

mapper for high resolution band of Landsat8 #50

Closed asumak closed 9 years ago

asumak commented 10 years ago

Landsat8 includes different resolution bands. (band 1-7,9: 30-meters, band 8: 15-meters). Currently the size of the 8th band is reduced to 50%. If option is given, return band with full resolution of 8th band.

asumak commented 9 years ago

fixed in dfa2ed0b9f

akorosov commented 9 years ago

Closed in 2133694591a8804f4e445b436e2b9a916db3b354

akorosov commented 9 years ago

Hi+res mapper overlaps with the low-res one by 80%. Remove redundancy in the code by using inheritance and in the future follow the DRY principle.

asumak commented 9 years ago

solved in 42b4b0a. Remove 'mapper_ landsat_highresolution' and add 'resolution' option to 'mapper_landsat'. If resolution = 'high', only high resolution data is returned.

akorosov commented 9 years ago

Closed in d43139c5dba1cb0938747c0bfbde28b68016e3a0