I want to know how to translate a netcdf file to a binary file IN PYTHON. I have some timeseries data in a netcdf file. I want to change it to a binary file so that I can run TIMESAT to extract phenological metrics.
Has someone already solved this problem? Or can I use Arcmap to build models to do this process?
NetCDF4package, and write data in binary format withopen(...., "wb").