-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from baagaard-usgs/update-sfbay-metadata
Update SF-CVM information and update binary build settings
- Loading branch information
Showing
41 changed files
with
879 additions
and
826 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Code of Conduct | ||
|
||
All contributions to- and interactions surrounding- this project will abide by | ||
the [USGS Code of Scientific Conduct][1]. | ||
All contributions to- and interactions surrounding- this project will abide by the [USGS Code of Scientific Conduct][1]. | ||
|
||
[1]: https://www2.usgs.gov/fsp/fsp_code_of_scientific_conduct.asp |
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 |
---|---|---|
@@ -1,12 +1,5 @@ | ||
## Disclaimer | ||
|
||
This software is preliminary or provisional and is subject to revision. It is | ||
being provided to meet the need for timely best science. The software has not | ||
received final approval by the U.S. Geological Survey (USGS). No warranty, | ||
expressed or implied, is made by the USGS or the U.S. Government as to the | ||
functionality of the software and related material nor shall the fact of release | ||
constitute any such warranty. The software is provided on the condition that | ||
neither the USGS nor the U.S. Government shall be held liable for any damages | ||
resulting from the authorized or unauthorized use of the software. | ||
This software is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The software has not received final approval by the U.S. Geological Survey (USGS). No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. The software is provided on the condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the software. | ||
|
||
Any use of trade, firm, or product names is for descriptive purposes only and does not imply endorsement by the U.S. Government. |
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 |
---|---|---|
@@ -1,10 +1,5 @@ | ||
## License | ||
|
||
Unless otherwise noted, this project is in the public domain in the United | ||
States because it contains materials that originally came from the United | ||
States Geological Survey, an agency of the United States Department of | ||
Interior. For more information, see the official USGS copyright policy at | ||
<https://www.usgs.gov/information-policies-and-instructions/crediting-usgs>. | ||
Unless otherwise noted, this project is in the public domain in the United States because it contains materials that originally came from the United States Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at <https://www.usgs.gov/information-policies-and-instructions/crediting-usgs>. | ||
|
||
Additionally, we waive copyright and related rights in the work | ||
worldwide through the CC0 1.0 Universal public domain dedication. | ||
Additionally, we waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,49 @@ | ||
{ | ||
"version": "2.0.0", | ||
"measurementType": {}, | ||
"agency": "U.S. Department of Interior", | ||
"releases": [ | ||
{ | ||
"name": "geomodelgrids", | ||
"description": "Generate georeferenced gridded models", | ||
"version": "v1.0.0", | ||
"status": "??", | ||
"organization": "U.S. Geological Survey", | ||
"vcs": "git", | ||
"repositoryUrl": "https://github.com/baagaard-usgs/geomodelgrids.git", | ||
"homepageURL": "https://baagaard-usgs.github.io/geomodelgrids/", | ||
"downloadURL": "https://github.com/baagaard-usgs/geomodelgrids/releases/tag/v1.0.0", | ||
"disclaimerURL": "https://github.com/baagaard-usgs/geomodelgrids/blob/master/DISCLAIMER.md", | ||
"permissions": { | ||
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://github.com/baagaard-usgs/geomodelgrids/blob/master/LICENSE.md" | ||
} | ||
], | ||
"usageType": "openSource", | ||
"exemptionText": null | ||
}, | ||
"laborHours": null, | ||
"languages": [ | ||
"Python", | ||
"C++" | ||
], | ||
"tags": [ | ||
"seismic velocity model", | ||
"HDF5", | ||
], | ||
"contact": { | ||
"name": "Brad Aagaard", | ||
"email": "[email protected]" | ||
}, | ||
"date": { | ||
"metadataLastUpdated": "2019-10-24" | ||
[ | ||
{ | ||
"name": "geomodelgrids", | ||
"organization": "U.S. Geological Survey", | ||
"description": "Georeferenced grid-based Earth models composed of blocks with different grid resolutions.", | ||
"version": "1.0.0", | ||
"status": "Beta", | ||
|
||
"permissions": { | ||
"usageType": "openSource", | ||
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://github.com/baagaard-usgs/geomodelgrids/blob/main/LICENSE.md" | ||
} | ||
] | ||
}, | ||
|
||
"homepageURL": "https://geomodelgrids.readthedocs.io", | ||
"downloadURL": "https://github.com/baagaard-usgs/geomodelgrids/archive/main.zip", | ||
"disclaimerURL": "https://github.com/baagaard-usgs/geomodelgrids/blob/main/LICENSE.md", | ||
"repositoryURL": "https://github.com/baagaard-usgs/geomodelgrids.git", | ||
"vcs": "git", | ||
|
||
"laborHours": 0, | ||
|
||
"tags": [ | ||
"USGS", | ||
"U.S. Geological Survey", | ||
"Earth model", | ||
"seismic velocity model", | ||
"HDF5" | ||
], | ||
|
||
"languages": [ | ||
"Python", | ||
"C++" | ||
], | ||
|
||
"contact": { | ||
"name": "Brad Aagaard", | ||
"email": "[email protected]" | ||
}, | ||
|
||
"date": { | ||
"metadataLastUpdated": "2021-10-01" | ||
} | ||
] | ||
} | ||
} | ||
] |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# ---------------------------------------------------------------------- | ||
|
||
AC_PREREQ(2.59) | ||
AC_INIT([geomodelgrids], [1.0.0rc1], [[email protected]]) | ||
AC_INIT([geomodelgrids], [1.0.0rc2], [[email protected]]) | ||
AC_CONFIG_HEADER([portinfo]) | ||
AC_CONFIG_AUX_DIR([./aux-config]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Docker images | ||
|
||
``` | ||
```console | ||
# Run in top-level source directory | ||
bash> docker build -t $TAG -f docker/$FILE . | ||
docker build -t $TAG -f docker/$FILE . | ||
``` | ||
|
||
``` | ||
bash> docker run --rm -it -v $TOOLS_DIR/earthvision-11:/opt/earthvision -v $HOME/data/cencal-geology:/data/cencal-geology baagaard/earthvision-env /bin/bash | ||
docker run --rm -it -v $TOOLS_DIR/earthvision-11:/opt/earthvision -v $HOME/data/cencal-geology:/data/cencal-geology baagaard/earthvision-env /bin/bash | ||
``` |
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.