From 9bb82de5eceab885d946387d351e84462b7b7956 Mon Sep 17 00:00:00 2001
From: Nathanael Jourdane <nathanael.jourdane@irap.omp.eu>
Date: Tue, 17 Jan 2017 11:57:51 +0100
Subject: [PATCH] Add json files for dataproduct types and mimetypes dictionnaries.

---
 generic_data/EpnTapData/dataproduct_types.json | 14 ++++++++++++++
 generic_data/EpnTapData/mimetypes.json         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)
 create mode 100644 generic_data/EpnTapData/dataproduct_types.json
 create mode 100644 generic_data/EpnTapData/mimetypes.json

diff --git a/generic_data/EpnTapData/dataproduct_types.json b/generic_data/EpnTapData/dataproduct_types.json
new file mode 100644
index 0000000..6de349f
--- /dev/null
+++ b/generic_data/EpnTapData/dataproduct_types.json
@@ -0,0 +1,14 @@
+{
+    "im": "Image",
+    "ma": "Map",
+    "sp": "Spectrum",
+    "ds": "Dynamic spectrum",
+    "sc": "Spectral cube",
+    "pr": "Profile",
+    "vo": "Volume",
+    "mo": "Movie",
+    "cu": "Cube",
+    "ts": "Time series",
+    "ca": "Catalogue",
+    "ci": "Catalogue item"
+}
diff --git a/generic_data/EpnTapData/mimetypes.json b/generic_data/EpnTapData/mimetypes.json
new file mode 100644
index 0000000..81cf9f5
--- /dev/null
+++ b/generic_data/EpnTapData/mimetypes.json
@@ -0,0 +1,48 @@
+{
+    "application/fits": "fits",
+    "application/x-pds": "pds",
+    "image/x-pds": "pds",
+    "application/gml+xml": "gml",
+    "application/json": "json",
+    "application/octet-stream": "bin, idl, envi or matlab",
+    "application/pdf": "pdf",
+    "application/postscript": "ps",
+    "application/vnd.geo+json": "geojson",
+    "application/vnd.google-earth.kml+xml": "kml",
+    "application/vnd.google-earth.kmz": "kmz",
+    "application/vnd.ms-excel": "xls",
+    "application/x-asdm": "asdm",
+    "application/x-cdf": "cdf",
+    "application/x-cdf-istp": "cdf",
+    "application/x-cdf-pds4": "cdf",
+    "application/x-cef1": "cef1",
+    "application/x-cef2": "cef2",
+    "application/x-directory": "dir",
+    "application/x-fits-bintable": "bintable",
+    "application/x-fits-euro3d": "euro3d",
+    "application/x-fits-mef": "mef",
+    "application/x-geotiff": "geotiff",
+    "application/x-hdf": "hdf",
+    "application/x-netcdf": "nc",
+    "application/x-netcdf4": "nc",
+    "application/x-tar": "tar",
+    "application/x-tar-gzip": "gtar",
+    "application/x-votable+xml": "votable",
+    "application/x-votable+xml;content=datalink": "votable",
+    "application/zip": "zip",
+    "image/fits": "fits",
+    "image/gif": "gif",
+    "image/jpeg": "jpeg",
+    "image/png": "png",
+    "image/tiff": "tiff",
+    "image/x-fits-gzip": "fits",
+    "image/x-fits-hcompress": "fits",
+    "text/csv": "csv",
+    "text/html": "html",
+    "text/plain": "txt",
+    "text/tab-separated-values": "tsv",
+    "text/xml": "xml",
+    "video/mpeg": "mpeg",
+    "video/quicktime": "mov",
+    "video/x-msvideo": "avi"
+}
--
libgit2 0.21.2