Closed leothomas closed 2 years ago
Note: COGs are at s3://climatedashboard-data/social_vulnerability_index/
Published to the dev api:
The 10 collections:
and the corresponding items/cogs
Links: https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-overall/items https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-housing/items https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-household/items https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-minority/items https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-socioeconomic/items
https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-overall-nopop/items https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-housing-nopop/items https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-household-nopop/items https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-minority-nopop/items https://dev-stac.delta-backend.xyz/collections/social-vulnerability-index-socioeconomic-nopop/items
Please verify the metadata so I can publish it to the staging api too. cc: @anayeaye @leothomas @abarciauskas-bgse @xhagrg
@slesaad @anayeaye @sharkinsspatial @leothomas curious what you think about this case: The social vulnerability index includes 4 sub indices and 1 overall index of social vulnerability and has 2 variants - one with a population mask (masking places with no population such as bodies of water) and one without that mask. Each of these indices is provided every 2 years from 2000 to 2018.
I'm leaning towards having 1 general collection for the social vulnerability index and having an additional "properties" field which identifies the specific index, for example:
"properties": {
"datetime": "2018-01-01T00:00:00Z",
"svi_index": "housing-nopop"
The current code produces a collection for each index, which seems ok but leads to a lot more specific collections. It seems like this is similar to how CMIP6 has many models and Shared Socioeconomic Pathways (SSPs) but, I think, we decided to group them all into one collection.
^ I still like the idea of moving towards including like items together in the same filterable collection but I thought the decision was to default to single-asset/layer collections.
I am going to review the metadata for these "flat" collections for now to unblock and then maybe we can revisit this to consider a single collection in the future?
Collection & Item metadata QA
These collections all look great. I think we may want to include these in our discussion about defaults for how we represent datetime in the database (could/should these also be ranges in the future?).
Links: https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-overall/items https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-housing/items https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-household/items https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-minority/items https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-socioeconomic/items
https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-overall-nopop/items https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-housing-nopop/items https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-household-nopop/items https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-minority-nopop/items https://staging-stac.delta-backend.xyz/collections/social-vulnerability-index-socioeconomic-nopop/items
cc @abarciauskas-bgse @anayeaye
👏🏽 @slesaad thanks, do you want to close this ticket?
Data source:
https://sedac.ciesin.columbia.edu/data/set/usgrid-us-social-vulnerability-index/data-download
The dataset is loosely organized as follows:
Note:
_default
refers to COGs that covers ALL of the US (continental + AK + HI),nopop
refers to COGs that have a mask applied to remove areas with 0 population as well as bodies of water.Processing Code:
COLLECTIONS (
social-vulnerability-index-collections.json
):ITEMS (
social-vulnerability-index-items-sorted.json
):Next Steps: