Alber Sánchez
Alber Sánchez
The function `sits_get_data` could return the number of clouded observations and the maximum number of consecutive clouded observations in each time series. This would inform users about potential artifacts due...
Add a clustering option to `sits_uncertainty_sampling` to increase the diversity of the suggested samples. See section 4.3.1 of the book _Human-in-the-loop Machine Learning _
Great work. I found some issues in warp radar.ipynb: - Cell 3. Replace `from rasterio.warp import reproject, RESAMPLING` with `from rasterio.warp import reproject` and `from rasterio.enums import Resampling` - Cells...
### How could the content be improved? Good evening, the Data Carpentry Geospatial Curriculum Advisory Committee (CAC) has adviced to reference coordinate systems by their EPSG codes instead of using...
I love this application, but I'm moving to the terminal. It'd be nice to be able to use rednotebook using a command line interface (you know, like keepassxc and keepassxc-cli)....
This PR addresses #78 and #119 by finishing the job started by @mikemahoney218 at #145. Closes #78 Closes #102 Closes #103 Closes #105 Closes #106 Closes #107 In this PR,...
Closes #118 This PR: - adds a new section about removing columns and rows from data frames. - adds an example and a reference to the functions `typeof` and `na.omit`....
This change looks good to me. Optional addition might be showing learners how to save a plot to an object and then explicitly save a plot object. I've added something...
Add the change suggested by @mikemahoney218 to episode 7 regarding issue #142 raised by @LizZhou Closes #142
The command `sandpaper::validate_lesson()` is throwing a validation error and I don't know how to handle it: ``` episodes/02-project-intro.Rmd:31 [unknown div] text-center ``` It seems like sandpaper can't handle a text-center...