Commit 9bb82de5eceab885d946387d351e84462b7b7956
1 parent
c333373a
Exists in
master
and in
112 other branches
Add json files for dataproduct types and mimetypes dictionnaries.
Showing
2 changed files
with
62 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,14 @@ |
1 | +{ | |
2 | + "im": "Image", | |
3 | + "ma": "Map", | |
4 | + "sp": "Spectrum", | |
5 | + "ds": "Dynamic spectrum", | |
6 | + "sc": "Spectral cube", | |
7 | + "pr": "Profile", | |
8 | + "vo": "Volume", | |
9 | + "mo": "Movie", | |
10 | + "cu": "Cube", | |
11 | + "ts": "Time series", | |
12 | + "ca": "Catalogue", | |
13 | + "ci": "Catalogue item" | |
14 | +} | |
... | ... |
... | ... | @@ -0,0 +1,48 @@ |
1 | +{ | |
2 | + "application/fits": "fits", | |
3 | + "application/x-pds": "pds", | |
4 | + "image/x-pds": "pds", | |
5 | + "application/gml+xml": "gml", | |
6 | + "application/json": "json", | |
7 | + "application/octet-stream": "bin, idl, envi or matlab", | |
8 | + "application/pdf": "pdf", | |
9 | + "application/postscript": "ps", | |
10 | + "application/vnd.geo+json": "geojson", | |
11 | + "application/vnd.google-earth.kml+xml": "kml", | |
12 | + "application/vnd.google-earth.kmz": "kmz", | |
13 | + "application/vnd.ms-excel": "xls", | |
14 | + "application/x-asdm": "asdm", | |
15 | + "application/x-cdf": "cdf", | |
16 | + "application/x-cdf-istp": "cdf", | |
17 | + "application/x-cdf-pds4": "cdf", | |
18 | + "application/x-cef1": "cef1", | |
19 | + "application/x-cef2": "cef2", | |
20 | + "application/x-directory": "dir", | |
21 | + "application/x-fits-bintable": "bintable", | |
22 | + "application/x-fits-euro3d": "euro3d", | |
23 | + "application/x-fits-mef": "mef", | |
24 | + "application/x-geotiff": "geotiff", | |
25 | + "application/x-hdf": "hdf", | |
26 | + "application/x-netcdf": "nc", | |
27 | + "application/x-netcdf4": "nc", | |
28 | + "application/x-tar": "tar", | |
29 | + "application/x-tar-gzip": "gtar", | |
30 | + "application/x-votable+xml": "votable", | |
31 | + "application/x-votable+xml;content=datalink": "votable", | |
32 | + "application/zip": "zip", | |
33 | + "image/fits": "fits", | |
34 | + "image/gif": "gif", | |
35 | + "image/jpeg": "jpeg", | |
36 | + "image/png": "png", | |
37 | + "image/tiff": "tiff", | |
38 | + "image/x-fits-gzip": "fits", | |
39 | + "image/x-fits-hcompress": "fits", | |
40 | + "text/csv": "csv", | |
41 | + "text/html": "html", | |
42 | + "text/plain": "txt", | |
43 | + "text/tab-separated-values": "tsv", | |
44 | + "text/xml": "xml", | |
45 | + "video/mpeg": "mpeg", | |
46 | + "video/quicktime": "mov", | |
47 | + "video/x-msvideo": "avi" | |
48 | +} | |
... | ... |