diff --git a/.gitignore b/.gitignore index 0e7a84ee..494cb13f 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ cdk.context.json # Avoid checking in filled out env file env.sh + +.hypothesis +Makefile diff --git a/data/collections/bangladesh-landcover-2001-2020.json b/data/collections/bangladesh-landcover-2001-2020.json new file mode 100644 index 00000000..cb2ae1c4 --- /dev/null +++ b/data/collections/bangladesh-landcover-2001-2020.json @@ -0,0 +1,42 @@ +{ + "id": "bangladesh-landcover-2001-2020", + "type": "Collection", + "links": [], + "title": "Annual land cover maps for 2001 and 2020", + "extent": { + "spatial": { + "bbox": [ + [ + 88.02591469087191, + 20.742099910319755, + 92.68367943903164, + 26.63504817414382 + ] + ] + }, + "temporal": { + "interval": [ + [ + "2001-01-01T00:00:00Z", + "2020-12-31T23:59:59Z" + ] + ] + } + }, + "license": "MIT", + "description": "The annual land cover maps of 2001 and 2021 were captured using combined Moderate Resolution Imaging Spectroradiometer (MODIS) Annual Land Cover Type dataset (MCD12Q1 V6, dataset link: https://lpdaac.usgs.gov/products/mcd12q1v006/). The actual data product provides global land cover types at yearly intervals (2001-2020) at 500 meters with six different types of land cover classification. Among six different schemes, The International Geosphere–Biosphere Programme (IGBP) land cover classification selected and further simplified to dominant land cover classes (water, urban, cropland, native vegetation) for two different years to illustrate the changes in land use and land cover of the country.", + "item_assets": { + "cog_default": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Default COG Layer", + "description": "Cloud optimized default layer to display on map" + } + }, + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_density": "year" +} diff --git a/data/step_function_inputs/bangladesh-landcover-2001-2020.json b/data/step_function_inputs/bangladesh-landcover-2001-2020.json new file mode 100644 index 00000000..7e664213 --- /dev/null +++ b/data/step_function_inputs/bangladesh-landcover-2001-2020.json @@ -0,0 +1,9 @@ +{ + "collection": "bangladesh-landcover-2001-2020", + "prefix": "EIS/COG/coastal-flooding-and-slr/", + "bucket": "veda-data-store-staging", + "filename_regex": "^(.*).cog.tif$", + "discovery": "s3", + "datetime_range": "year", + "upload": false +}