Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • startR startR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • startRstartR
  • Issues
  • #84
Closed
Open
Issue created Jan 21, 2021 by Nuria Pérez-Zanón@nperezMaintainer

startR doesn't find .KnowLonNames when chunking and regridding

Hi @aho,

As reported by @cdelgado, he had the following error when chunking and asking for regridding:

could not find function .KnownLonNames

I don't understand where this error comes from. This function is stored in Utils.R and used by CDORemmaper() and Start(). Both functions have a line:

known_lon_names <- .KnownLonNames()
known_lat_names <- .KnownLatNames()

I am going to substitute those lines by

known_lon_names <- startR:::.KnownLonNames()
known_lat_names <- startR:::.KnownLatNames()

to make it clear where to find the functions.

To check it, I will need to install a development version on the machines and run some tests. Let me know if you foresee any problem with this strategy.

@cdelgado, if you agree, I'll let you know when the new version is installed so, you can run the code again.

Cheers,

Núria

Assignee
Assign to
Time tracking