fieldsoftheworld / ftw-baselines

Code for running baseline models/experiments with the Fields of The World dataset
https://fieldsofthe.world/
MIT License
53 stars 4 forks source link

Enable ftw command-line to download just the fiboa parquet files #20

Closed cholmes closed 2 weeks ago

cholmes commented 2 weeks ago

Right now ftw download gets you gigabytes of imagery data. We should let people just get the fiboa geometries with the same easy CLI.

The structure of the command should be the same - let people select the country and just get that, so I lean towards putting it in the same command - like ftw download --fiboa-only, but we could have ftw download fiboa or something, like a separate command with the same semantics.

The data is in a different structure - each fiboa file is in its own repo, like https://source.coop/kerner-lab/fields-of-the-world-austria so the way the download works will be a bit different.

cholmes commented 2 weeks ago

whoops, this is a dupe with #7