Ziyuan111 commited on
Commit
859261f
1 Parent(s): 0cf6764

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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": "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
 
 
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