Closed CramericaIndustries closed 3 years ago
Thanks for finding that! yaml is so fussy, fixed.
- child_datasets:
row also must be altered to child_datasets:
(no dash)
In the instructions to install without docker it has to be pip3 install -r requirements.txt
instead of pip3 install requirements.txt
(you forgot -r
)
Fixed, thanks!
Hello and thank you for that wonderful project!
I found a mistake in your documentation where you describe how to define a multi dataset in
config.yaml
file. https://www.opentopodata.org/notes/multiple-datasets/This didn't work for me:
I had to change the nz-global configuration part to:
There was a space missing between the first dash and name:
-name: nz-global
=>- name: nz-global
and I had to remove the dash beforechild_datasets