-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
681 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
|
||
{ | ||
|
||
|
||
"properties": { | ||
"collection_name": "L1T", | ||
"collection_description": "Landat 8 imagery that is radiometrically calibrated and orthorectified using gound points and Digital Elevation Model (DEM) data to correct relief displacement.", | ||
"provider": "USGS", | ||
"license": "PDDL-1.0", | ||
"eo:gsd" : 30, | ||
"eo:platform": "landsat-8", | ||
"eo:instrument": "OLI_TIRS", | ||
}, | ||
|
||
"eo:bands": { | ||
"1": { | ||
"common_name": "coastal", | ||
"gsd": 30.0, | ||
"accuracy": null, | ||
"wavelength": 0.44, | ||
"fwhm": 0.02 | ||
}, | ||
"2": { | ||
"common_name": "blue", | ||
"gsd": 30.0, | ||
"accuracy": null, | ||
"wavelength": 0.48, | ||
"fwhm": 0.06 | ||
}, | ||
"3": { | ||
"common_name": "green", | ||
"gsd": 30.0, | ||
"accuracy": null, | ||
"wavelength": 0.56, | ||
"fwhm": 0.06 | ||
}, | ||
"4": { | ||
"common_name": "red", | ||
"gsd": 30.0, | ||
"accuracy": null, | ||
"wavelength": 0.65, | ||
"fwhm": 0.04 | ||
}, | ||
"5": { | ||
"common_name": "nir", | ||
"gsd": 30.0, | ||
"accuracy": null, | ||
"wavelength": 0.86, | ||
"fwhm": 0.03 | ||
}, | ||
"6": { | ||
"common_name": "swir16", | ||
"gsd": 30.0, | ||
"accuracy": null, | ||
"wavelength": 1.6, | ||
"fwhm": 0.08 | ||
}, | ||
"7": { | ||
"common_name": "swir22", | ||
"gsd": 30.0, | ||
"accuracy": null, | ||
"wavelength": 2.2, | ||
"fwhm": 0.2 | ||
}, | ||
"8": { | ||
"common_name": "pan", | ||
"gsd": 15.0, | ||
"accuracy": null, | ||
"wavelength": 0.59, | ||
"fwhm": 0.18 | ||
}, | ||
"9": { | ||
"common_name": "cirrus", | ||
"gsd": 30.0, | ||
"accuracy": null, | ||
"wavelength": 1.37, | ||
"fwhm": 0.02 | ||
}, | ||
"10": { | ||
"common_name": "lwir11", | ||
"gsd": 100.0, | ||
"accuracy": null, | ||
"wavelength": 10.9, | ||
"fwhm": 0.8 | ||
}, | ||
"11": { | ||
"common_name": "lwir12", | ||
"gsd": 100.0, | ||
"accuracy": null, | ||
"wavelength": 12.0, | ||
"fwhm": 1.0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Landsat Example with EO profile and Collection extension | ||
|
||
The files in this directory contain a full example of Landsat data. It follows the Earth Observation | ||
Profile, and uses the 'Collection' extension to be less duplicative of information | ||
|
||
* [landsat8-sample](landsat8-sample.json) is a core `Item` including the link to its collection information. | ||
* [L1T-collection](L1T-collection.json) shows the collection information for Landsat 8 L1T collection | ||
* [landsat8-merged](landsat8-merged.json) is a fully expanded record, showing the result of merging of the collection data and the core `Item`. |
Oops, something went wrong.