EnMAP-Box / enmap-box

EnMAP-Box source code repository. See https://enmap-box.readthedocs.io for documentation
GNU General Public License v3.0
35 stars 16 forks source link

[Profile Analytics] add new x axis unit "Date Time (timestamp)" #552

Open janzandr opened 1 year ago

janzandr commented 1 year ago

Requested by @ernstste.

In addition to the existing Date Time (decimal years) it is proposed to add the Date Time (timestamp) units.

ffilipponi commented 3 months ago

I additionally suggest to automatically set Date Time reading 'time' dimension in NetCDF file, when available. It would significantly support time series analysis, especially for unevenly spaced time series. Another source of datetime information associated to input raster data could be the found in .aux.json file generated when exporting raster data with explicit time dimension using R-cran terra package.

janzandr commented 3 months ago

@ffilipponi thanks for the feature requests. I opened two new issues #906 and #907. Should be easy to implement. Please provide proper test datasets, as requested in the issues.