Skip to content

Commit

Permalink
Fixed dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
qjhart committed Apr 6, 2016
1 parent d1df79a commit 0cbe26a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ NASA has provided the SSJ team with a vector data layer of landcover that includ

Data | Daily | Monthly
--- | --- | ---
ET | [results/nasa/daily] | [results/nasa/monthly]
Kc | [results/nasa/daily] | [results/nasa/monthly]
ET | [results/nasa/wy2015/daily] | [results/nasa/wy2015/monthly]
Kc | [results/nasa/wy2015/daily] | [results/nasa/wy2015/monthly]

To create the summarization tables, the vector maps were intersected with the [Island Regions].

To create the required 30m raster map, the resultant outputs where rasterized and exported.

[NASA Landcover]: https://github.com/ssj-delta-cu/ssj-nasa-landcover
[results/nasa/daily]: ./results/nasa/daily
[results/nasa/monthly]: ./results/nasa/monthly
[results/nasa/wy2015/daily]: ./results/nasa/wy2015/daily
[results/nasa/wy2015/monthly]: ./results/nasa/wy2015/monthly

### CDL Landcover Based

The USDA [Cropland Data Layer] is a 30m raster based crop data type. Unlike the NASA product, the methodology does not try to make uniform fields, but estimates each pixel seperately. The data is provided in a raster form. For this method, we utilized Google's Earth Engine Platform, as a test of it's utility.

Data | Daily | Monthly
--- | --- | ---
ET | [results/cdl/daily] | [results/cdl/monthly]
Kc | [results/cdl/daily] | [results/cdl/monthly]
ET | [results/cdl/wy2015/daily] | [results/cdl/wy2015/monthly]
Kc | [results/cdl/wy2015/daily] | [results/cdl/wy2015/monthly]

[results/cdl/daily]: ./results/cdl/daily
[results/cdl/monthly]: ./results/cdl/monthly
[results/cdl/wy2015/daily]: ./results/cdl/wy2015//daily
[results/cdl/wy2015/monthly]: ./results/cdl/wy2015//monthly

[Cropland Data Layer]: http://www.nass.usda.gov/Research_and_Science/Cropland/SARS1a.php

Expand Down

0 comments on commit 0cbe26a

Please sign in to comment.