Skip to content

Commit

Permalink
🐛 fix static checking related jsonschemas
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Feb 15, 2024
1 parent e0acc35 commit fd5b6f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions mod13q1-v60.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"id": 16,
"name": "mod13q1",
"title": "MOD13Q1 v006 - Cloud Optimized GeoTIFF",
"description": "The Terra Moderate Resolution Imaging Spectroradiometer (MODIS) Vegetation Indices (MOD13Q1) Version 6.0 data are generated every 16 days at 250 meter (m) spatial resolution as a Level 3 product. The MOD13Q1 product provides two primary vegetation layers. The first is the Normalized Difference Vegetation Index (NDVI) which is referred to as the continuity index to the existing National Oceanic and Atmospheric Administration-Advanced Very High Resolution Radiometer (NOAA-AVHRR) derived NDVI. The second vegetation layer is the Enhanced Vegetation Index (EVI), which has improved sensitivity over high biomass regions. The algorithm chooses the best available pixel value from all the acquisitions from the 16 day period. The criteria used is low clouds, low view angle, and the highest NDVI/EVI value.",
"temporal_composition_schema": {
"step": "16",
"step": 16,
"unit": "day",
"schema": "cyclic",
"schema": "Cyclic",
"cycle": {
"step": 1,
"unit": "year"
Expand Down
5 changes: 3 additions & 2 deletions mod13q1-v61.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"id": 17,
"name": "mod13q1",
"title": "MOD13Q1 v061 - Cloud Optimized GeoTIFF",
"description": "The Terra Moderate Resolution Imaging Spectroradiometer (MODIS) Vegetation Indices (MOD13Q1) Version 6.1 data are generated every 16 days at 250 meter (m) spatial resolution as a Level 3 product. The MOD13Q1 product provides two primary vegetation layers. The first is the Normalized Difference Vegetation Index (NDVI) which is referred to as the continuity index to the existing National Oceanic and Atmospheric Administration-Advanced Very High Resolution Radiometer (NOAA-AVHRR) derived NDVI. The second vegetation layer is the Enhanced Vegetation Index (EVI), which has improved sensitivity over high biomass regions. The algorithm chooses the best available pixel value from all the acquisitions from the 16 day period. The criteria used is low clouds, low view angle, and the highest NDVI/EVI value.",
"temporal_composition_schema": {
"step": "16",
"step": 16,
"unit": "day",
"schema": "cyclic",
"schema": "Cyclic",
"cycle": {
"step": 1,
"unit": "year"
Expand Down

0 comments on commit fd5b6f4

Please sign in to comment.