Skip to content

Commit

Permalink
v2.0.10 (#477)
Browse files Browse the repository at this point in the history
_The PR name should be the version to be deployed (ex: v1.0.1)_

- [x] Bump the version in the package.json or equivalent.

---

# Changelog v2.0.10

## πŸŽ‰ Features
- 

## πŸš€ Improvements
- Upgraded veda-ui to
[v5.4.1](https://github.com/NASA-IMPACT/veda-ui/releases/tag/v5.4.1)
- Added newsletter Volume 1, Issue 3 #454 
- Removed `nodata` params from datasets
- Updated ODIAC  to new version #443 
- Added NRT data to noaa explore
[Link](US-GHG-Center/custom-interfaces#42)
- Updated date source for LPJEOSIM data (direct pull from LPDAAC)
- Content changes on NOAA overview page #473 #469 
- Added an end-to-end testing suite
#420

## πŸ› Fixes
- #476
  • Loading branch information
slesaad authored Aug 6, 2024
2 parents 5a378ca + d82f87a commit b7c8d76
Show file tree
Hide file tree
Showing 41 changed files with 1,008 additions and 171 deletions.
31 changes: 29 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install
run: ./.veda/setup

test:
unit_test:
needs: prep
runs-on: ubuntu-latest

Expand All @@ -79,5 +79,32 @@ jobs:
- name: Install
run: ./.veda/setup

- name: Test
- name: Unit Test
run: yarn test

# playwright_test:
# timeout-minutes: 60
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# submodules: recursive
# - name: Use Node.js ${{ env.NODE }}
# uses: actions/setup-node@v4
# with:
# node-version: ${{ env.NODE }}
# - name: Install dependencies
# run: yarn
# - name: Install UI
# run: ./.veda/setup
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
# - name: Run Playwright tests
# run: MAPBOX_TOKEN="${{secrets.MAPBOX_TOKEN}}" yarn test:e2e
# - uses: actions/upload-artifact@v4
# if: always()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,15 @@ dist

Makefile
.hypothesis

################################################
# Playwright Test Outputs
#
# Files generated by running Playwright tests
################################################

/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/e2e/playwrightTestData.json
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 54 files
+2 βˆ’2 app/index.html
+2 βˆ’3 app/scripts/components/analysis/results/timeseries-data.ts
+64 βˆ’0 app/scripts/components/common/banner/index.tsx
+7 βˆ’7 app/scripts/components/common/blocks/block-map.tsx
+2 βˆ’1 app/scripts/components/common/blocks/lazy-components.js
+1 βˆ’1 app/scripts/components/common/blocks/scrollytelling/chapter.tsx
+3 βˆ’2 app/scripts/components/common/layout-root/index.tsx
+0 βˆ’1 app/scripts/components/common/map/controls/aoi/custom-aoi-control.tsx
+0 βˆ’1 app/scripts/components/common/map/controls/hooks/use-preset-aoi.tsx
+1 βˆ’2 app/scripts/components/common/map/controls/map-options/projections.ts
+1 βˆ’1 app/scripts/components/common/map/controls/map-options/types.ts
+2 βˆ’2 app/scripts/components/common/map/hooks/use-map-style.ts
+4 βˆ’4 app/scripts/components/common/map/hooks/use-maps.ts
+1 βˆ’2 app/scripts/components/common/map/layer-legend.tsx
+3 βˆ’3 app/scripts/components/common/map/map-component.tsx
+2 βˆ’2 app/scripts/components/common/map/maps.tsx
+0 βˆ’1 app/scripts/components/common/map/style-generators/cmr-timeseries.tsx
+1 βˆ’2 app/scripts/components/common/map/style-generators/raster-timeseries.tsx
+0 βˆ’1 app/scripts/components/common/map/style-generators/zarr-timeseries.tsx
+1 βˆ’1 app/scripts/components/common/map/styles.tsx
+5 βˆ’5 app/scripts/components/common/map/utils.ts
+2 βˆ’2 app/scripts/components/common/mapbox/index.tsx
+0 βˆ’1 app/scripts/components/common/mapbox/layers/cmr-timeseries.tsx
+13 βˆ’12 app/scripts/components/common/mapbox/layers/utils.ts
+0 βˆ’1 app/scripts/components/common/mapbox/layers/vector-timeseries.tsx
+0 βˆ’1 app/scripts/components/common/mapbox/layers/zarr-timeseries.tsx
+5 βˆ’4 app/scripts/components/common/smart-link.tsx
+10 βˆ’0 app/scripts/components/common/uswds/banner.tsx
+1 βˆ’1 app/scripts/components/datasets/s-explore/index.tsx
+1 βˆ’14 app/scripts/components/datasets/s-explore/panel-date-widget.tsx
+1 βˆ’1 app/scripts/components/exploration/components/map/layer.tsx
+2 βˆ’0 app/scripts/components/exploration/components/timeline/date-axis.tsx
+150 βˆ’4 app/scripts/components/exploration/components/timeline/timeline-controls.tsx
+175 βˆ’113 app/scripts/components/exploration/components/timeline/timeline-head.tsx
+77 βˆ’1 app/scripts/components/exploration/components/timeline/timeline.tsx
+141 βˆ’0 app/scripts/components/exploration/data-utils-no-faux-module.ts
+27 βˆ’10 app/scripts/components/exploration/data-utils.ts
+1 βˆ’2 app/scripts/components/exploration/hooks/use-stac-metadata-datasets.ts
+0 βˆ’1 app/scripts/components/exploration/index.tsx
+1 βˆ’1 app/scripts/components/exploration/types.d.ts.ts
+8 βˆ’2 app/scripts/components/home/index.tsx
+8 βˆ’9 app/scripts/context/layer-data.tsx
+4 βˆ’1 app/scripts/context/react-query.tsx
+12 βˆ’9 app/scripts/index.ts
+1 βˆ’3 app/scripts/main.tsx
+4 βˆ’0 app/scripts/styles/styles.scss
+1 βˆ’1 app/scripts/types/veda.ts
+19 βˆ’0 docs/content/CONFIGURATION.md
+6 βˆ’0 mock/veda.config.js
+3 βˆ’2 package.json
+20 βˆ’0 parcel-resolver-veda/index.d.ts
+5 βˆ’1 parcel-resolver-veda/index.js
+47 βˆ’4 postcss.config.js
+146 βˆ’23 yarn.lock
13 changes: 13 additions & 0 deletions custom-pages/learn/learn-page-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,20 @@ export const NEWSLETTER_ITEMS = sortByDateDesc([
},
description: 'Volume 1.1, March 2024',
date: '2024-03'
},
{
name: 'July 2024 - US GHG Center Newsletter',
asLink : {
url: 'https://conta.cc/4fxbpCD'
},
media: {
src: new URL('./media/news/newsletter-v1.3.jpg', import.meta.url).href,
alt: 'July 2024'
},
description: 'Volume 1.3, July 2024',
date: '2024-07'
}

])

export const NEWS_ITEMS = [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions datasets/eccodarwin-co2flux-monthgrid-v5.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ layers:
rescale:
- -0.0007
- 0.0002
nodata: nan
compare:
datasetId: eccodarwin-co2flux-monthgrid-v5
layerId: air-sea-co2
Expand All @@ -87,12 +86,11 @@ layers:
metrics:
- mean
sourceParams:
nodata: nan
dst_crs: "+proj=cea"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
temporalResolution: Monthly
unit: mmol mΒ²/s
media:
src: ::file ./eccodarwin-co2flux-monthgrid-v5.thumbnail.co2.png
Expand Down
34 changes: 0 additions & 34 deletions datasets/epa-ch4emission-yeargrid-v2express.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -138,7 +137,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -214,7 +212,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -290,7 +287,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -366,7 +362,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -442,7 +437,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -518,7 +512,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -594,7 +587,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -670,7 +662,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -746,7 +737,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -822,7 +812,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -898,7 +887,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -974,7 +962,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1050,7 +1037,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1126,7 +1112,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1202,7 +1187,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1278,7 +1262,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1354,7 +1337,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1430,7 +1412,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1506,7 +1487,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1582,7 +1562,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1658,7 +1637,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1734,7 +1712,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1810,7 +1787,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1886,7 +1862,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -1962,7 +1937,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -2038,7 +2012,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -2114,7 +2087,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -2190,7 +2162,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -2266,7 +2237,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -2342,7 +2312,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -2418,7 +2387,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -2494,7 +2462,6 @@ layers:
rescale:
- 0
- 20
# nodata: -9999
minzoom: 0
maxzoom: 5
compare:
Expand Down Expand Up @@ -2570,7 +2537,6 @@ layers:
rescale:
- 0
- 20
nodata: -9999
compare:
datasetId: epa-ch4emission-yeargrid-v2express
layerId: 1A-ferroalloy-production-other
Expand Down
Loading

0 comments on commit b7c8d76

Please sign in to comment.