From 9a1c53f2b10a9374a1d77e9ac3e40c0de1042bd9 Mon Sep 17 00:00:00 2001
From: Caleb Robinson <calebrob6@gmail.com>
Date: Sat, 26 Feb 2022 03:52:30 +0000
Subject: [PATCH] Add geospatial datasets

---
 docs/api/datasets.rst         | 6 ++++++
 docs/api/generic_datasets.csv | 7 +++++++
 2 files changed, 13 insertions(+)
 create mode 100644 docs/api/generic_datasets.csv

diff --git a/docs/api/datasets.rst b/docs/api/datasets.rst
index 89aa8595897..3901717cecd 100644
--- a/docs/api/datasets.rst
+++ b/docs/api/datasets.rst
@@ -12,6 +12,12 @@ Geospatial Datasets
 
 :class:`GeoDataset` is designed for datasets that contain geospatial information, like latitude, longitude, coordinate system, and projection. Datasets containing this kind of information can be combined using :class:`IntersectionDataset` and :class:`UnionDataset`.
 
+.. csv-table:: Geospatial Datasets
+   :widths: 50 50
+   :header-rows: 1
+   :align: center
+   :file: generic_datasets.csv
+
 Aster Global Digital Evaluation Model
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
diff --git a/docs/api/generic_datasets.csv b/docs/api/generic_datasets.csv
new file mode 100644
index 00000000000..4d37e33c066
--- /dev/null
+++ b/docs/api/generic_datasets.csv
@@ -0,0 +1,7 @@
+Dataset,Type
+Landsat,Imagery
+Sentinel,Imagery
+NAIP,Imagery
+Cropland Data Layer,Labels
+Chesapeake Land Cover,Labels
+Canadian Buildings Footprints,Labels
\ No newline at end of file