-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into black-belt
- Loading branch information
Showing
136 changed files
with
4,363 additions
and
1,757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# these will be requested for | ||
# review when someone opens a pull request. | ||
* @hanbyul-here @sandrahoang686 @dzole0311 @aboydnw @AliceR @snmln |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
<!-- -----------^ Click "Preview" for a functional view! --> | ||
## PR Checklists | ||
(Select the checklist that applies to your PR) | ||
|
||
## Why are you creating this Pull Request? | ||
### Adding a Dataset Overview: | ||
- [ ] Dataset is available in the production VEDA STAC | ||
- [ ] Production STAC url is referenced in the dataset overview | ||
- [ ] All metadata, including those for the E&A page, is completed in the mdx file | ||
- [ ] Any images are compressed, ideally <500 KB | ||
- [ ] At least one code owner has reviewed the PR | ||
|
||
- [Adding Datasets or Stories](?title=Content%3A%20%3Cname%3E&expand=1&template=content.md) | ||
- [Version Release](?title=Deploy%20vX.X.X&expand=1&template=version_release.md) | ||
- [Other](?expand=1&template=default.md) | ||
### Adding a Data Story: | ||
- [ ] Any data referenced in the story is already published to VEDA STAC and referenced in a separate dataset overview page (prior to merging or as part of the same PR) | ||
- [ ] All metadata is completed in the mdx file | ||
- [ ] Any images are compressed, ideally <500 KB | ||
- [ ] Published Date is as close to the actual release date as possible (work with veda-ui team to determine potential release date when story is close to ready) | ||
- [ ] At least one code owner has reviewed the PR | ||
|
||
### Updating VEDA-UI | ||
- [ ] Confirmed that [updating the `veda-ui` submodule](https://github.com/NASA-IMPACT/veda-config/blob/main/docs/DEVELOPMENT.md#development) is needed. | ||
- [ ] Ensured that the correct version of veda-ui is being used | ||
- [ ] Reviewed the veda-ui changelogs for relevant updates | ||
- [ ] Tested that the changes work as expected with the current instance configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--- | ||
id: GPM_3IMERGDF.v07 | ||
name: "GPM IMERG Daily Precipitation" | ||
description: "GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree" | ||
media: | ||
src: ::file ./gpmimergdaily.png | ||
alt: CMIP6 Near-Surface Air Temperature Screenshot | ||
author: | ||
name: NASA | ||
url: | ||
taxonomy: | ||
- name: Topics | ||
values: | ||
- Climate | ||
layers: | ||
- id: GPM_3IMERGDF.v07 | ||
type: cmr | ||
stacCol: GPM_3IMERGDF | ||
tileApiEndpoint: "https://dev-titiler-cmr.delta-backend.com/WebMercatorQuad/tilejson.json" | ||
name: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree | ||
description: "GPM Level 3 IMERG Final Daily 10 x 10 km (GPM_3IMERGDF) accumulated precipitation" | ||
time_density: day | ||
zoomExtent: | ||
- 0 | ||
- 20 | ||
sourceParams: | ||
tile_scale: 3 | ||
resampling: bilinear | ||
variable: precipitation | ||
colormap_name: gnbu | ||
rescale: | ||
- 0 | ||
- 46 | ||
maxzoom: 12 | ||
concept_id: C2723754864-GES_DISC | ||
backend: xarray | ||
legend: | ||
unit: | ||
label: | ||
type: gradient | ||
min: "0 mm/hr" | ||
max: "46 mm/hr" | ||
stops: | ||
[ | ||
"#f7fcf0", | ||
"#e6f5e1", | ||
"#d7efd1", | ||
"#c5e8c2", | ||
"#abdeb6", | ||
"#8bd2bf", | ||
"#6bc3c9", | ||
"#4bafd1", | ||
"#3193c2", | ||
"#1878b4", | ||
"#085da0", | ||
"#084081", | ||
] | ||
--- | ||
|
||
<Block> | ||
<Prose> | ||
# GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 (GPM_3IMERGDF) | ||
|
||
## Dataset Description | ||
|
||
This dataset is the GPM Level 3 IMERG _Final_ Daily 10 x 10 km (GPM_3IMERGDF) derived from the half-hourly GPM_3IMERGHH. The derived result represents the Final estimate of the daily mean precipitation rate in mm/day. The dataset is produced by first computing the mean precipitation rate in (mm/hour) in every grid cell, and then multiplying the result by 24. | ||
|
||
Source: [https://disc.gsfc.nasa.gov/datasets/GPM_3IMERGDF_07/summary](https://disc.gsfc.nasa.gov/datasets/GPM_3IMERGDF_07/summary) | ||
|
||
## Data Source | ||
|
||
The files represented are NetCDF files in GES DISC's Earthdata Cloud bucket and discovered and tiled via a dynamic tiling service using CMR. | ||
|
||
</Prose> | ||
</Block> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.