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
  • Wiki
  • Next release change list

Last edited by Oliver Kirsebom Apr 09, 2020
Page history
This is an old version of this page. You can view the most recent version or browse the history.

Next release change list

  • improved logging for fetching/loading: error handling, info, and debug messages
  • binning of fetch requests
  • minor fixes to plot2D
  • minor changes to fetch tests and CI

Changes to existing modules from release v1.0.0:

  • Ocean::__init__: the centre point of the geographic bounding box is computed and used as the origin for the x-y coordinate systems of all the interpolators. (The old implementation did not enforce a common origin for the interpolators, which is obviously problematic.) Obs: the origin is set after having initialized the interpolators, whereas it would be preferable to pass it as an input argument to the constructor; however, I could not figure out how to do this.
        # enforce common origin for interpolators
        for _,i in self.interps.items(): i.origin = self.origin
  • Ocean: added class attributes origin and boundaries

  • Ocean::bathy_deriv_xy: fixed a couple of bugs related to naming of input arguments

  • Added new plot methods to plot_util.py

  • Improved handling of interpolation on irregular grids (automatic determination of bin size for the regular grid onto which the data is mapped)

New modules in the sound folder:

  • parabolic_equation.py
  • sound_speed.py
  • geophony.py

New tutorials:

  • Tranmission loss tutorial
  • Geophony tutorial
Clone repository
  • Home
  • Merging a patch
  • Next release change list