appelmar / gdalcubes_cpp

Earth observation data cubes from GDAL image collections
MIT License
74 stars 7 forks source link

Image collection for MOD13Q1 #23

Closed gilbertocamara closed 5 years ago

gilbertocamara commented 5 years ago

Hi, Marius and Edzer, Congratulation for the gdalcubes package!! Great work!! I am starting to work on integrating "gdalcubes" with the SITS (Satellite Image Time Series) package, available on https://github.com/e-sensing/sits. One of the data sets we use a lot is MOD13Q1, which provides 250 m resolution imagery (see for example, https://doi.org/10.1016/j.isprsjprs.2018.08.007). Would it be asking too much from you to include the MOD13Q1 format in your image collection format?

appelmar commented 5 years ago

Great, let me know if I can help you with the integration. I've added a collection format for MOD13Q1 to the package (see https://github.com/appelmar/gdalcubes_R/blob/cran-v0.2.0/inst/formats/MxD13Q1.json). The format includes NDVI, EVI, red, MIR, NIR, blue, VI quality, and pixel reliability bands but so far ignores view zenith angle, sun zenith angle, relative azimuth angle, and composite day of the year. Does this work for you?

I am planning a CRAN submission of the package these days, so the format should be available also in the next version on CRAN.

gilbertocamara commented 5 years ago

Hi Marius

Great!! Thanks for the quick response. As soon as I have something, I will contact you.

Best Gilberto

On 7 Aug 2019, at 14:02, Marius Appel notifications@github.com wrote:

Great, let me know if I can help you with the integration. I've added a collection format for MOD13Q1 to the package (see https://github.com/appelmar/gdalcubes_R/blob/cran-v0.2.0/inst/formats/MxD13Q1.json https://github.com/appelmar/gdalcubes_R/blob/cran-v0.2.0/inst/formats/MxD13Q1.json). The format includes NDVI, EVI, red, MIR, NIR, blue, VI quality, and pixel reliability bands but so far ignores view zenith angle, sun zenith angle, relative azimuth angle, and composite day of the year. Does this work for you?

I am planning a CRAN submission of the package these days, so the format should be available also in the next version on CRAN.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/appelmar/gdalcubes/issues/23?email_source=notifications&email_token=ABOHEDJYLSULUBHIB32EAJLQDK2VJA5CNFSM4IJZUSEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3YFF4Y#issuecomment-519066355, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOHEDIWXQ6JA6PQTT5KBCTQDK2VJANCNFSM4IJZUSEA.

appelmar commented 5 years ago

Looking forward to it, I'll close this issue for now.