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
  • Issues
  • #89

Closed
Open
Created Jul 15, 2021 by Oliver Kirsebom@kirsebomOwner

kadlu.load function reads gebco bathymetry values from geotiff file instead of netcdf

Running the following block of code in the interp_tutorial,

bathy, lat, lon = kadlu.load(
        var='bathymetry', source='gebco',
        south=47, west=-63, 
        north=49, east=-61
    )

I get the following ouput

2020-09-12 12:14:22  GEBCO BATHYMETRY  scanning gebco_2020_n90.0_s0.0_w-90.0_e0.0.tif for new data...
2020-09-12 12:15:14  GEBCO BATHYMETRY  logged 230400 records in region {"south": "46", "west": "-64", "north": "48", "east": "-62"}
2020-09-12 12:15:15  GEBCO BATHYMETRY  scanning gebco_2020_n90.0_s0.0_w-90.0_e0.0.tif for new data...
2020-09-12 12:16:06  GEBCO BATHYMETRY  logged 230400 records in region {"south": "48", "west": "-64", "north": "50", "east": "-62"}
2020-09-12 12:16:08  GEBCO BATHYMETRY  scanning gebco_2020_n90.0_s0.0_w-90.0_e0.0.tif for new data...
2020-09-12 12:17:02  GEBCO BATHYMETRY  logged 230400 records in region {"south": "46", "west": "-62", "north": "48", "east": "-60"}
2020-09-12 12:17:03  GEBCO BATHYMETRY  scanning gebco_2020_n90.0_s0.0_w-90.0_e0.0.tif for new data...
2020-09-12 12:17:56  GEBCO BATHYMETRY  logged 230400 records in region {"south": "48", "west": "-62", "north": "50", "east": "-60"}

Suggesting that the kadlu.load function still uses the geotiff format as opposed to the netcdf format.

@matt_s , your thoughts?

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking