Skip to content

Commit

Permalink
add s2:sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Nov 8, 2023
1 parent 13fd537 commit 9fb75e9
Show file tree
Hide file tree
Showing 4 changed files with 1,804 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ The fields in the table below can be used in these parts of STAC documents:
| s2:product_type | string | Product Type |
| s2:datatake_type | string | Datatake Type |
| s2:generation_time | datetime | Generation Time |
| s2:sequence | string | Sequence number from Sinergize |
| s2:processing_baseline | string | Processing Baseline |
| s2:mgrs_tile | number | Sentinel-2 MGRS Tile Identifier |
| s2:sreflectance_conversion_factor | number | Reflectance Conversion Factor |
| s2:mgrs_tile | string | Sentinel-2 MGRS Tile Identifier |
| s2:reflectance_conversion_factor | number | Reflectance Conversion Factor |
| s2:water_percentage | number | Water Percentage |
| s2:mean_solar_zenith | number | Mean Solar Zenith |
| s2:mean_solar_azimuth | number | Mean Solar Azimuth |
Expand Down
3 changes: 2 additions & 1 deletion examples/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,8 @@
"s2:high_proba_clouds_percentage": 0.699942,
"s2:reflectance_conversion_factor": 1.01678413954947,
"s2:medium_proba_clouds_percentage": 2.742413,
"s2:saturated_defective_pixel_percentage": 0
"s2:saturated_defective_pixel_percentage": 0,
"s2:sequence": "0"
},
"stac_extensions": [
"https://stac-extensions.github.io/sentinel-2/v1.0.0/schema.json",
Expand Down
Loading

0 comments on commit 9fb75e9

Please sign in to comment.