Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Mar 20, 2024
1 parent 1ce3ea7 commit b3d019d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ a system for marine substrates datasets across the globe.
This system uses very large amounts of diverse observational data and
applies math methods to integrate/harmonize those
and produces gridded data on the major properties of the seabed.
The scope is the global ocean and across all depth zones.
The scope is the global ocean and across all depth zones.

The current page serves only the data for the Gulf of Mexico region. Please note that
the data will be updated from time to time, approximately annually.

bmi_dbseabed also includes a [Basic Model Interface (BMI)](https://bmi.readthedocs.io/en/latest/),
which converts the dbSEABED datasets into a reusable,
Expand Down Expand Up @@ -58,7 +61,7 @@ from bmi_dbseabed import DbSeabed
dbseabed = DbSeabed()
data = dbseabed.get_data(
var_name="carbonate",
west=-98,
west=-98,n
south=18,
east=-80,
north=31,
Expand Down
3 changes: 3 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ applies math methods to integrate/harmonize those
and produces gridded data on the major properties of the seabed.
The scope is the global ocean and across all depth zones.

The current page serves only the data for the Gulf of Mexico region. Please note that
the data will be updated from time to time, approximately annually.

bmi_dbseabed package includes a [Basic Model Interface (BMI)][bmi-docs],
which converts the bmi_dbseabed dataset into a reusable,
plug-and-play data component ([pymt_dbseabed][bmi_dbseabed-pymt]) for
Expand Down

0 comments on commit b3d019d

Please sign in to comment.