mkluczek commited on
Commit
05ae261
·
verified ·
1 Parent(s): 560815d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -19,11 +19,12 @@ size_categories:
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
 
 
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
+ | utm_crs | string | CRS of the original product |
23
  | centre_lat | float | Centre of the of the grid_cell latitude |
24
  | centre_lon | float | Centre of the of the grid_cell longitude |
 
25
  | utm_footprint | string | Polygon footprint (image UTM) of the grid_cell |
26
+ | geometry | geometry | Polygon footprint (WGS84) of the grid_cell |
27
+
28
 
29
 
30