fdetsch / MODIS

Download and processing framework for MODIS imagery. The package provides automated access to the global online data archives LP DAAC, LAADS and NSIDC as well as processing capabilities such as file conversion, mosaicking, subsetting and time series.
Other
58 stars 27 forks source link

Cannot downlaod MODIS swath #18

Open Gilbert2015 opened 7 years ago

Gilbert2015 commented 7 years ago

Hello, MODIS swath cannot be download. It gives this error message: Error in strsplit(path$remotePath$LPDAAC, "DATE") : non-character argument In addition: Warning message: In genString(x = product$PRODUCT[1], collection = col, local = FALSE) : genString() does not support multiple products! Generating 'path' for the first product:MOD14

MatMatt commented 7 years ago

Hi, Swath product are not supported, only gridded products. Kind regards, Matteo

Am 15.03.2017 10:09 Nachm. schrieb "Gilbert2015" notifications@github.com:

Hello, MODIS swath cannot be download. It gives this error message: Error in strsplit(path$remotePath$LPDAAC, "DATE") : non-character argument In addition: Warning message: In genString(x = product$PRODUCT[1], collection = col, local = FALSE) : genString() does not support multiple products! Generating 'path' for the first product:MOD14

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MatMatt/MODIS/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/ADheGsMqVEJ1Jan--bEEVqiuBxAEftC6ks5rmFOBgaJpZM4Meh7T .

fdetsch commented 7 years ago

I would rather say: not yet supported. I have a bunch of MODIS Swath related scripts lying around (download, extraction via GDAL) which I would love to add to MODIS until this year's useR!. @MatMatt We should have a talk about that soon to coordinate further actions. @Gilbert2015 Thanks for bringing this up, I will come back to you asap.

MatMatt commented 7 years ago

Hi Florian,

okay! I also have some pre-MODIS-package scripts for the MOD02 and 03 download. I need to dug in my files and we can see were we stand!

Thanks, Matteo

2017-03-16 8:41 GMT+01:00 Florian Detsch notifications@github.com:

I would rather say: not yet supported. I have a bunch of MODIS Swath related scripts lying around (download, extraction via GDAL) which I would love to add to MODIS until this year's useR! https://user2017.brussels/. @MatMatt https://github.com/MatMatt We should have a talk about that soon to coordinate further actions. @Gilbert2015 https://github.com/Gilbert2015 Thanks for bringing this up, I will come back to you asap.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MatMatt/MODIS/issues/18#issuecomment-286980493, or mute the thread https://github.com/notifications/unsubscribe-auth/ADheGsOeAkg8kSYQuXPRE60oyf6nD-Anks5rmOeSgaJpZM4Meh7T .

khufkens commented 7 years ago

Some GDAL code that might help.

http://www.khufkens.com/2016/11/16/swath2grid/

Gilbert2015 commented 7 years ago

thanks! Really want to commend you guys for the package.

Thanks, Ayodele

On Thu, Mar 16, 2017 at 11:08 AM, Koen Hufkens notifications@github.com wrote:

Some GDAL code that might help.

http://www.khufkens.com/2016/11/16/swath2grid/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MatMatt/MODIS/issues/18#issuecomment-287087203, or mute the thread https://github.com/notifications/unsubscribe-auth/AOpI1yaeg-4lAKawOAeALD_DLeOtu2HFks5rmVBigaJpZM4Meh7T .

MatMatt commented 5 years ago

Dear @Gilbert2015 dear @khufkens we have started to implement MODIS Swath capabilities. Currently still at a very basic level but improvements should follow quite soon. Please have a look at the function makeFootprintSwath in the new MODISswath branch. (nothing stable yet!) Thanks, Matteo