JulioContrerasH commited on
Commit
f7dc01e
·
verified ·
1 Parent(s): 2bce2aa

methaneset-emit level0: add match:pairs + match:orphans (explicit IMEO<->CM connections with iou/sector/dist_m); rename detection:imeo_cod/cm_cod -> match:imeo_cod/cm_cod; move source points to spatial:imeo_points/cm_points (spatial block now at the end); drop annotation:iou_pairs and match:n_instances; annotation:pct_imeo/pct_cm now percent (0-100). COLLECTION.json field_schema updated.

Browse files
methaneset-emit/methaneset-emit/COLLECTION.json CHANGED
@@ -150,34 +150,34 @@
150
  "Number of Carbon Mapper source plumes in the scene"
151
  ],
152
  [
153
- "detection:imeo_points",
154
  "string",
155
- "WKT MULTIPOINT of IMEO source locations, ordered like detection:imeo_cod keys"
156
  ],
157
  [
158
- "detection:cm_points",
159
  "string",
160
- "WKT MULTIPOINT of Carbon Mapper source locations, ordered like detection:cm_cod keys"
161
  ],
162
  [
163
- "detection:imeo_cod",
164
  "string",
165
  "JSON {source_name: [instance codes]} legend for band 1 of plume_imeo.tif"
166
  ],
167
  [
168
- "detection:cm_cod",
169
  "string",
170
  "JSON {cm_source: [instance codes]} legend for band 1 of plume_cm.tif"
171
  ],
172
  [
173
- "detection:sectors",
174
  "string",
175
- "JSON {canonical_sector: {imeo: [...], cm: [...]}} grouping sources by sector"
176
  ],
177
  [
178
- "detection:sector",
179
  "string",
180
- "Dominant canonical sector in the scene (Oil and Gas / Coal / Waste / Other)"
181
  ],
182
  [
183
  "match:n_pairs",
@@ -199,31 +199,6 @@
199
  "int64",
200
  "Number of unmatched Carbon Mapper sources"
201
  ],
202
- [
203
- "match:n_instances",
204
- "int64",
205
- "Highest instance code in the scene (total distinct codes incl. zones)"
206
- ],
207
- [
208
- "spatial:bbox_west",
209
- "double",
210
- ""
211
- ],
212
- [
213
- "spatial:bbox_south",
214
- "double",
215
- ""
216
- ],
217
- [
218
- "spatial:bbox_east",
219
- "double",
220
- ""
221
- ],
222
- [
223
- "spatial:bbox_north",
224
- "double",
225
- ""
226
- ],
227
  [
228
  "sensor:shape_rows",
229
  "int64",
@@ -327,22 +302,17 @@
327
  [
328
  "annotation:pct_imeo",
329
  "double",
330
- "Fraction of scene pixels covered by the IMEO mask (band 1 > 0)"
331
  ],
332
  [
333
  "annotation:pct_cm",
334
  "double",
335
- "Fraction of scene pixels covered by the Carbon Mapper mask (band 1 > 0)"
336
- ],
337
- [
338
- "annotation:iou_pairs",
339
- "string",
340
- "JSON list of per-pair IoU, one per 1:1 pair, ordered by code 1..n_pairs"
341
  ],
342
  [
343
  "annotation:iou",
344
  "double",
345
- "Mean of annotation:iou_pairs"
346
  ],
347
  [
348
  "site:country",
@@ -363,6 +333,36 @@
363
  "meteo:wind_speed",
364
  "double",
365
  "Wind speed magnitude (m/s), sqrt(wind_u^2 + wind_v^2)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
366
  ]
367
  ],
368
  "level1": [
 
150
  "Number of Carbon Mapper source plumes in the scene"
151
  ],
152
  [
153
+ "detection:sectors",
154
  "string",
155
+ "JSON {canonical_sector: {imeo: [...], cm: [...]}} grouping sources by sector"
156
  ],
157
  [
158
+ "detection:sector",
159
  "string",
160
+ "Dominant canonical sector in the scene (Oil and Gas / Coal / Waste / Other)"
161
  ],
162
  [
163
+ "match:imeo_cod",
164
  "string",
165
  "JSON {source_name: [instance codes]} legend for band 1 of plume_imeo.tif"
166
  ],
167
  [
168
+ "match:cm_cod",
169
  "string",
170
  "JSON {cm_source: [instance codes]} legend for band 1 of plume_cm.tif"
171
  ],
172
  [
173
+ "match:pairs",
174
  "string",
175
+ "JSON list of 1:1 IMEO-CM connections; each {imeo, cm, iou, sector, dist_m}, where dist_m is the source-to-source distance in metres. Ordered by pairing code (1..n_pairs)"
176
  ],
177
  [
178
+ "match:orphans",
179
  "string",
180
+ "JSON {imeo: [unmatched IMEO source_names], cm: [unmatched Carbon Mapper sources]}"
181
  ],
182
  [
183
  "match:n_pairs",
 
199
  "int64",
200
  "Number of unmatched Carbon Mapper sources"
201
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  [
203
  "sensor:shape_rows",
204
  "int64",
 
302
  [
303
  "annotation:pct_imeo",
304
  "double",
305
+ "Percent of scene pixels covered by the IMEO mask (band 1 > 0), range 0-100"
306
  ],
307
  [
308
  "annotation:pct_cm",
309
  "double",
310
+ "Percent of scene pixels covered by the Carbon Mapper mask (band 1 > 0), range 0-100"
 
 
 
 
 
311
  ],
312
  [
313
  "annotation:iou",
314
  "double",
315
+ "Mean per-pair IoU over match:pairs"
316
  ],
317
  [
318
  "site:country",
 
333
  "meteo:wind_speed",
334
  "double",
335
  "Wind speed magnitude (m/s), sqrt(wind_u^2 + wind_v^2)"
336
+ ],
337
+ [
338
+ "spatial:bbox_west",
339
+ "double",
340
+ ""
341
+ ],
342
+ [
343
+ "spatial:bbox_south",
344
+ "double",
345
+ ""
346
+ ],
347
+ [
348
+ "spatial:bbox_east",
349
+ "double",
350
+ ""
351
+ ],
352
+ [
353
+ "spatial:bbox_north",
354
+ "double",
355
+ ""
356
+ ],
357
+ [
358
+ "spatial:imeo_points",
359
+ "string",
360
+ "WKT MULTIPOINT of IMEO source locations, ordered like match:imeo_cod keys"
361
+ ],
362
+ [
363
+ "spatial:cm_points",
364
+ "string",
365
+ "WKT MULTIPOINT of Carbon Mapper source locations, ordered like match:cm_cod keys"
366
  ]
367
  ],
368
  "level1": [
methaneset-emit/methaneset-emit/METADATA/level0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55f63051ad543f93bbc6be67dde2923f55cde225b01f0788d5467189ef750b3e
3
- size 293850
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4a85fed931340d835312fa1ad5ea08f7086b4c3330cc901d88998631918243
3
+ size 346428