Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOT READY FOR MERGE: add new nightlights data landing page #361

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ GOOGLE_FORM = 'https://docs.google.com/forms/d/e/1FAIpQLSfGcd3FDsM3kQIOVKjzdPn4f

# Google analytics tracking code
GOOGLE_ANALYTICS_ID='G-CQ3WLED121'
# Activate A&E page
FEATURE_NEW_EXPLORATION = 'TRUE'
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 141 files
104 changes: 104 additions & 0 deletions datasets/hd-nightlights.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
---
id: hd-blackmarble-nightlights
name: High Definition Black Marble Nightlights for Disaster Support
description: The High Definition Nightlights dataset is a derived product for measuring light emissions for a given location. Darker colors indicate lower light emissions while lighter colors indicate high light emissions.
usage:
- url: 'https://nasa-impact.github.io/veda/notebooks/'
label: 'Notebook to read, visualize, and explore data statistics'
title: 'Sample Data Notebook'
- url: 'https://hub.openveda.cloud'
label: 'Run example notebook'
title: 'Interactive Session in the VEDAHub (requires account)'
media:
src: ::file ./nighttime-lights-ej--dataset-cover-neworleans.jpeg
alt: high-definition nightlights for Hurricane Ida over New Orleans, LA
taxonomy:
- name: Topics
values:
- Environmental Justice
- Natural Disasters
- name: Source
values:
- NASA
- name: Product Type
values:
- Nightlights
disableExplore: false
layers:
- id: hd-nightlights
stacCol: hd-blackmarble-nightlights
name: High Definition Nighlights
type: raster
description: Satellite-derived light emissions at 30m resolution
analysis:
exclude: false
rescale:
- 0,255
zoomExtent:
- 8
- 20
sourceParams:
resampling: bilinear
asset_bidx: cog_default|1,2,3
compare:
datasetId: hd-blackmarble-nightlights
layerId: hd-nightlights
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`;
}
legend:
type: gradient
min: "No Lights"
max: "Lights"
stops:
- "#000004"
- "#120d31"
- "#331067"
- "#59157e"
- "#7e2482"
- "#a3307e"
- "#c83e73"
- "#e95462"
- "#fa7d5e"
- "#fea973"
- "#fed395"
- "#fcfdbf"
---

<Block type='wide'>
<Prose>

- **Temporal Extent:** Ongoing
- **Temporal Resolution:** Variable (on-demand execution)
- **Spatial Extent:** Global
- **Spatial Resolution:** 30 m
- **Data Units:** None
- **Data Type:** Infomational
- **Data Latency:** N/A

**Scientific Details:**

</Prose>
</Block>

<Block>
<Prose>
## Source Data Product Citation

## Dataset Accuracy

## Disclaimer
All data provided in VEDA has been transformed from GeoTIFF into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly.

## Key Publications

## Acknowledgment

## License
[Massachussetts Institute of Technology License](https://spdx.org/licenses/MIT.html)

## Data Stewardship

</Prose>
</Block>
Loading