jmdu commited on
Commit
5cd34ea
·
verified ·
1 Parent(s): 5aeedc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -50,9 +50,9 @@ Each feature has a stable `field_id`, crop `field_type` (sunflower or rapeseed),
50
  | `field_type`| string | Crop type: `sunflower` or `rapeseed`. |
51
  | `region` | string | ADM1 ASCII slug (e.g., `Bacs-kiskun`). |
52
  | `geometry` | geometry | Polygon in EPSG:4326 (WKB inside Parquet). |
53
- | `minx` | float | Bounding box min longitude. |
54
- | `miny` | float | Bounding box min latitude. |
55
- | `maxx` | float | Bounding box max longitude. |
56
- | `maxy` | float | Bounding box max latitude. |
57
 
58
  ---
 
50
  | `field_type`| string | Crop type: `sunflower` or `rapeseed`. |
51
  | `region` | string | ADM1 ASCII slug (e.g., `Bacs-kiskun`). |
52
  | `geometry` | geometry | Polygon in EPSG:4326 (WKB inside Parquet). |
53
+ | `lon_min` | float | Bounding box min longitude. |
54
+ | `lat_min` | float | Bounding box min latitude. |
55
+ | `lon_max` | float | Bounding box max longitude. |
56
+ | `lat_max` | float | Bounding box max latitude. |
57
 
58
  ---