Update README.md
Browse files
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 |
-
| `
|
| 54 |
-
| `
|
| 55 |
-
| `
|
| 56 |
-
| `
|
| 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 |
---
|