aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/code_checks.yml16
-rw-r--r--.zenodo.json79
2 files changed, 95 insertions, 0 deletions
diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml
index dc2cc6e4..f359198e 100644
--- a/.github/workflows/code_checks.yml
+++ b/.github/workflows/code_checks.yml
@@ -18,3 +18,19 @@ jobs:
- name: Run cppcheck test
run: ./scripts/cppcheck.sh
+
+ other_checks:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - name: Install Requirements
+ run: |
+ sudo apt install python3-pip wget
+ sudo pip3 install jsonschema
+
+ - name: Check json files
+ run: |
+ wget https://raw.githubusercontent.com/rouault/zenodo_json_schema/master/zenodo-json-schema.json
+ jsonschema -i .zenodo.json zenodo-json-schema.json
diff --git a/.zenodo.json b/.zenodo.json
new file mode 100644
index 00000000..d66466e2
--- /dev/null
+++ b/.zenodo.json
@@ -0,0 +1,79 @@
+{
+ "creators": [
+ {
+ "affiliation": "United States Geological Survey",
+ "name": "Evenden, Gerald I."
+ },
+ {
+ "affiliation": "Spatialys",
+ "name": "Rouault, Even",
+ "orcid": "0000-0002-5068-0476"
+ },
+ {
+ "affiliation": "Planet Labs Inc",
+ "name": "Warmerdam, Frank"
+ },
+ {
+ "affiliation": "Danish Agency for Data Supply and Efficiency",
+ "name": "Evers, Kristian",
+ "orcid": "0000-0002-1310-4576"
+ },
+ {
+ "affiliation": "Danish Agency for Data Supply and Efficiency",
+ "name": "Knudsen, Thomas"
+ },
+ {
+ "affiliation": "Hobu Inc",
+ "name": "Butler, Howard",
+ "orcid": "0000-0002-5340-1380"
+ },
+ {
+ "affiliation": "GNS Science",
+ "name": "Taves, Mike",
+ "orcid": "0000-0003-3657-7963"
+ },
+ {
+ "affiliation": "Google Inc",
+ "name": "Schwehr, Kurt",
+ "orcid": "0000-0002-5624-8190"
+ },
+ {
+ "name": "Sales de Andrade, Elliott",
+ "orcid": "0000-0001-7310-8942"
+ },
+ {
+ "affiliation": "SRI International",
+ "name": "Karney, Charles",
+ "orcid": "0000-0002-5006-5836"
+ },
+ {
+ "name": "Couwenberg, Sebastiaan"
+ },
+ {
+ "affiliation": "North Road",
+ "name": "Dawson, Nyall",
+ "orcid": "0000-0001-9812-7584"
+ },
+ {
+ "affiliation": "Corteva",
+ "name": "Snow, Alan D.",
+ "orcid": "0000-0002-7333-3100"
+ },
+ {
+ "name": "Jimenez Shaw, Javier"
+ }
+ ],
+ "description": "PROJ is a generic coordinate transformation software that transforms geospatial coordinates from one coordinate reference system (CRS) to another. This includes cartographic projections as well as geodetic transformations.",
+ "keywords": [
+ "PROJ",
+ "geodesy",
+ "cartography",
+ "coordinates",
+ "projections",
+ "conversion"
+ ],
+ "license": {
+ "id": "MIT"
+ },
+ "title": "PROJ"
+}