Skip to content
New issue

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

Add TARGET model input #1008

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Add TARGET model input #1008

merged 2 commits into from
Nov 19, 2024

Conversation

ebocher
Copy link
Member

@ebocher ebocher commented Nov 19, 2024

This PR adds a new option in the workflow to compute the landcover layer requiered to run the TARGET model (see https://github.com/jixuan-chen/target/tree/main)

The landcover layer is a regular grid saved by geoclimate in flatgeobuffer format as the grid_indicators layer.
By default the grid is computed on 100 x 100 resolution (meters) but the user can set a new resolution using the grid_indicators parameters. See the examples.

Enable the default target configuration

"rsu_indicators": ["indicatorUse" : ["TARGET"]  ]

Customize the target grid size

"rsu_indicators": ["indicatorUse" : ["TARGET"]],
"grid_indicators"   : [
                                "x_size"    : 200,
                                "y_size"    : 200
                        ]

@j3r3m1

@j3r3m1
Copy link
Collaborator

j3r3m1 commented Nov 19, 2024

Great ! It would be nice to have the same kind of tutorial than for WRF (https://github.com/orbisgis/geoclimate/wiki/Creates-WRF-inputs-on-Linux)

@ebocher ebocher merged commit e580983 into orbisgis:master Nov 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants