Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSIndicators CSIndicators
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • CSIndicatorsCSIndicators
  • Issues
  • #49
Closed
Open
Issue created Mar 27, 2024 by vagudets@vagudetsMaintainer

Change the CST_Load() call in the Malaria vignette to CST_Start()

Hi @mlotto @allabres,

I'm not sure who else has worked on the Malaria vignette, but I'm missing anybody, please feel free to tag them here as well.

The vignette currently uses the CST_Load() function from CSTools, which is a wrapper of Load(). Load() is a function that is no longer maintained and set to be deprecated, and it has a history of causing issues. See, for example, #47 (closed) and s2dv#46 (closed).

My recommendation is to change the CST_Load() call to CST_Start(), a CSTools function that returns the same type of object (an s2dv_cube) by calling Start() from startR. These functions will be maintained for the foreseeable future and are less error-prone.

The vignette in question: https://earth.bsc.es/gitlab/es/csindicators/-/blob/develop-Malaria/vignettes/MalariaIndicator.Rmd

If you have any questions or concerns about this, please write them down in the issue and we can discuss.

FYI @abatalla

Thanks,

Victòria

Edited Mar 27, 2024 by vagudets
Assignee
Assign to
Time tracking