-
Notifications
You must be signed in to change notification settings - Fork 0
/
q.rd
executable file
·146 lines (120 loc) · 6.4 KB
/
q.rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<resource schema="planetserver_m3">
<meta name="title">PlanetServer-M3</meta>
<meta name="description">
This service provides metadata information and hyperlinks to a
subset of the M3/Chandrayaan-1* spectral cubes dataset provided
by the PlanetServer/EarthServer-2 project as OGC/WCS endpoints.
The data here hyperlinked is a subset of the original archive,
composed by M3 L2 data, re-projected using the ISIS** software
to suit the interactive interface provided by the PlanetServer at
http://access.planetserver.eu/ as described in Figueira, R.M. et al, 2018.
The original dataset is described in Pieters, C.M. et al., 2009,
and is distributed in native format on the PDS Geosciences node and
ISRO Science Data Archive, https://pds-imaging.jpl.nasa.gov/volumes/m3.html.
- Pieters, C.M., et al. 2009, https://www.jstor.org/stable/24105459
- Figueira, R.M. et al., 2018, https://doi.org/10.1016/j.pss.2017.09.007
*: Moon Mineralogy Mapper (M3) on Chandrayaan-1, https://www.isro.gov.in/Spacecraft/chandrayaan-1
**: Integrated Software for Imagers and Spectrometers (ISIS), https://isis.astrogeology.usgs.gov/
</meta>
<meta name="creationDate">2019-07-01T06:00:00</meta>
<meta name="subject">M3</meta>
<meta name="creator.name">Mikhail Minin</meta>
<meta name="contact.name">Carlos Brandt</meta>
<meta name="contact.email">[email protected]</meta>
<meta name="instrument">Moon Mineralogy Mapper</meta>
<meta name="facility">Jacobs University</meta>
<meta name="source">NASA</meta>
<meta name="contentLevel">Research</meta>
<meta name="type">Catalog</meta>
<meta name="coverage">
<meta name="waveband">Infrared</meta>
<meta name="waveband">Optical</meta>
<meta name="Profile">UNKNOWNFrame</meta>
</meta>
<!-- METADATA COMPLETE -->
<table id="epn_core" onDisk="true">
<mixin spatial_frame_type="body" optional_columns="access_url access_format access_estsize thumbnail_url file_name">//epntap2#table-2_0</mixin>
<meta name="info" infoName="SERVICE_PROTOCOL" infoValue="0.3">EPN-TAP</meta>
<meta name="description">EPN-TAP access to rasdaman M3 database.</meta>
<stc>
Polygon ICRS [s_region]
</stc>
<!-- MAKE OPTIONAL COLUMNS: -->
<column name="access_url" type="text" ucd="meta.ref.url;meta.file" verbLevel="1" description="URL of the data file,
case sensitive. If present, next 2 paramenters must be present."/>
<column name="access_format" type="text" ucd="meta.code.mime" verbLevel="1" description="File format type"/>
<column name="access_estsize" type="text" ucd="phys.size;meta.file" verbLevel="1" description="Estimate file size in kbyte (with this spelling)"/>
<column name="thumbnail_url" type="text" ucd="meta.ref.url;meta.preview" verbLevel="1" description="URL of a thumbnail image with predefined size (png ~200 pix, for use in a client only)"/>
<column name="file_name" type="text" ucd="meta.id;meta.file" verbLevel="1" description="Name of the data file only, case sensitive"/>
<!-- MAKE ADDITIONAL COLUMNS: -->
<column name="image_width" type="text" ucd="meta.note;meta.main" tablehead="value" verbLevel="1" description="Width of the granule in px."/>
<column name="image_height" type="text" ucd="meta.note;meta.main" tablehead="value" verbLevel="1" description="Height of the granule in px."/>
<publish sets="ivo_managed, local"/>
</table>
<!-- TABLE COMPLETE -->
<data id="import">
<sources>data/data.csv</sources>
<csvGrammar>
<rowfilter procDef="//products#define">
<bind name="table">"schema.epn_core"</bind>
</rowfilter>
</csvGrammar>
<make table="epn_core">
<rowmaker idmaps="*">
<var key="granule_uid" source="uid"/>
<var key="granule_gid">"main"</var>
<var key="obs_id" source="coverageID"/>
<var key="dataproduct_type">"sc"</var>
<var key="measurement_type">"phys.albedo;phys.luminosity;phys.angArea;em.wl"</var>
<var key="processing_level">"3"</var>
<var key="target_name">"Moon"</var>
<var key="target_class">"satellite"</var>
<var key="c1min" source="SubsetLonMin"/>
<var key="c1max" source="SubsetLonMax"/>
<var key="c1_resol_min" source="ResolMin"/>
<var key="c1_resol_max" source="ResolMax"/>
<var key="c2min" source="SubsetLatMin"/>
<var key="c2max" source="SubsetLatMax"/>
<var key="spatial_frame_type">"body"</var>
<var key="s_region" source="PolygonSubset"/>
<var key="instrument_host_name">"CHANDRAYAAN-1 ORBITER"
</var>
<var key="instrument_name">"MOON MINERALOGY MAPPER"</var>
<var key="service_title">"M3"</var>
<var key="creation_date" source="CreationTime"/>
<var key="modification_date">"2017-7-19"</var>
<var key="release_date">"2017-7-19"</var>
<var key="access_url" source="Access"/>
<var key="access_format">"application/x-geotiff"</var>
<var key="access_estsize">"100000"</var>
<var key="thumbnail_url" source="Preview"/>
<var key="file_name" source="coverageID"/>
<var key="image_width" source="width"/>
<var key="image_height" source="subsetHeight"/>
<apply procDef="//epntap2#populate-2_0" name="fillepn">
<bind name="granule_uid">@granule_uid</bind>
<bind name="granule_gid">@granule_gid</bind>
<bind name="obs_id">@obs_id</bind>
<bind name="dataproduct_type">@dataproduct_type</bind>
<bind name="measurement_type">@measurement_type</bind>
<bind name="processing_level">@processing_level</bind>
<bind name="target_name">@target_name</bind>
<bind name="target_class">@target_class</bind>
<bind name="c1min">@c1min</bind>
<bind name="c1max">@c1max</bind>
<bind name="c1_resol_min">@c1_resol_min</bind>
<bind name="c1_resol_max">@c1_resol_max</bind>
<bind name="c2min">@c2min</bind>
<bind name="c2max">@c2max</bind>
<bind name="s_region">@s_region</bind>
<bind name="instrument_host_name">@instrument_host_name</bind>
<bind name="instrument_name">@instrument_name</bind>
<bind name="service_title">@service_title</bind>
<bind name="creation_date">@creation_date</bind>
<bind name="modification_date">@modification_date</bind>
<bind name="release_date">@release_date</bind>
</apply>
</rowmaker>
</make>
</data>
</resource>