-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: always try syncing from both grace and grace-fo missions (#71)
feat: added AW13 models using IJ05-R2 ice history feat: allow input ascii harmonic files to have additional columns update version number docs: update environment file fix: index using granules
- Loading branch information
1 parent
ed51df3
commit f9d34e1
Showing
20 changed files
with
323 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,12 @@ NASA Earthdata uses `OAuth2 <https://wiki.earthdata.nasa.gov/pages/viewpage.acti | |
|
||
PO.DAAC | ||
####### | ||
The `Physical Oceanography Distributed Active Archive Center (PO.DAAC) <https://podaac.jpl.nasa.gov/>`_ provides data and related information pertaining to the physical processes and conditions of the global oceans, including measurements of ocean winds, temperature, topography, salinity, circulation and currents, and sea ice. | ||
If any problems contact JPL PO.DAAC support at `[email protected] <mailto:[email protected]>`_ or the NASA EOSDIS support team `[email protected] <mailto:[email protected]>`_. | ||
The `Physical Oceanography Distributed Active Archive Center (PO.DAAC) <https://podaac.jpl.nasa.gov/>`_ | ||
provides data and related information pertaining to the physical processes and conditions of the global oceans, | ||
including measurements of ocean winds, temperature, topography, salinity, circulation and currents, and sea ice. | ||
PO.DAAC hosts | ||
If any problems contact JPL PO.DAAC support at `[email protected] <mailto:[email protected]>`_ | ||
or the NASA EOSDIS support team `[email protected] <mailto:[email protected]>`_. | ||
|
||
WebDAV | ||
------ | ||
|
@@ -51,6 +55,25 @@ Or set environmental variables for your NASA Earthdata and JPL WebDAV credential | |
export EARTHDATA_PASSWORD=<password> | ||
export PODAAC_PASSWORD=<webdav> | ||
NASA Common Metadata Repository | ||
############################### | ||
|
||
The NASA Common Metadata Repository (CMR) is a catalog of all data | ||
and service metadata records contained as part of NASA's Earth | ||
Observing System Data and Information System (EOSDIS). | ||
Querying the CMR system is a way of quickly performing a search | ||
through the NASA Earthdata archive. | ||
Basic queries for the granule names, PO.DAAC URLs and modification times | ||
of GRACE/GRACE-FO data are available through the ``cmr`` routine in the | ||
``utilities`` module. | ||
For AWS instances in ``us-west-2``, CMR queries can access urls for S3 endpoints. | ||
|
||
.. code-block:: python | ||
ids,urls,mtimes = gravity_toolkit.utilities.cmr(mission='grace-fo', | ||
center='JPL', release='RL06', level='L2', product='GSM', | ||
solution='BA01', provider='POCLOUD', endpoint='s3', verbose=False) | ||
Other Data Access Examples | ||
########################## | ||
- `Curl and Wget <https://wiki.earthdata.nasa.gov/display/EL/How+To+Access+Data+With+cURL+And+Wget>`_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.