From ce390c1c514c268f03afb78307ccffde8c7aa0e0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 12 Jan 2022 21:54:30 +0100 Subject: [PATCH] Add .zenodo.json file [ci skip] --- .zenodo.json | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 000000000000..f235e751e4d5 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,75 @@ +{ + "creators": [ + { + "affiliation": "Spatialys", + "name": "Rouault, Even", + "orcid": "0000-0002-5068-0476" + }, + { + "affiliation": "Planet Labs Inc", + "name": "Warmerdam, Frank" + }, + { + "affiliation": "Google Inc", + "name": "Schwehr, Kurt", + "orcid": "000-0002-5624-8190" + }, + { + "name": "Kiselev, Andrey" + }, + { + "affiliation": "Hobu Inc", + "name": "Butler, Howard", + "orcid": "0000-0002-5340-1380" + }, + { + "affiliation": "Cadcorp", + "name": "Łoskot, Mateusz" + }, + { + "name": "Szekeres, Tamas" + }, + { + "name": "Tourigny, Etienne" + }, + { + "name": "Landa, Martin" + }, + { + "name": "Miara, Idan" + }, + { + "name": "Elliston, Ben" + }, + { + "name": "Kumar, Chaitanya" + }, + { + "affiliation": "Esri", + "name": "Plesea, Lucian" + }, + { + "affiliation": "Mapgears Inc", + "name": "Morissette, Daniel" + }, + { + "name": "Jolma, Ari" + }, + { + "affiliation": "North Road", + "name": "Dawson, Nyall" + } + ], + "description": "GDAL is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source License by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing.", + "keywords": [ + "GDAL", + "raster", + "vector", + "conversion", + "processing" + ], + "license": { + "id": "MIT" + }, + "title": "GDAL" +}