-
Notifications
You must be signed in to change notification settings - Fork 378
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
Adding the GlobBiomass dataset #395
Conversation
Yes, if it isn't too much trouble. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry it took me so long to review this! This mostly looks good. Only remaining questions are about whether we should concatenate gsv/agb/agb_err into a single tensor and about filename_glob.
* globBiomass Dataset * add tests and testdata * add description and error messages * doc correction * added plot method * orientation plot figure * fix documentation * add compression * camel * gsv fake data and filename glob * 2 channel tensor and requested changes
This PR adds the GlobBiomass dataset by Santoro et al. 2018. It contains global estimates of aboveground biomass (agb) and growth stock volume (gsv) as well as corresponding standard error uncertainty maps at pixel level. The rasters have a resolution of ~100m and are 45,000x45,000px large. Dataset must be downloaded manually.
Question: In #253 I read that the RasterDatasets should get their own plot method. Should I add one to this dataset?
An updated example from the new plot method: