├── DISCLAIMER.md ├── LICENSE.md ├── README.md └── code.json /DISCLAIMER.md: -------------------------------------------------------------------------------- 1 | Disclaimer 2 | ========== 3 | 4 | This software is preliminary or provisional and is subject to revision. It is 5 | being provided to meet the need for timely best science. The software has not 6 | received final approval by the U.S. Geological Survey (USGS). No warranty, 7 | expressed or implied, is made by the USGS or the U.S. Government as to the 8 | functionality of the software and related material nor shall the fact of release 9 | constitute any such warranty. The software is provided on the condition that 10 | neither the USGS nor the U.S. Government shall be held liable for any damages 11 | resulting from the authorized or unauthorized use of the software. 12 | 13 | Any use of trade, firm, or product names is for descriptive purposes only and 14 | does not imply endorsement by the U.S. Government. -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | License 2 | ======= 3 | 4 | This is free and unencumbered software released into the public domain. It is 5 | distributed under the terms of the Unlicense described here: 6 | http://unlicense.org/ 7 | 8 | 9 | Third party software licenses 10 | ----------------------------- 11 | 12 | - [Python 3](https://docs.python.org/3/license.html) 13 | - [Conda](https://conda.io/en/latest/license.html) for managing 14 | additional dependencies. 15 | 16 | 17 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # gmprocess 2 | 3 | This repository is now archived. Active development/maintenance of the code has moved 4 | to gitlab: 5 | 6 | https://code.usgs.gov/ghsc/esi/groundmotion-processing 7 | 8 | The devleopers can also be reached at gmprocess@usgs.gov 9 | -------------------------------------------------------------------------------- /code.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "groundmotion-processing", 4 | "description": "Read and process ground motion waveform data", 5 | "version": "v1.2.1", 6 | "status": "Development", 7 | "organization": "U.S. Geological Survey", 8 | "vcs": "git", 9 | "repositoryUrl": "https://github.com/usgs/groundmotion-processing.git", 10 | "homepageURL": "https://usgs.github.io/groundmotion-processing", 11 | "downloadURL": "https://github.com/usgs/groundmotion-processing/archive/refs/tags/v1.2.1.zip", 12 | "disclaimerURL": "https://raw.githubusercontent.com/usgs/groundmotion-processing/v1.2.1/DISCLAIMER.md", 13 | "permissions": { 14 | "licenses": [ 15 | { 16 | "name": "Public Domain, CC0-1.0", 17 | "URL": "https://raw.githubusercontent.com/usgs/groundmotion-processing/v1.2.1/LICENSE.md" 18 | } 19 | ], 20 | "usageType": "openSource", 21 | "exemptionText": null 22 | }, 23 | "laborHours": null, 24 | "languages": [ 25 | "python", 26 | "c" 27 | ], 28 | "tags": [ 29 | "earthquake", 30 | "impact", 31 | "strong motion", 32 | "amplitudes", 33 | "ground motion" 34 | ], 35 | "contact": { 36 | "name": "Eric Thompson", 37 | "email": "emthompson@usgs.gov" 38 | }, 39 | "date": { 40 | "metadataLastUpdated": "2022-10-04" 41 | } 42 | }, 43 | { 44 | "name": "groundmotion-processing", 45 | "description": "Read and process ground motion waveform data", 46 | "version": "v1.2.0", 47 | "status": "Development", 48 | "organization": "U.S. Geological Survey", 49 | "vcs": "git", 50 | "repositoryUrl": "https://github.com/usgs/groundmotion-processing.git", 51 | "homepageURL": "https://usgs.github.io/groundmotion-processing", 52 | "downloadURL": "https://github.com/usgs/groundmotion-processing/archive/refs/tags/v1.2.0.zip", 53 | "disclaimerURL": "https://raw.githubusercontent.com/usgs/groundmotion-processing/v1.2.0/DISCLAIMER.md", 54 | "permissions": { 55 | "licenses": [ 56 | { 57 | "name": "Public Domain, CC0-1.0", 58 | "URL": "https://raw.githubusercontent.com/usgs/groundmotion-processing/v1.2.0/LICENSE.md" 59 | } 60 | ], 61 | "usageType": "openSource", 62 | "exemptionText": null 63 | }, 64 | "laborHours": null, 65 | "languages": [ 66 | "python", 67 | "c" 68 | ], 69 | "tags": [ 70 | "earthquake", 71 | "impact", 72 | "strong motion", 73 | "amplitudes", 74 | "ground motion" 75 | ], 76 | "contact": { 77 | "name": "Eric Thompson", 78 | "email": "emthompson@usgs.gov" 79 | }, 80 | "date": { 81 | "metadataLastUpdated": "2022-08-13" 82 | } 83 | }, 84 | { 85 | "name": "groundmotion-processing", 86 | "description": "Read and process ground motion waveform data", 87 | "version": "v1.0.0", 88 | "status": "Released", 89 | "organization": "U.S. Geological Survey", 90 | "vcs": "git", 91 | "repositoryUrl": "https://github.com/usgs/groundmotion-processing.git", 92 | "homepageURL": "https://usgs.github.io/groundmotion-processing/", 93 | "downloadURL": "https://github.com/usgs/groundmotion-processing/releases/tag/v1.0.0", 94 | "disclaimerURL": "https://github.com/usgs/groundmotion-processing/blob/master/DISCLAIMER.md", 95 | "permissions": { 96 | "licenses": [ 97 | { 98 | "name": "Public Domain, CC0-1.0", 99 | "URL": "https://github.com/usgs/groundmotion-processing/blob/master/LICENSE.md" 100 | } 101 | ], 102 | "usageType": "openSource", 103 | "exemptionText": null 104 | }, 105 | "laborHours": null, 106 | "languages": [ 107 | "python", 108 | "c" 109 | ], 110 | "tags": [ 111 | "earthquake", 112 | "impact", 113 | "strong motion", 114 | "amplitudes", 115 | "ground motion" 116 | ], 117 | "contact": { 118 | "name": "Eric Thompson", 119 | "email": "emthompson@usgs.gov" 120 | }, 121 | "date": { 122 | "metadataLastUpdated": "2019-08-22" 123 | } 124 | } 125 | ] --------------------------------------------------------------------------------