Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed extension example
  • Loading branch information
m-mohr authored Aug 21, 2019
commit 966c6ccf5378d5919b11264fe51c4548af07b240
8 changes: 4 additions & 4 deletions extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ evolve to make fully resolved namespacing an option.

An example of this can be seen in a Landsat example:

```json
```
"properties": {
"datetime":"2018-01-01T13:21:30Z",
"datetime":"2018-01-01T13:21:30Z",

"dtr:start_datetime":"2018-01-01T13:21:30Z",
"dtr:end_datetime":"2018-01-01T13:31:30Z",

"eo:off_nadir_angle": -0.001,
"eo:off_nadir": -0.001,
"eo:cloud_cover": 10.31,
"eo:sun_azimuth": 149.01607154,
"eo:sun_elevation": 59.21424700,
Expand All @@ -125,7 +125,7 @@ An example of this can be seen in a Landsat example:
"l8:geometric_rmse_model_y": 4.654,
"l8:geometric_rmse_verify": 5.364,
"l8:image_quality_oli": 9
},
}
```

### Directory Structure
Expand Down