gher-uliege / DINCAE

DINCAE (Data-Interpolating Convolutional Auto-Encoder) is a neural network to reconstruct missing data in satellite observations.
GNU General Public License v3.0
47 stars 19 forks source link

create input file for multi MODIS dataset #6

Closed wulan87 closed 3 years ago

wulan87 commented 3 years ago

This is not bug question, rather a newbie question.

I don't understand what to do next after create _create_inputfile.jl and, how it work with multifiles MODIS overthere? is that correlate with append mode like in the NCDatasets.jl does? to aggregate sst variables?

Thank you

Alexander-Barth commented 3 years ago

In this particular case, I used the Linux tool ncks from the nco package to concatenate the individual files to a single NetCDF files.

Here are some documentations that might be helpful for you: https://forum.marine.copernicus.eu/discussion/205/how-to-mergeconcatenate-cmems-netcdf-files-tips/p1 https://disc.gsfc.nasa.gov/information/howto?title=How%20to%20Concatenate%20the%20Time%20Dimension%20of%20netCDF%20Files%20with%20NCO

wulan87 commented 3 years ago

Thank you