Ziyuan111 commited on
Commit
2b1c281
1 Parent(s): 4b4f88f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -103,6 +103,19 @@ This dataset provides comprehensive information about urban trees within a speci
103
  }
104
  }
105
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  ### Objectives
107
 
108
  1. Combine Shapefile and CSV data into a comprehensive geospatial dataset using Python.
 
103
  }
104
  }
105
  ```
106
+ The `GS_TreeInventory.shp` file encompasses a range of attributes for each record:
107
+
108
+ - **OBJECTID:** Unique identifier for each record.
109
+ - **streetaddr:** Street address where the tree or planting site is located.
110
+ - **city:** The city name, which is Durham.
111
+ - **zipcode:** Postal code for the location.
112
+ - **facilityid:** Identifier possibly linked to a facility or area associated with the tree.
113
+ - **present:** Type of feature present, such as a tree or a planting site.
114
+ - **genus:** Genus of the tree.
115
+ - **species:** Species of the tree.
116
+ - **commonname:** Common name of the tree.
117
+ - **plantingda:** Date or year range when the tree was planted or the planting site was established.
118
+ - ...
119
  ### Objectives
120
 
121
  1. Combine Shapefile and CSV data into a comprehensive geospatial dataset using Python.