Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -10,18 +10,20 @@ The `Class` is a custom dataset class that brings together information from two
|
|
10 |
This class is designed to streamline the process of working with data from different sources and enable users to seamlessly access and analyze combined datasets.
|
11 |
## Project Overview
|
12 |
|
|
|
13 |
{
|
14 |
"id": "your_dataset_id",
|
15 |
"title": "Durham Urban Canopy",
|
16 |
-
"description": "
|
17 |
"licenses": [
|
18 |
{
|
19 |
-
"name": "License
|
20 |
-
"url": "
|
21 |
}
|
22 |
],
|
23 |
"image": "https://raw.githubusercontent.com/AuraMa111/Urban_Tree_Canopy_in_Durham/main/Picture1.png"
|
24 |
}
|
|
|
25 |
|
26 |
|
27 |
The Durham Urban Canopy Analysis and Enhancement Initiative (DUCAEI) is committed to utilizing the Trees & Planting Sites dataset for a comprehensive geospatial analysis of Durham's urban tree canopy. Through Python within Google Colab, our aim is to identify key locations for canopy expansion, evaluate the impact of urban development on green spaces, and deliver informed recommendations for the sustainable growth of urban tree coverage.
|
|
|
10 |
This class is designed to streamline the process of working with data from different sources and enable users to seamlessly access and analyze combined datasets.
|
11 |
## Project Overview
|
12 |
|
13 |
+
```json
|
14 |
{
|
15 |
"id": "your_dataset_id",
|
16 |
"title": "Durham Urban Canopy",
|
17 |
+
"description": "Comprehensive geospatial analysis of Durham's urban tree canopy.",
|
18 |
"licenses": [
|
19 |
{
|
20 |
+
"name": "Apache License 2.0",
|
21 |
+
"url": "https://www.apache.org/licenses/LICENSE-2.0"
|
22 |
}
|
23 |
],
|
24 |
"image": "https://raw.githubusercontent.com/AuraMa111/Urban_Tree_Canopy_in_Durham/main/Picture1.png"
|
25 |
}
|
26 |
+
```
|
27 |
|
28 |
|
29 |
The Durham Urban Canopy Analysis and Enhancement Initiative (DUCAEI) is committed to utilizing the Trees & Planting Sites dataset for a comprehensive geospatial analysis of Durham's urban tree canopy. Through Python within Google Colab, our aim is to identify key locations for canopy expansion, evaluate the impact of urban development on green spaces, and deliver informed recommendations for the sustainable growth of urban tree coverage.
|