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

update in README #3

Open
jome1 opened this issue Jun 27, 2024 · 0 comments
Open

update in README #3

jome1 opened this issue Jun 27, 2024 · 0 comments

Comments

@jome1
Copy link

jome1 commented Jun 27, 2024

under 2.5 Run Spider:

  • create folder processed within SPIDER repository
  • remove the word "configs" from command, so the command looks like this:
    .../prep % gdal_rasterize data/Country.gpkg -burn 1 -tr 0.1 0.1 data/blank.tif && gdalwarp -t_srs EPSG:4088 data/blank.tif data/blank_proj.tif && spi --config=Country_config.yml processed/Country_hex.geojson
    or create folder configs within SPIDER repository and use the original command
  • Within country_config.yml (which is copied to SPIDER repository) change in first line aoi: data/Country.gpkg the word "Country" to your country name and do the same to all other filenames in the config files

under 2.6 Combine Glaes and Spider results for GeoH2

  • within your local GeoH2-data-prep repository create folder "Inputs_GeoH2" and within this folder create another folder "Data" so the used script can save the data there

I think it would be good to include some lines in the code which check if the mentioned folders are already there or need to be set up automatically. So the user does not have to do it manually. Should I do it doing a pull request?

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

No branches or pull requests

1 participant