Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,14 +66,14 @@ tags:
|
|
| 66 |
- satellite
|
| 67 |
- spacial
|
| 68 |
- geospatial
|
|
|
|
|
|
|
| 69 |
size_categories:
|
| 70 |
- 10K<n<100K
|
|
|
|
| 71 |
---
|
| 72 |
# Dataset Card for Satellite Trees Wroclaw 2022
|
| 73 |
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
The Satellite Trees Wroclaw 2022 dataset contains high-resolution satellite imagery and metadata of trees in Wroclaw, Poland, collected in 2022. The dataset is organized into three main directories: `images`, `metadata`, and `results`.
|
| 78 |
|
| 79 |
- `images/`: Contains orthophotomaps of different regions in Wroclaw.
|
|
@@ -84,10 +84,6 @@ This dataset can be used for various tasks such as tree detection, classificatio
|
|
| 84 |
|
| 85 |
## Dataset Details
|
| 86 |
|
| 87 |
-
### Dataset Description
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
|
| 92 |
### Metadata Description
|
| 93 |
|
|
@@ -115,7 +111,7 @@ Structure of json object:
|
|
| 115 |
- `y`: Y-coordinate in the image space.
|
| 116 |
- `radius`: Radius of the tree in pixels, calculated from the area.
|
| 117 |
|
| 118 |
-
|
| 119 |
|
| 120 |
```json
|
| 121 |
{
|
|
@@ -197,7 +193,7 @@ Of course you can extract more info about trees and place them into the image by
|
|
| 197 |
|
| 198 |
### Dataset Sources
|
| 199 |
|
| 200 |
-
- **Repository:** [
|
| 201 |
|
| 202 |
|
| 203 |
## Dataset Creation
|
|
@@ -206,9 +202,13 @@ Dataset was generated by iterating the maximum possible zoom of tile for chosen
|
|
| 206 |
We downloaded each tile as an image with 1024x1024 resolution. We calculated the lat long coordinates for futher calculations.
|
| 207 |
After having corners of tile we could get trees details from public api. We had to make some transformations to be able to draw trees on the images.
|
| 208 |
|
| 209 |
-
|
| 210 |
### Annotation process
|
| 211 |
|
| 212 |
-
We believe that ground truth annotations are legit.
|
| 213 |
[GIS Wroclaw](https://geoportal.wroclaw.pl/mapy/ortofoto/)
|
| 214 |
-
[Trees data](https://mapadrzew.com/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
- satellite
|
| 67 |
- spacial
|
| 68 |
- geospatial
|
| 69 |
+
- city
|
| 70 |
+
- wroclaw
|
| 71 |
size_categories:
|
| 72 |
- 10K<n<100K
|
| 73 |
+
pretty_name: Satellite Trees of Wroclaw city 2022
|
| 74 |
---
|
| 75 |
# Dataset Card for Satellite Trees Wroclaw 2022
|
| 76 |
|
|
|
|
|
|
|
|
|
|
| 77 |
The Satellite Trees Wroclaw 2022 dataset contains high-resolution satellite imagery and metadata of trees in Wroclaw, Poland, collected in 2022. The dataset is organized into three main directories: `images`, `metadata`, and `results`.
|
| 78 |
|
| 79 |
- `images/`: Contains orthophotomaps of different regions in Wroclaw.
|
|
|
|
| 84 |
|
| 85 |
## Dataset Details
|
| 86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
|
| 88 |
### Metadata Description
|
| 89 |
|
|
|
|
| 111 |
- `y`: Y-coordinate in the image space.
|
| 112 |
- `radius`: Radius of the tree in pixels, calculated from the area.
|
| 113 |
|
| 114 |
+
### Metadata Example
|
| 115 |
|
| 116 |
```json
|
| 117 |
{
|
|
|
|
| 193 |
|
| 194 |
### Dataset Sources
|
| 195 |
|
| 196 |
+
- **Repository:** [Code Repository](https://github.com/Filipstrozik/spatial-data)
|
| 197 |
|
| 198 |
|
| 199 |
## Dataset Creation
|
|
|
|
| 202 |
We downloaded each tile as an image with 1024x1024 resolution. We calculated the lat long coordinates for futher calculations.
|
| 203 |
After having corners of tile we could get trees details from public api. We had to make some transformations to be able to draw trees on the images.
|
| 204 |
|
|
|
|
| 205 |
### Annotation process
|
| 206 |
|
| 207 |
+
We believe that ground truth annotations are legit. (More inside github repository)
|
| 208 |
[GIS Wroclaw](https://geoportal.wroclaw.pl/mapy/ortofoto/)
|
| 209 |
+
[Trees data](https://mapadrzew.com/)
|
| 210 |
+
|
| 211 |
+
# Authors
|
| 212 |
+
- Filip Strózik
|
| 213 |
+
- Dawid Wolkiewicz
|
| 214 |
+
- Izabela Majchrowska
|