You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The refactor of the metadata editor will not include the time series settings. We need to move this options inside the resource management panel.
Old time series settings activate selecting the option Has time?
The text was updated successfully, but these errors were encountered:
* adding timeseries API
* fixing a bug
* black re-formatting
* Fix serializer for DatasetTimeSerie
* make some small improvements
* black reformatting
* improving the code
* formatting the code
* adding get_choices under the __init__ function of the serializer
* adding a support_time property
* update layers/views with the support_time property
* rename the property support_time to supports_time
* adding a get_choices property to the Dataset model and extending the supports_time property
* adding tests for the get_time_info function and for the supports_time property
* fixing a bug
* update the tests for the get_time_info
* removing non-used module
---------
Co-authored-by: Mattia <[email protected]>
The refactor of the metadata editor will not include the time series settings. We need to move this options inside the resource management panel.
Old time series settings activate selecting the option
Has time?
The text was updated successfully, but these errors were encountered: