-
Notifications
You must be signed in to change notification settings - Fork 41
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
[POC]: Classification notebook #620
Comments
Here's the discussion I was mentioning about scalable classif (with raster-vector) extraction: https://discourse.pangeo.io/t/advice-for-scalable-raster-vector-extraction/4129. |
On the edited description: Sounds good! One remark on the extras:
By "grouped information", you mean performing data binning? (I see the translation is "groupement par classes" in French, I didn't know!) On future improvements: The limitation right now is that those functions expect arrays, and not raster. For easier use in the future, we were thinking of moving these tools to a Once we have the Xarray accessors, we could also potentially rely on |
Context
The purpose of this ticket is to set up a notebook allowing demcompare users to perform metric measurements, such as mean or NMAD, in specific areas using classification. This notebook can be included in examples and used as a tutorial notebook during the practical session.
Setup
For the tutorial, it would be helpful to use demcompare data along with the associated masks.
Information
mask = gu.Raster('xdem_gironde_mask.tif')
Notebook Workflow
dem.set_mask(mask_single_band_boolean)
Extras parts
In demcompare, it is possible to measure metrics based on grouped information; it would be useful to demonstrate in the notebook how to do this using the xdem API.
Examples:
/estimation 4d
The text was updated successfully, but these errors were encountered: