Skip to content

Commit

Permalink
merging develop & layer descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanweiler92 committed Aug 1, 2023
2 parents a4b5d05 + 45e199b commit 3367677
Show file tree
Hide file tree
Showing 46 changed files with 11,191 additions and 6,445 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

name: CI
name: CI-CD

on: [push]

jobs:

build:
runs-on: ${{matrix.os}}
name: ${{matrix.os}}, Node ${{matrix.node}}
Expand Down Expand Up @@ -50,5 +48,3 @@ jobs:
npx playwright install firefox &
sleep 10
npx playwright test --project=firefox --reporter=list
23 changes: 0 additions & 23 deletions .github/workflows/layer-pr-template.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/playwright.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.16.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN dnf install -y epel-release && \
xz
RUN mkdir -p /usr/local/nvm
ENV NVM_DIR=/usr/local/nvm
ENV NODE_VERSION=18.16.0
ENV NODE_VERSION=18.16.1
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && \
. "$NVM_DIR/nvm.sh" && \
nvm install v${NODE_VERSION} && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
NOTICE: There is no imagery for the period between 2022 OCT 11 and 2023 APR 25.

The MODIS (Terra and Aqua) Combined Value-Added Aerosol Optical Depth layer is a value-added layer based on MODIS Level 2 aerosol products. The layer can give a quick, synoptic view of the level of aerosol in the atmosphere. MODIS Aerosol Optical Depth (or Aerosol Optical Thickness) layer indicates the level at which particles in the air (aerosols) prevent light from traveling through the atmosphere. Aerosols absorb and scatter incoming sunlight, which reduces visibility and increases the optical depth. An optical depth of less than 0.1 indicates a clear sky with maximum visibility, and a value of 1 indicates the presence of aerosols so dense that people would have difficulty seeing the Sun. Aerosols have an effect on human health, weather and the climate. Sources of aerosols include pollution from factories, smoke from fires, dust from dust storms, sea salts, and volcanic ash and smog. Aerosols compromise human health when inhaled by people with asthma or other respiratory illnesses. Aerosols also have an affect on the weather and climate by cooling or warming the Earth, helping or preventing clouds from forming.

This level 3 gridded product is designed for quantitative applications including aerosol data assimilation and model validation. This layer is useful for aerosol forecasting communities such as the United States Navy Fleet Numerical Meteorology and Oceanography Center (FNMOC), National Oceanic and Atmospheric Administration (NOAA), European Centre for Medium-Range Weather Forecasts (ECMWF), National Aeronautics and Space Administration (NASA) Global Modeling Assimilation Office (GMAO), University research groups and support for field/aircraft campaigns.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The IMERG Precipitation Rate layer displays rain rate and snow rate in millimeters per hour (mm/hr). It is estimated by the Integrated Multi-satellitE Retrievals for Global Precipitation Measurement (GPM) (IMERG) algorithm. The IMERG algorithm uses passive-microwave data from the GPM constellation of satellites and also infrared data from geosynchronous satellites. IMERG “morphs” observations to earlier or later times using wind obtained from weather-model analyses. The output field has 0.1 x 0.1 degree latitude-longitude resolution (approximately 11 by 11 km at the Equator). The grid covers the globe, although precipitation cannot always be estimated near the Poles. Within hours of observations being collected, the NASA Precipitation Processing System (PPS) provides Early IMERG estimates, while the higher-quality Final IMERG estimates are produced approximately 4 months later, once calibration datasets become available such as monthly rain-gauge analyses. The imagery viewed in Worldview and the Global Imagery Browse Services (GIBS) is a 2 km, custom daily imagery product generated by PPS from 30-minute Early IMERG (GPM_3IMERGHHE) and Final IMERG (GPM_3IMERGHH) data products.

References: GPM_3IMERGHHE [doi:10.5067/GPM/IMERG/3B-HH-E/06](https://doi.org/10.5067/GPM/IMERG/3B-HH-E/06) and GPM_3IMERGHH [doi:10.5067/GPM/IMERG/3B-HH/06](https://doi.org/10.5067/GPM/IMERG/3B-HH/06). Please note that, while the above half hourly data references are used by PPS as a basis to generate the daily IMERG imagery viewed in Worldview/GIBS, there is not a specific data product that directly corresponds to this daily imagery.
References: GPM_3IMERGHHE [doi:10.5067/GPM/IMERG/3B-HH-E/06](https://doi.org/10.5067/GPM/IMERG/3B-HH-E/06) and GPM_3IMERGHH [doi:10.5067/GPM/IMERG/3B-HH/07](https://doi.org/10.5067/GPM/IMERG/3B-HH/07). Please note that, while the above half hourly data references are used by PPS as a basis to generate the daily IMERG imagery viewed in Worldview/GIBS, there is not a specific data product that directly corresponds to this daily imagery.
4 changes: 2 additions & 2 deletions doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The following scripts are available for working with Docker images and containers.

- `npm run docker:image` - Create the Docker image. Also run this script to update the image when the Dockerfile changes.
- `npm run docker:reimage` - Create the Docker image from scratch.
- `npm run docker:build` - Create the Docker image. Also run this script to update the image when the Dockerfile changes.
- `npm run docker:rebuild` - Create the Docker image from scratch.
- `npm run docker:start` - Start the Docker container. Once the application is built, it can be found at http://localhost:3128
- `npm run docker:stop` - Stop the Docker container
- `npm run docker:restart` - Restart the Docker container
Expand Down
Loading

0 comments on commit 3367677

Please sign in to comment.