mkluczek commited on
Commit
74196bf
·
verified ·
1 Parent(s): 7f7d42d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -3
README.md CHANGED
@@ -1,3 +1,58 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ tags:
4
+ - earth-observation
5
+ - remote-sensing
6
+ - satellite
7
+ - geospatial
8
+ size_categories:
9
+ - 1M<n<10M
10
+ ---
11
+
12
+ # Spatial-Reference-Grid
13
+ > This is a
14
+
15
+
16
+ ## Metadata content
17
+ | Field | Type | Description |
18
+ |:-----------------:|:--------:|-----------------------------------------------------------------------------|
19
+ | grid_cell | string | Major TOM cell |
20
+ | grid_row_u | int | Major TOM cell row |
21
+ | grid_col_r | int | Major TOM cell col |
22
+ | centre_lat | float | Centre of the of the grid_cell latitude |
23
+ | centre_lon | float | Centre of the of the grid_cell longitude |
24
+ | geometry | geometry | Polygon footprint (WGS84) of the grid_cell |
25
+ | utm_footprint | string | Polygon footprint (image UTM) of the grid_cell |
26
+ | utm_crs | string | CRS of the original product |
27
+
28
+
29
+
30
+
31
+ ## Example Use
32
+ Interface scripts are available at
33
+ ```python
34
+ import numpy as np
35
+
36
+ ```
37
+
38
+
39
+ ## Authors
40
+ [**Mikolaj Czerkawski**](https://mikonvergence.github.io) (Asterisk Labs), [**Marcin Kluczek**](https://www.linkedin.com/in/marcin-kluczek-03852a1a8/) (CloudFerro), [**Jędrzej S. Bojanowski**](https://www.linkedin.com/in/j%C4%99drzej-s-bojanowski-a5059872/) (CloudFerro)
41
+
42
+
43
+ ## Open Access Manuscript
44
+ [![arxiv](https://img.shields.io/badge/Open_Access-arxiv:2402.12095-b31b1b)](https://arxiv.org/abs/2402.12095/)
45
+ ```latex
46
+ @inproceedings{Major_TOM,
47
+ title={Major TOM: Expandable Datasets for Earth Observation},
48
+ author={Alistair Francis and Mikolaj Czerkawski},
49
+ year={2024},
50
+ booktitle={IGARSS 2024 - 2024 IEEE International Geoscience and Remote Sensing Symposium},
51
+ eprint={2402.12095},
52
+ archivePrefix={arXiv},
53
+ primaryClass={cs.CV}
54
+ }
55
+ ```
56
+
57
+
58
+ Powered by [Φ-lab, European Space Agency (ESA) 🛰️](https://philab.esa.int/) in collaboration with [CloudFerro 🔶](https://cloudferro.com/) & [asterisk labs](https://asterisk.coop/)