Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,15 @@ license: mit
|
|
7 |
Here you will find the model output parquet files and geotiffs from the following paper:
|
8 |
<placeholder for arxiv link>
|
9 |
|
10 |
-
Each file is for a 3 degree by 3 degree tile. The folder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
# Schema
|
13 |
|
|
|
7 |
Here you will find the model output parquet files and geotiffs from the following paper:
|
8 |
<placeholder for arxiv link>
|
9 |
|
10 |
+
Each file is for a 3 degree by 3 degree tile. The folder structure is as follows:
|
11 |
+
- Main directory by latitude
|
12 |
+
- Subdirectory for each tile
|
13 |
+
- Each subdirectory contains 3 files:
|
14 |
+
- parquet files with tabular data
|
15 |
+
- geotiff with 90 meter buffer applied on filtered dataset (see paper for details)
|
16 |
+
- same as above but with 240 meter buffer applied
|
17 |
+
|
18 |
+
The folder name and file names denote the southwest corner of the tile. For example, The file N27E030 would be for latitudes between 27 and 30 degrees north, and longitudes between 30 and 33 degrees east. Its files would be in the N27 folder.
|
19 |
|
20 |
# Schema
|
21 |
|