Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,15 +14,16 @@ This class is designed to streamline the process of working with data from diffe
|
|
14 |
{
|
15 |
"id": "your_dataset_id",
|
16 |
"title": "Durham Urban Canopy",
|
17 |
-
"description": "
|
18 |
"licenses": [
|
19 |
{
|
20 |
-
"name": "Apache
|
21 |
-
"url": "https://
|
22 |
}
|
23 |
],
|
24 |
-
"image": "https://
|
25 |
}
|
|
|
26 |
```
|
27 |
|
28 |
|
|
|
14 |
{
|
15 |
"id": "your_dataset_id",
|
16 |
"title": "Durham Urban Canopy",
|
17 |
+
"description": "Your dataset description.",
|
18 |
"licenses": [
|
19 |
{
|
20 |
+
"name": "Apache-2.0",
|
21 |
+
"url": "https://opensource.org/licenses/Apache-2.0"
|
22 |
}
|
23 |
],
|
24 |
+
"image": "https://github.com/AuraMa111/Urban_Tree_Canopy_in_Durham/raw/main/Picture1.png"
|
25 |
}
|
26 |
+
|
27 |
```
|
28 |
|
29 |
|