Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kadlu kadlu
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • public_projects
  • kadlukadlu
  • Merge requests
  • !35

Merged
Created Mar 02, 2020 by Oliver Kirsebom@kirsebomOwner

Faster interpolation of irregular 2d data

  • Overview 0
  • Commits 6
  • Pipelines 1
  • Changes 59

Hi @matt_s , I noticed that the query for interpolated bathymetric data was very slow. The problem was that the Interpolator2D by default was being initialized with method_irreg='cubic'. Using instead method_irreg='regular' gives much faster query. I have changed the default, and made a few other minor changes to the interpolation module. With the new default, the CHS interpolation object created in the ocean module should also be much faster.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: faster_chs_interp