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

Commit

Permalink
Merge pull request #229 from NASA-IMPACT/feature/add-landcover-2001-2020
Browse files Browse the repository at this point in the history
Add landcover 2001 2020
  • Loading branch information
vlulla authored Nov 29, 2022
2 parents 31dec42 + 0333841 commit d28c156
Show file tree
Hide file tree
Showing 3 changed files with 67 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": "CC0-1.0",
"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"
}
22 changes: 22 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,22 @@
[
{
"collection": "bangladesh-landcover-2001-2020",
"prefix": "EIS/COG/coastal-flooding-and-slr/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*)MODIS_LC_2001_BD_v2.cog.tif$",
"discovery": "s3",
"start_datetime": "2001-01-01T00:00:00Z",
"end_datetime": "2001-12-31T23:59:59Z",
"upload": false
},
{
"collection": "bangladesh-landcover-2001-2020",
"prefix": "EIS/COG/coastal-flooding-and-slr/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*)MODIS_LC_2020_BD.cog.tif$",
"discovery": "s3",
"start_datetime": "2020-01-01T00:00:00Z",
"end_datetime": "2020-12-31T23:59:59Z",
"upload": false
}
]

0 comments on commit d28c156

Please sign in to comment.