Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -8,6 +8,19 @@ sdk_version: 1.25.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
 
 
 
 
 
 
 
11
  ---
12
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ description: >-
12
+ Tool for summarizing land cover around a given latitude/longitude in the U.S. using CropScape data.
13
+ tags:
14
+ - geospatial
15
+ - gis
16
+ - ecology
17
+ - satellite-imagery
18
+ - geodata
19
  ---
20
 
21
+ # LatLonCover Demo
22
+
23
+ A demo implementation of [LatLonCover Repo](https://github.com/Imageomics/LatLonCover). All included land cover categories are listed [here](https://github.com/Imageomics/LatLonCover?tab=readme-ov-file#cropscape-cdl-category-codes).
24
+
25
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
26
+