├── .gitignore ├── .travis.yml ├── LICENSE.txt ├── README.md ├── docs ├── api-objects.txt ├── class-tree.html ├── crarr.png ├── epydoc.css ├── epydoc.js ├── frames.html ├── help.html ├── identifier-index.html ├── index.html ├── module-tree.html ├── octant-module.html ├── octant-pysrc.html ├── octant.cf-module.html ├── octant.cf-pysrc.html ├── octant.cf.time-class.html ├── octant.depths-module.html ├── octant.depths-pysrc.html ├── octant.depths.s_coordinate-class.html ├── octant.extern-module.html ├── octant.extern-pysrc.html ├── octant.extern.delaunay-module.html ├── octant.extern.delaunay-pysrc.html ├── octant.extern.delaunay.interpolate-module.html ├── octant.extern.delaunay.interpolate-pysrc.html ├── octant.extern.delaunay.interpolate.LinearInterpolator-class.html ├── octant.extern.delaunay.interpolate.NNInterpolator-class.html ├── octant.extern.delaunay.setup-module.html ├── octant.extern.delaunay.setup-pysrc.html ├── octant.extern.delaunay.testfuncs-module.html ├── octant.extern.delaunay.testfuncs-pysrc.html ├── octant.extern.delaunay.testfuncs.LinearTester-class.html ├── octant.extern.delaunay.testfuncs.NNTester-class.html ├── octant.extern.delaunay.testfuncs.TestData-class.html ├── octant.extern.delaunay.testfuncs.TestDataSet-class.html ├── octant.extern.delaunay.triangulate-module.html ├── octant.extern.delaunay.triangulate-pysrc.html ├── octant.extern.delaunay.triangulate.Triangulation-class.html ├── octant.extern.greatcircle-module.html ├── octant.extern.greatcircle-pysrc.html ├── octant.extern.greatcircle.GreatCircle-class.html ├── octant.extern.kdtree-module.html ├── octant.extern.kdtree-pysrc.html ├── octant.extern.kdtree.KDTree-class.html ├── octant.extern.kdtree.KDTree.innernode-class.html ├── octant.extern.kdtree.KDTree.leafnode-class.html ├── octant.extern.kdtree.KDTree.node-class.html ├── octant.extern.kdtree.Rectangle-class.html ├── octant.extern.poly_editor-module.html ├── octant.extern.poly_editor-pysrc.html ├── octant.extern.poly_editor.PolygonInteractor-class.html ├── octant.extern.polygeom-module.html ├── octant.extern.polygeom-pysrc.html ├── octant.extern.polygeom.PolygonGeometry-class.html ├── octant.extern.pupynere-module.html ├── octant.extern.pupynere-pysrc.html ├── octant.extern.pupynere.NetCDFFile-class.html ├── octant.extern.pupynere.NetCDFVariable-class.html ├── octant.getm-module.html ├── octant.getm-pysrc.html ├── octant.getm.Bdy2d-class.html ├── octant.getm.Bdy3d-class.html ├── octant.getm.Bdyinfo-class.html ├── octant.getm.Transect-class.html ├── octant.grid-module.html ├── octant.grid-pysrc.html ├── octant.grid.BoundaryInteractor-class.html ├── octant.grid.CGrid-class.html ├── octant.grid.Focus-class.html ├── octant.grid.FocusPoint-class.html ├── octant.grid.Gridgen-class.html ├── octant.grid.edit_mask_mesh-class.html ├── octant.io-module.html ├── octant.io-pysrc.html ├── octant.ocean-module.html ├── octant.ocean-pysrc.html ├── octant.ocean.depths-module.html ├── octant.ocean.depths-pysrc.html ├── octant.ocean.depths.Depths-class.html ├── octant.ocean.state-module.html ├── octant.ocean.state-pysrc.html ├── octant.ocean.step3d_t-module.html ├── octant.ocean.step3d_t-pysrc.html ├── octant.ocean.step3d_t.Step3d_t-class.html ├── octant.ocean.time-module.html ├── octant.ocean.time-pysrc.html ├── octant.ocean.time.time-class.html ├── octant.ocean.velocity-module.html ├── octant.ocean.velocity-pysrc.html ├── octant.ocean.velocity.nc_velocity-class.html ├── octant.plotting-module.html ├── octant.plotting-pysrc.html ├── octant.roms-module.html ├── octant.roms-pysrc.html ├── octant.roms.nc_N2-class.html ├── octant.roms.nc_depths-class.html ├── octant.seawater-module.html ├── octant.seawater-pysrc.html ├── octant.slice-module.html ├── octant.slice-pysrc.html ├── octant.sw-module.html ├── octant.sw-pysrc.html ├── octant.sw.OutOfRangeError-class.html ├── octant.sw.density-module.html ├── octant.sw.density-pysrc.html ├── octant.sw.heat-module.html ├── octant.sw.heat-pysrc.html ├── octant.sw.misc-module.html ├── octant.sw.misc-pysrc.html ├── octant.sw.salinity-module.html ├── octant.sw.salinity-pysrc.html ├── octant.sw.test-module.html ├── octant.sw.test-pysrc.html ├── octant.tools-module.html ├── octant.tools-pysrc.html ├── octant.tools.Transect_extrapolator-class.html ├── redirect.html ├── toc-everything.html ├── toc-octant-module.html ├── toc-octant.cf-module.html ├── toc-octant.depths-module.html ├── toc-octant.extern-module.html ├── toc-octant.extern.delaunay-module.html ├── toc-octant.extern.delaunay.interpolate-module.html ├── toc-octant.extern.delaunay.setup-module.html ├── toc-octant.extern.delaunay.testfuncs-module.html ├── toc-octant.extern.delaunay.triangulate-module.html ├── toc-octant.extern.greatcircle-module.html ├── toc-octant.extern.poly_editor-module.html ├── toc-octant.extern.polygeom-module.html ├── toc-octant.extern.pupynere-module.html ├── toc-octant.getm-module.html ├── toc-octant.grid-module.html ├── toc-octant.io-module.html ├── toc-octant.ocean-module.html ├── toc-octant.ocean.depths-module.html ├── toc-octant.ocean.state-module.html ├── toc-octant.ocean.step3d_t-module.html ├── toc-octant.ocean.time-module.html ├── toc-octant.ocean.velocity-module.html ├── toc-octant.plotting-module.html ├── toc-octant.roms-module.html ├── toc-octant.seawater-module.html ├── toc-octant.slice-module.html ├── toc-octant.sw-module.html ├── toc-octant.sw.density-module.html ├── toc-octant.sw.heat-module.html ├── toc-octant.sw.misc-module.html ├── toc-octant.sw.salinity-module.html ├── toc-octant.sw.test-module.html ├── toc-octant.tools-module.html └── toc.html ├── notebooks └── octant_examples.ipynb ├── octant ├── __init__.py ├── depths.py ├── grid.py ├── requirements.txt ├── roms.py ├── sandbox │ ├── getm.py │ ├── googleearth.py │ ├── howto-interpolation.odt │ ├── plotting.py │ ├── sea_level.py │ ├── step3d_t.f │ └── step3d_t.py ├── seawater.py ├── slice.py ├── src │ └── iso.f ├── test │ └── test_grid.py ├── tools.py ├── wvelocity.py └── xutils.py └── setup.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/README.md -------------------------------------------------------------------------------- /docs/api-objects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/api-objects.txt -------------------------------------------------------------------------------- /docs/class-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/class-tree.html -------------------------------------------------------------------------------- /docs/crarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/crarr.png -------------------------------------------------------------------------------- /docs/epydoc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/epydoc.css -------------------------------------------------------------------------------- /docs/epydoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/epydoc.js -------------------------------------------------------------------------------- /docs/frames.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/frames.html -------------------------------------------------------------------------------- /docs/help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/help.html -------------------------------------------------------------------------------- /docs/identifier-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/identifier-index.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/module-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/module-tree.html -------------------------------------------------------------------------------- /docs/octant-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant-module.html -------------------------------------------------------------------------------- /docs/octant-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant-pysrc.html -------------------------------------------------------------------------------- /docs/octant.cf-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.cf-module.html -------------------------------------------------------------------------------- /docs/octant.cf-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.cf-pysrc.html -------------------------------------------------------------------------------- /docs/octant.cf.time-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.cf.time-class.html -------------------------------------------------------------------------------- /docs/octant.depths-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.depths-module.html -------------------------------------------------------------------------------- /docs/octant.depths-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.depths-pysrc.html -------------------------------------------------------------------------------- /docs/octant.depths.s_coordinate-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.depths.s_coordinate-class.html -------------------------------------------------------------------------------- /docs/octant.extern-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern-module.html -------------------------------------------------------------------------------- /docs/octant.extern-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay-module.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.interpolate-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.interpolate-module.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.interpolate-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.interpolate-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.interpolate.LinearInterpolator-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.interpolate.LinearInterpolator-class.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.interpolate.NNInterpolator-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.interpolate.NNInterpolator-class.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.setup-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.setup-module.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.setup-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.setup-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.testfuncs-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.testfuncs-module.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.testfuncs-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.testfuncs-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.testfuncs.LinearTester-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.testfuncs.LinearTester-class.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.testfuncs.NNTester-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.testfuncs.NNTester-class.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.testfuncs.TestData-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.testfuncs.TestData-class.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.testfuncs.TestDataSet-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.testfuncs.TestDataSet-class.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.triangulate-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.triangulate-module.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.triangulate-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.triangulate-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.delaunay.triangulate.Triangulation-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.delaunay.triangulate.Triangulation-class.html -------------------------------------------------------------------------------- /docs/octant.extern.greatcircle-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.greatcircle-module.html -------------------------------------------------------------------------------- /docs/octant.extern.greatcircle-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.greatcircle-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.greatcircle.GreatCircle-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.greatcircle.GreatCircle-class.html -------------------------------------------------------------------------------- /docs/octant.extern.kdtree-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.kdtree-module.html -------------------------------------------------------------------------------- /docs/octant.extern.kdtree-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.kdtree-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.kdtree.KDTree-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.kdtree.KDTree-class.html -------------------------------------------------------------------------------- /docs/octant.extern.kdtree.KDTree.innernode-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.kdtree.KDTree.innernode-class.html -------------------------------------------------------------------------------- /docs/octant.extern.kdtree.KDTree.leafnode-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.kdtree.KDTree.leafnode-class.html -------------------------------------------------------------------------------- /docs/octant.extern.kdtree.KDTree.node-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.kdtree.KDTree.node-class.html -------------------------------------------------------------------------------- /docs/octant.extern.kdtree.Rectangle-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.kdtree.Rectangle-class.html -------------------------------------------------------------------------------- /docs/octant.extern.poly_editor-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.poly_editor-module.html -------------------------------------------------------------------------------- /docs/octant.extern.poly_editor-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.poly_editor-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.poly_editor.PolygonInteractor-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.poly_editor.PolygonInteractor-class.html -------------------------------------------------------------------------------- /docs/octant.extern.polygeom-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.polygeom-module.html -------------------------------------------------------------------------------- /docs/octant.extern.polygeom-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.polygeom-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.polygeom.PolygonGeometry-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.polygeom.PolygonGeometry-class.html -------------------------------------------------------------------------------- /docs/octant.extern.pupynere-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.pupynere-module.html -------------------------------------------------------------------------------- /docs/octant.extern.pupynere-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.pupynere-pysrc.html -------------------------------------------------------------------------------- /docs/octant.extern.pupynere.NetCDFFile-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.pupynere.NetCDFFile-class.html -------------------------------------------------------------------------------- /docs/octant.extern.pupynere.NetCDFVariable-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.extern.pupynere.NetCDFVariable-class.html -------------------------------------------------------------------------------- /docs/octant.getm-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.getm-module.html -------------------------------------------------------------------------------- /docs/octant.getm-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.getm-pysrc.html -------------------------------------------------------------------------------- /docs/octant.getm.Bdy2d-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.getm.Bdy2d-class.html -------------------------------------------------------------------------------- /docs/octant.getm.Bdy3d-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.getm.Bdy3d-class.html -------------------------------------------------------------------------------- /docs/octant.getm.Bdyinfo-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.getm.Bdyinfo-class.html -------------------------------------------------------------------------------- /docs/octant.getm.Transect-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.getm.Transect-class.html -------------------------------------------------------------------------------- /docs/octant.grid-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.grid-module.html -------------------------------------------------------------------------------- /docs/octant.grid-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.grid-pysrc.html -------------------------------------------------------------------------------- /docs/octant.grid.BoundaryInteractor-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.grid.BoundaryInteractor-class.html -------------------------------------------------------------------------------- /docs/octant.grid.CGrid-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.grid.CGrid-class.html -------------------------------------------------------------------------------- /docs/octant.grid.Focus-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.grid.Focus-class.html -------------------------------------------------------------------------------- /docs/octant.grid.FocusPoint-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.grid.FocusPoint-class.html -------------------------------------------------------------------------------- /docs/octant.grid.Gridgen-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.grid.Gridgen-class.html -------------------------------------------------------------------------------- /docs/octant.grid.edit_mask_mesh-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.grid.edit_mask_mesh-class.html -------------------------------------------------------------------------------- /docs/octant.io-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.io-module.html -------------------------------------------------------------------------------- /docs/octant.io-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.io-pysrc.html -------------------------------------------------------------------------------- /docs/octant.ocean-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean-module.html -------------------------------------------------------------------------------- /docs/octant.ocean-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean-pysrc.html -------------------------------------------------------------------------------- /docs/octant.ocean.depths-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.depths-module.html -------------------------------------------------------------------------------- /docs/octant.ocean.depths-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.depths-pysrc.html -------------------------------------------------------------------------------- /docs/octant.ocean.depths.Depths-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.depths.Depths-class.html -------------------------------------------------------------------------------- /docs/octant.ocean.state-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.state-module.html -------------------------------------------------------------------------------- /docs/octant.ocean.state-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.state-pysrc.html -------------------------------------------------------------------------------- /docs/octant.ocean.step3d_t-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.step3d_t-module.html -------------------------------------------------------------------------------- /docs/octant.ocean.step3d_t-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.step3d_t-pysrc.html -------------------------------------------------------------------------------- /docs/octant.ocean.step3d_t.Step3d_t-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.step3d_t.Step3d_t-class.html -------------------------------------------------------------------------------- /docs/octant.ocean.time-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.time-module.html -------------------------------------------------------------------------------- /docs/octant.ocean.time-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.time-pysrc.html -------------------------------------------------------------------------------- /docs/octant.ocean.time.time-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.time.time-class.html -------------------------------------------------------------------------------- /docs/octant.ocean.velocity-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.velocity-module.html -------------------------------------------------------------------------------- /docs/octant.ocean.velocity-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.velocity-pysrc.html -------------------------------------------------------------------------------- /docs/octant.ocean.velocity.nc_velocity-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.ocean.velocity.nc_velocity-class.html -------------------------------------------------------------------------------- /docs/octant.plotting-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.plotting-module.html -------------------------------------------------------------------------------- /docs/octant.plotting-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.plotting-pysrc.html -------------------------------------------------------------------------------- /docs/octant.roms-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.roms-module.html -------------------------------------------------------------------------------- /docs/octant.roms-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.roms-pysrc.html -------------------------------------------------------------------------------- /docs/octant.roms.nc_N2-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.roms.nc_N2-class.html -------------------------------------------------------------------------------- /docs/octant.roms.nc_depths-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.roms.nc_depths-class.html -------------------------------------------------------------------------------- /docs/octant.seawater-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.seawater-module.html -------------------------------------------------------------------------------- /docs/octant.seawater-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.seawater-pysrc.html -------------------------------------------------------------------------------- /docs/octant.slice-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.slice-module.html -------------------------------------------------------------------------------- /docs/octant.slice-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.slice-pysrc.html -------------------------------------------------------------------------------- /docs/octant.sw-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw-module.html -------------------------------------------------------------------------------- /docs/octant.sw-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw-pysrc.html -------------------------------------------------------------------------------- /docs/octant.sw.OutOfRangeError-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.OutOfRangeError-class.html -------------------------------------------------------------------------------- /docs/octant.sw.density-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.density-module.html -------------------------------------------------------------------------------- /docs/octant.sw.density-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.density-pysrc.html -------------------------------------------------------------------------------- /docs/octant.sw.heat-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.heat-module.html -------------------------------------------------------------------------------- /docs/octant.sw.heat-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.heat-pysrc.html -------------------------------------------------------------------------------- /docs/octant.sw.misc-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.misc-module.html -------------------------------------------------------------------------------- /docs/octant.sw.misc-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.misc-pysrc.html -------------------------------------------------------------------------------- /docs/octant.sw.salinity-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.salinity-module.html -------------------------------------------------------------------------------- /docs/octant.sw.salinity-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.salinity-pysrc.html -------------------------------------------------------------------------------- /docs/octant.sw.test-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.test-module.html -------------------------------------------------------------------------------- /docs/octant.sw.test-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.sw.test-pysrc.html -------------------------------------------------------------------------------- /docs/octant.tools-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.tools-module.html -------------------------------------------------------------------------------- /docs/octant.tools-pysrc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.tools-pysrc.html -------------------------------------------------------------------------------- /docs/octant.tools.Transect_extrapolator-class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/octant.tools.Transect_extrapolator-class.html -------------------------------------------------------------------------------- /docs/redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/redirect.html -------------------------------------------------------------------------------- /docs/toc-everything.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-everything.html -------------------------------------------------------------------------------- /docs/toc-octant-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant-module.html -------------------------------------------------------------------------------- /docs/toc-octant.cf-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.cf-module.html -------------------------------------------------------------------------------- /docs/toc-octant.depths-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.depths-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.delaunay-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.delaunay-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.delaunay.interpolate-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.delaunay.interpolate-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.delaunay.setup-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.delaunay.setup-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.delaunay.testfuncs-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.delaunay.testfuncs-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.delaunay.triangulate-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.delaunay.triangulate-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.greatcircle-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.greatcircle-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.poly_editor-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.poly_editor-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.polygeom-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.polygeom-module.html -------------------------------------------------------------------------------- /docs/toc-octant.extern.pupynere-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.extern.pupynere-module.html -------------------------------------------------------------------------------- /docs/toc-octant.getm-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.getm-module.html -------------------------------------------------------------------------------- /docs/toc-octant.grid-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.grid-module.html -------------------------------------------------------------------------------- /docs/toc-octant.io-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.io-module.html -------------------------------------------------------------------------------- /docs/toc-octant.ocean-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.ocean-module.html -------------------------------------------------------------------------------- /docs/toc-octant.ocean.depths-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.ocean.depths-module.html -------------------------------------------------------------------------------- /docs/toc-octant.ocean.state-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.ocean.state-module.html -------------------------------------------------------------------------------- /docs/toc-octant.ocean.step3d_t-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.ocean.step3d_t-module.html -------------------------------------------------------------------------------- /docs/toc-octant.ocean.time-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.ocean.time-module.html -------------------------------------------------------------------------------- /docs/toc-octant.ocean.velocity-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.ocean.velocity-module.html -------------------------------------------------------------------------------- /docs/toc-octant.plotting-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.plotting-module.html -------------------------------------------------------------------------------- /docs/toc-octant.roms-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.roms-module.html -------------------------------------------------------------------------------- /docs/toc-octant.seawater-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.seawater-module.html -------------------------------------------------------------------------------- /docs/toc-octant.slice-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.slice-module.html -------------------------------------------------------------------------------- /docs/toc-octant.sw-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.sw-module.html -------------------------------------------------------------------------------- /docs/toc-octant.sw.density-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.sw.density-module.html -------------------------------------------------------------------------------- /docs/toc-octant.sw.heat-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.sw.heat-module.html -------------------------------------------------------------------------------- /docs/toc-octant.sw.misc-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.sw.misc-module.html -------------------------------------------------------------------------------- /docs/toc-octant.sw.salinity-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.sw.salinity-module.html -------------------------------------------------------------------------------- /docs/toc-octant.sw.test-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.sw.test-module.html -------------------------------------------------------------------------------- /docs/toc-octant.tools-module.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc-octant.tools-module.html -------------------------------------------------------------------------------- /docs/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/docs/toc.html -------------------------------------------------------------------------------- /notebooks/octant_examples.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/notebooks/octant_examples.ipynb -------------------------------------------------------------------------------- /octant/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/__init__.py -------------------------------------------------------------------------------- /octant/depths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/depths.py -------------------------------------------------------------------------------- /octant/grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/grid.py -------------------------------------------------------------------------------- /octant/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy 2 | matplotlib 3 | pyproj -------------------------------------------------------------------------------- /octant/roms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/roms.py -------------------------------------------------------------------------------- /octant/sandbox/getm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/sandbox/getm.py -------------------------------------------------------------------------------- /octant/sandbox/googleearth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/sandbox/googleearth.py -------------------------------------------------------------------------------- /octant/sandbox/howto-interpolation.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/sandbox/howto-interpolation.odt -------------------------------------------------------------------------------- /octant/sandbox/plotting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/sandbox/plotting.py -------------------------------------------------------------------------------- /octant/sandbox/sea_level.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/sandbox/sea_level.py -------------------------------------------------------------------------------- /octant/sandbox/step3d_t.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/sandbox/step3d_t.f -------------------------------------------------------------------------------- /octant/sandbox/step3d_t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/sandbox/step3d_t.py -------------------------------------------------------------------------------- /octant/seawater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/seawater.py -------------------------------------------------------------------------------- /octant/slice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/slice.py -------------------------------------------------------------------------------- /octant/src/iso.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/src/iso.f -------------------------------------------------------------------------------- /octant/test/test_grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/test/test_grid.py -------------------------------------------------------------------------------- /octant/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/tools.py -------------------------------------------------------------------------------- /octant/wvelocity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/wvelocity.py -------------------------------------------------------------------------------- /octant/xutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/octant/xutils.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hetland/octant/HEAD/setup.py --------------------------------------------------------------------------------