-
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.
* fixed bug where cks were using interval scope * changelog update * Update changelog * Update docs --------- Co-authored-by: kelvinrr <[email protected]>
- Loading branch information
1 parent
a7c5f9d
commit f5a6512
Showing
3 changed files
with
76 additions
and
5 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 |
---|---|---|
|
@@ -90,5 +90,51 @@ | |
"date": { | ||
"metadataLastUpdated": "2023-09-20" | ||
} | ||
}, | ||
{ | ||
"name": "SpiceQL", | ||
"organization": "U.S. Geological Survey", | ||
"description": "GitLab repository for library that interacts with NAIF's SPICE kernels", | ||
"version": "1.0.1", | ||
"status": "Development", | ||
|
||
"permissions": { | ||
"usageType": "openSource", | ||
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://code.usgs.gov/astrogeology/spiceql/-/raw/main/LICENSE.md" | ||
} | ||
] | ||
}, | ||
|
||
"homepageURL": "https://code.usgs.gov/astrogeology/spiceql/", | ||
"downloadURL": "https://code.usgs.gov/astrogeology/spiceql/-/archive/1.0.1/spiceql-1.0.1.zip", | ||
"disclaimerURL": "https://code.usgs.gov/astrogeology/spiceql/-/raw/1.0.1/DISCLAIMER.md", | ||
"repositoryURL": "https://code.usgs.gov/astrogeology/spiceql.git", | ||
"vcs": "git", | ||
|
||
"laborHours": 520, | ||
|
||
"tags": [ | ||
"Planetary", | ||
"Remote Sensing", | ||
"Data Processing", | ||
"Ephemerides", | ||
"Kernels" | ||
], | ||
|
||
"languages": [ | ||
"C++", "Python" | ||
], | ||
|
||
"contact": { | ||
"name": "Christine Kim", | ||
"email": "[email protected]" | ||
}, | ||
|
||
"date": { | ||
"metadataLastUpdated": "2025-01-10" | ||
} | ||
} | ||
] |
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