Gilberto Camara

Results 43 issues of Gilberto Camara

Dear Tim, Given the advantages of the new "terra" package over the "raster" package, would it be possible to include support for "terra" in mapview? Thanks Gilberto

Dear Tim: I am having problems when trying to use the "viewRGB" function with a "stars" object. Please see the script below (MWE): ```r # install the inSitu library which...

Provide support for a "MASK", which defines areas to be included or excluded from classification. The mask band can be built based on a user-defined shapefile (or sf object). After...

improvement
high priority

Include support for Sentinel-1 data in SITS. This support requires finding an effective solution for the fact that Sentinel-1 does not have a tile system, and thus requires either a...

improvement
high priority

Allow visualisation of samples on a per-class, per-neuron basis

new API function

**Describe the requested improvement** Currently, there are many `sits` functions that use `.sits_parallel_map()` to execute a function in parallel over a set of blocks. These include `sits_classify()`, `sits_apply()`, `sits_smooth()`, `sits_label_classification()`,...

improvement
high priority

Submitting Author Name: Gilberto Camara Submitting Author Github Handle: @gilbertocamara Other Package Authors Github handles: @rolfsimoes, @OldLipe, @M3nin0, @lorenalves Repository: https://github.com/e-sensing/sits Version submitted: 1.4.2 Submission type: Standard Editor: @mpadge Reviewers:...

4/review(s)-in-awaiting-changes

**Describe the bug** When trying to regularize an S1 cube, `sits` produces an errror. **To Reproduce** ```{r} cube_s1

bug

**Describe the new API function requested** Include new functions to support prediction. These functions would require the user to provide training samples with a "value" column. This column would be...

new API function