We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"raster_series": { "landuse": [ { "file_path": "/home/Workspaces/maps/lulc/cob.map", "from": { "$ref": "#/simulation_period/start" }, "to": "2034-12-31" }, { "file_path": "/home/Workspaces/maps/lulc/cobpr.map", "from": "2035-01-01", "to": { "$ref": "#/simulation_period/finish" } } ], },
"raster_series": { "ndvi": { "monthly": [ { "month": 1, "file_path": "/home/Workspaces/maps/ndvi0000.001" }, { "month": 2, "file_path": "/home/Workspaces/maps/ndvi0000.002" }, { "month": 3, "file_path": "/home/Workspaces/maps/ndvi0000.003" }, { "month": 4, "file_path": "/home/Workspaces/maps/ndvi0000.004" }, { "month": 5, "file_path": "/home/Workspaces/maps/ndvi0000.005" }, { "month": 6, "file_path": "/home/Workspaces/maps/ndvi0000.006" }, { "month": 7, "file_path": "/home/Workspaces/maps/ndvi0000.007" }, { "month": 8, "file_path": "/home/Workspaces/maps/ndvi0000.008" }, { "month": 9, "file_path": "/home/Workspaces/maps/ndvi0000.009" }, { "month": 10, "file_path": "/home/Workspaces/maps/ndvi0000.010" }, { "month": 11, "file_path": "/home/Workspaces/maps/ndvi0000.011" }, { "month": 12, "file_path": "/home/Workspaces/maps/ndvi0000.012" } ], },
Optionally, it should be possible to define a threshold year to use a raster file for all following months:
"raster_series": { "ndvi": { "monthly": [ { "month": 1, "file_path": "/home/Workspaces/maps/ndvi0000.001" }, //... ], "yearly_from": 2025, "yearly_file_path": "/home/Workspaces/maps/ndvipr.map" } },
"raster_series": { "etp": { "dir_path": "/home/Workspaces/maps/etp/", "files_prefix": "etp" }, },
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
This issue was closed because it has been inactive for 14 days since being marked as stale.
soaressgabriel
Successfully merging a pull request may close this issue.
Description
Raster Time Series Specifications
Optionally, it should be possible to define a threshold year to use a raster file for all following months:
Solution
Alternative solution(s)
Additional context
The text was updated successfully, but these errors were encountered: