Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Land cover maps for 2001 and 2020.
Browse files Browse the repository at this point in the history
Issue #226
  • Loading branch information
vlulla committed Nov 9, 2022
1 parent 7fd3ea8 commit ad5e4b7
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ cdk.context.json

# Avoid checking in filled out env file
env.sh

.hypothesis
Makefile
42 changes: 42 additions & 0 deletions data/collections/bangladesh-landcover-2001-2020.json
Original file line number Diff line number Diff line change
@@ -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"
}
9 changes: 9 additions & 0 deletions data/step_function_inputs/bangladesh-landcover-2001-2020.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit ad5e4b7

Please sign in to comment.