Skip to content
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
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ APP_DESCRIPTION=Visualization, Exploration, and Data Analysis (VEDA)
APP_CONTACT_EMAIL=email@example.org

# Endpoint for the Tiler server. No trailing slash.
API_RASTER_ENDPOINT='https://openveda.cloud/api/raster'
API_RASTER_ENDPOINT='https://dev.openveda.cloud/api/raster'

# Endpoint for the STAC server. No trailing slash.
API_STAC_ENDPOINT='https://openveda.cloud/api/stac'
API_STAC_ENDPOINT='https://dev.openveda.cloud/api/stac'
API_TITILER_MULTIDIM_ENDPOINT='https://staging.openveda.cloud/api/multidim/WebMercatorQuad/tilejson.json'

MAPBOX_STYLE_URL='mapbox://styles/covid-nasa/ckb01h6f10bn81iqg98ne0i2y'
Expand Down
78 changes: 78 additions & 0 deletions datasets/nighttime-flare.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
id: nighttime-flare
name: 'Nighttime Combustion Dataset from NASA’s Black Marble Product Suite'
description: "Detections of combustion (fires and gas flaring) using anomalous thermal and light emission over land."

media:
src: ::file ./derecho-background.jpg
alt: Intense derecho thunderstorm as it sweeps across farmland on September 23, 2018
author:
name: Jim Reed
url: https://fineartamerica.com/featured/4-derecho-thunderstorm-jim-reed-photographyscience-photo-library.html
taxonomy:
- name: Topics
values:
- Emissions
- name: Source
values:
- UAH
layers:
- id: nighttime-flare
stacCol: nighttime-flare
stacApiEndpoint: https://dev.openveda.cloud/api/stac
rasterApiEndpoint: https://dev.openveda.cloud/api/raster
name: Nighttime Flare
type: raster
initialDatetime: newest
description: "Detections of combustion (fires and gas flaring) using anomalous thermal and light emission over land."
projection:
id: 'equirectangular'
zoomExtent:
- 5
- 20
sourceParams:
rescale:
- 0
- 1
minzoom: 0
maxzoom: 10
nodata: 0
colormap_name: "viridis"
legend:
type: categorical
stops:
- color: "#FDE724"
label: Nighttime Flare Present
info:
source: UAH
unit: Binary

- id: nighttime-flare-combined
stacCol: nighttime-flare-combined
stacApiEndpoint: https://dev.openveda.cloud/api/stac
rasterApiEndpoint: https://dev.openveda.cloud/api/raster
name: Nighttime Flare (2 Tiles)
type: raster
initialDatetime: newest
description: "Detections of combustion (fires and gas flaring) using anomalous thermal and light emission over land."
projection:
id: 'equirectangular'
zoomExtent:
- 5
- 20
sourceParams:
rescale:
- 0
- 1
nodata: 0
colormap_name: "viridis"
legend:
type: categorical
stops:
- color: "#FDE724"
label: Nighttime Flare Present
info:
source: UAH
unit: Binary

---