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

fix: updating story to use direct map config #2685

Merged
merged 264 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
Show all changes
264 commits
Select commit Hold shift + click to select a range
67d26a9
fix: handle ol_uid's properly
spectrachrome Nov 21, 2023
cfb6003
fix: a number of linter errors
spectrachrome Nov 21, 2023
326717f
chore: enable minesweeper only if given query parameter
spectrachrome Nov 23, 2023
33e9c0b
feat: add minesweeper dialog
spectrachrome Nov 24, 2023
3dd289d
chore: bit more complex minesweeper options definition
spectrachrome Nov 24, 2023
db4193a
fix: allow rudimentary positioning
spectrachrome Nov 24, 2023
180b02b
chore: pass minesweeper options down
spectrachrome Nov 24, 2023
6fdc101
chore: yeet origin coords, add size temporarily
spectrachrome Nov 24, 2023
7ce944f
chore: few optimizations
spectrachrome Nov 24, 2023
1b7c157
test: resolution
spectrachrome Nov 29, 2023
0d56978
Merge branch 'staging' into ideas_minesweeper
lubojr Nov 29, 2023
8b9564a
changes to how raster data is fetched
lubojr Nov 29, 2023
5d5f0d1
fix: adjust size and bbox
spectrachrome Dec 6, 2023
0e7fd60
fix: flip data vertically
spectrachrome Dec 6, 2023
cd8d57c
chore: use two lines for readability
spectrachrome Dec 6, 2023
def5541
fix: board aspect ratio by taking hexagon geometry into account
spectrachrome Dec 6, 2023
eec8a5d
fix: transparency
spectrachrome Dec 7, 2023
ae96096
fix: set hexagon scaling correction to 120%
spectrachrome Dec 11, 2023
b4981c6
feat: start building new minesweeper modals and their stats
spectrachrome Dec 14, 2023
65cb7ae
refactor: use new minesweeper modal component to reduce bloating of m…
spectrachrome Dec 14, 2023
0ae2d2f
feat: enable setting flags on cells using right-click
spectrachrome Dec 14, 2023
e92222e
chore: add reveal-all method and fix linter errors
spectrachrome Dec 20, 2023
8fb9b64
chore: add game modes, modify text and run linter auto-fix
spectrachrome Dec 20, 2023
305943b
feat: centralize board and rendering states in new `Minesweeper` clas…
spectrachrome Dec 20, 2023
3576086
chore: update to new minesweeper class, add reveal button and fix lin…
spectrachrome Dec 20, 2023
cf5b882
feat: implement simple game flow event handlers
spectrachrome Jan 8, 2024
2383557
feat: push current half-working state
spectrachrome Jan 9, 2024
1e4169a
chore: disable minesweeper query parameter
spectrachrome Jan 9, 2024
d24beea
fix: remove second query param check
spectrachrome Jan 9, 2024
3666143
fix: broken game over modal and remove v-model prop warning
spectrachrome Jan 9, 2024
4b21969
Merge branch 'staging' into ideas_minesweeper
lubojr Jan 10, 2024
7c67037
feat: add mine counter
spectrachrome Jan 11, 2024
784d98f
fix: make sure modal actually shows
spectrachrome Jan 11, 2024
1d0f559
feat: implement working stats for gameover state
spectrachrome Jan 11, 2024
222f437
feat: add win mode and pass in elapsed seconds as a prop
spectrachrome Jan 15, 2024
8299c64
feat: add game flow methods
spectrachrome Jan 15, 2024
ee7be0e
feat: complete game flow event handling, implement timer
spectrachrome Jan 15, 2024
e7ac8f7
fix: re-add lost revealAllTiles method and remove console bloat
spectrachrome Jan 15, 2024
fb67488
fix: update winning text
spectrachrome Jan 15, 2024
5ef67ff
fix: linter errors and remove duplicate reveal function
spectrachrome Jan 16, 2024
133ce5e
fix: include flags in completion indicator
spectrachrome Jan 16, 2024
d30cfc3
fix: mine flags
spectrachrome Jan 16, 2024
1652b68
feat: enable copying stats if the user has won the game
spectrachrome Jan 16, 2024
9d422d4
chore: integrate IND2 as cog rendering
lubojr Jan 19, 2024
1172627
Merge pull request #2450 from eurodatacube/ideas_updates_2024_01_10
lubojr Jan 19, 2024
b5f1075
feat: also provide stats copy-button when the game is lost
spectrachrome Jan 19, 2024
0efba1b
chore: various changes and lint
lubojr Jan 19, 2024
589383c
feat: work with multiple locations, for now static
lubojr Jan 19, 2024
22e39e5
fix: game size better computed now
lubojr Jan 22, 2024
716c905
fix: manually compute window because bbox is buggy
lubojr Jan 22, 2024
17099de
feat: various fixes
lubojr Jan 23, 2024
3200a77
feat: adding Locations change functionality
lubojr Jan 23, 2024
0c6574d
chore: update package-lock
lubojr Jan 23, 2024
18ab97f
fix: refactor event handling on map click
lubojr Jan 24, 2024
4f98e21
Merge pull request #2452 from eurodatacube/ideas_minesweeper_wildlife…
lubojr Jan 24, 2024
a35daf8
feat: integrate osmtogeojson
lubojr Jan 24, 2024
fb6a2e3
chore: visualize HOPI
lubojr Jan 24, 2024
9fb4b8f
Merge pull request #2451 from eurodatacube/ideas_minesweeper
lubojr Jan 24, 2024
bfef668
fix: update power inframap sprite url
lubojr Jan 25, 2024
2614c61
fix: filters for indicator 1
lubojr Jan 25, 2024
2f4508e
chore: dissolve layers ind1 and ind4 as overlays
lubojr Feb 14, 2024
94532e2
feat: implement CustomAlert on timeout 15s
lubojr Feb 15, 2024
408b897
chore: redo legendUrl and update LayerControl
lubojr Feb 15, 2024
4f93a68
fix: previous commit
lubojr Feb 15, 2024
a374776
fix: minor bugfix
lubojr Feb 16, 2024
93e99d2
feat: implement various enhancements for I4
lubojr Feb 16, 2024
d15720b
fix: display features.legendUrl for I4
lubojr Feb 16, 2024
49459d2
chore: refactor overpass api fetch
lubojr Feb 19, 2024
8e789d8
chore: minor updates
lubojr Feb 19, 2024
2eb2249
feat: implement custom features parameters
lubojr Feb 19, 2024
f67b59e
fix: dissolved wildlife layer nodata transparent
lubojr Feb 23, 2024
1ea1492
chore: create configs for auxiliary data for ideas_i4 (#2496)
lubojr Feb 27, 2024
c5e1195
chore: add GHS built up area 2020
lubojr Mar 4, 2024
923235a
add two other builtup area layers
lubojr Mar 5, 2024
78238d7
chore: add two osm tags and update color mapping
lubojr Mar 7, 2024
ea19135
chore: add 'content' tag to OSM allowed props
lubojr Mar 13, 2024
39630d2
chore: add legend to GHSPopulation
lubojr Mar 20, 2024
e602b3c
feat: implement world bounds from which smaller bboxes can be chosen …
spectrachrome Apr 15, 2024
b360500
feat: implement randomization algorithm
spectrachrome Apr 15, 2024
a875e77
chore: update formatting of worldBounds
spectrachrome Apr 16, 2024
f8c5e33
feat: add a prng so that we can have repeatable bbox generations
spectrachrome Apr 16, 2024
092d70e
doc: update jsdoc of `cyrb128` function
spectrachrome Apr 16, 2024
eed6213
chore: add config for indicator3
lubojr Apr 16, 2024
ffad9eb
fix: a lot of linter errors
spectrachrome Apr 17, 2024
b98a6d3
chore: features config working together with cog source
lubojr Apr 17, 2024
f406f77
chore: remove worldBounds and add configurable horizontal extents for…
spectrachrome Apr 17, 2024
5422dab
feat: use new randomizer to set the bounding box
spectrachrome Apr 17, 2024
0aaca5c
fix: linter error by actually exporting new randomizer fn
spectrachrome Apr 17, 2024
91e98e9
update of IND1_1
UndeadFairy Apr 17, 2024
ede35f1
Update IND2_1
UndeadFairy Apr 17, 2024
ee65054
add IND3_1
UndeadFairy Apr 17, 2024
b97fa7b
feat: pass randomly generated bounding box into minesweeper code
spectrachrome Apr 18, 2024
b292749
fix: shrink all of the horizontal extents so they fit into the define…
spectrachrome Apr 18, 2024
1e09f37
chore: update ideas i3 aux data
lubojr Apr 18, 2024
ea6557d
Merge remote-tracking branch 'origin/ideas_i4' into ideas_i4_release_…
lubojr Apr 18, 2024
93e0584
feat: use the new crop bbox also as a constraint for the hex board it…
spectrachrome Apr 18, 2024
f7672d3
feat: integrate new ind1 data
lubojr Apr 18, 2024
cbce4db
feat: add data for wildlife plant and animal species
spectrachrome Apr 19, 2024
a22907f
chore: rename species index
spectrachrome Apr 19, 2024
ce689b6
feat: show discovered species in dialog and copy text
spectrachrome Apr 19, 2024
b8fd533
feat: add logic to extrapolate present species for a given minesweepe…
spectrachrome Apr 19, 2024
fe77ce8
Merge pull request #2552 from eurodatacube/ideas_i4_release_2024_05
lubojr Apr 22, 2024
1eea9f6
chore: only display common name if it is not unknown, put in parens i…
spectrachrome Apr 22, 2024
2e33a6d
fix: linting
spectrachrome Apr 22, 2024
dbf1442
fix: shorten lines
spectrachrome Apr 22, 2024
b3f4b62
chore: make species list reusable
spectrachrome Apr 22, 2024
b46ba4f
chore: make species list completely modular
spectrachrome Apr 22, 2024
b380123
chore: revert to pevious `winMinesweep` method since the species code…
spectrachrome Apr 22, 2024
63ef3d1
fix: enable drawing buttons for `IND2_1`
spectrachrome Apr 22, 2024
743ba55
feat: add species enumeration for selected areas
spectrachrome Apr 22, 2024
73cba40
Merge pull request #2549 from eurodatacube/ideas__random_minesweeper_…
lubojr Apr 23, 2024
6073ea8
Merge branch 'ideas_i4' into ideas__wildlife_species_info
spectrachrome Apr 23, 2024
e9313d4
fix: comparison of webgl layers
lubojr Apr 23, 2024
f953ab4
chore: move index json to bucket
lubojr Apr 23, 2024
3adbe87
Merge branch 'ideas_i4' into ideas__wildlife_species_info
lubojr Apr 23, 2024
07dcdd6
chore: update config to use EU-wide dataset
lubojr Apr 23, 2024
14c8996
fix: comparison of webgl layer works now
lubojr Apr 23, 2024
c0c6fce
chore: minor fix
lubojr Apr 23, 2024
8501a38
chore: lint
lubojr Apr 24, 2024
6a6158e
feat: aggregrate species with same index to prevent multiples and dis…
spectrachrome Apr 24, 2024
d5f14bc
chore: fix linter errors
spectrachrome Apr 24, 2024
4e9608c
feat: enable species extraction also for lost games both in-dialog an…
spectrachrome Apr 24, 2024
e6a9701
refactor: remove old confusing minesweeper variable
spectrachrome Apr 24, 2024
e3a8752
fix: move discovered species into DataPanel so they are visible witho…
spectrachrome Apr 24, 2024
f7e1de6
style: reduce spacing between species items
spectrachrome Apr 24, 2024
9d6f62a
feat: expose covered mine count as a getter and display remaining min…
spectrachrome Apr 25, 2024
603fbac
Update IND3_1.md
UndeadFairy Apr 25, 2024
71178e3
chore: add mine and flag counts, improve counting mechanism
spectrachrome Apr 25, 2024
7919262
fix: implement counter properly so that it does not allow cheating
spectrachrome Apr 25, 2024
3efa4aa
chore: add `@turf/turf` and `@turf/intersect` dependencies for inters…
spectrachrome Apr 25, 2024
14fff3d
chore: update dependencies
spectrachrome Apr 26, 2024
ba3afc6
chore: update package lock
spectrachrome Apr 26, 2024
5696337
feat: define method for detecting intersections between europe geojso…
spectrachrome Apr 26, 2024
ff60731
chore: regenerate seed and bounding box iteratively if no intersectio…
spectrachrome Apr 26, 2024
8b195b0
chore: add geojson with countries that belong to wildlife dataset
spectrachrome Apr 26, 2024
a2d6e80
fix: linter errors
spectrachrome Apr 26, 2024
ee4b0bd
chore: remove console logs
spectrachrome Apr 26, 2024
b101b17
chore: slightly refactor specieslist
lubojr Apr 26, 2024
23905f6
fix: relative path for testing deployments
lubojr Apr 26, 2024
21ed151
chore: adjust the welcome message to give intro to game
lubojr Apr 26, 2024
d54a31f
Merge pull request #2551 from eurodatacube/ideas__wildlife_species_info
lubojr Apr 26, 2024
8b3dfb1
feat: configure new HULK endpoint
lubojr May 29, 2024
65e965c
chore: hide species info box in sidebar if minesweeper is configured
spectrachrome Jun 10, 2024
85f6f41
chore: hide "reveal all" button behind debug flag as a query parameter
spectrachrome Jun 10, 2024
c933353
chore: remove location dropdown for now
spectrachrome Jun 10, 2024
924a86a
chore: move "copy to clipboard" button to bottom of dialog
spectrachrome Jun 10, 2024
f7cf1bf
chore: sort species by descending count and limit to 5 results
spectrachrome Jun 10, 2024
f9523d2
fix: copy-to-clipboard species by moving species sorting into mineswe…
spectrachrome Jun 10, 2024
126e93e
wip: change mine icon to a flower emoji and get started with revealin…
spectrachrome Jun 10, 2024
7d1e106
style: implement requested field colors
spectrachrome Jun 11, 2024
050e589
feat: update minesweeper to use corine and esa landcover layers
lubojr Jun 11, 2024
ac4f205
chore: minor update of intro text
lubojr Jun 11, 2024
22e5902
chore: minor brush up on the initial popup in minesweeper
lubojr Jun 11, 2024
da3b1ef
fix: NaN poisoning and simplify color interpolation; reveal board whe…
spectrachrome Jun 12, 2024
395fefd
feat: enable easy restarting with a new-game button
spectrachrome Jun 17, 2024
2ff0c3e
fix: change "new game" to "restart game" and make sure it always rend…
spectrachrome Jun 18, 2024
c5278bb
fix: linter errors
spectrachrome Jun 18, 2024
1040400
chore: zoom to location bbox
lubojr Jun 18, 2024
4d6aaa3
Merge pull request #2595 from eurodatacube/ideas_minesweep_additions_…
lubojr Jun 18, 2024
1a92716
update style
lubojr Jun 25, 2024
5ccdda4
fix: update ind4 image and show selected value in wmsVariables dropdown
lubojr Jun 26, 2024
f1c8465
Merge branch 'ideas_i4' into ideas_i4_updates
lubojr Jul 3, 2024
7b4479e
fix: broken NaN checker
spectrachrome Jul 3, 2024
677e9f1
feat: integrate species images
spectrachrome Jul 3, 2024
9baa4d5
style: transform species name to uppercase
spectrachrome Jul 4, 2024
89acc6f
feat: add new area statistics component
spectrachrome Jul 9, 2024
7334789
chore: replace species index with S3 version
spectrachrome Jul 9, 2024
56ba883
fix: add missing s3 link
spectrachrome Jul 9, 2024
a6b71e3
minor update of text
lubojr Jul 9, 2024
99c48cc
chore: add mock scenarios
spectrachrome Jul 11, 2024
45f37e1
chore: adapt indicator 4
lubojr Jul 11, 2024
71a9d48
Merge pull request #2596 from eurodatacube/ideas_i4_updates
lubojr Jul 11, 2024
1b12674
fix: chart rendering
spectrachrome Jul 15, 2024
9a936a3
feat: add question mark placeholders
spectrachrome Jul 15, 2024
78045f8
Merge branch 'ideas_improvements_3_7_24' of github.com:eurodatacube/e…
spectrachrome Jul 15, 2024
15f9cf4
Merge pull request #2629 from eurodatacube/ideas_improvements_3_7_24
lubojr Jul 15, 2024
8e97e76
fix: switch descriptions of confidence and storm_surge
lubojr Jul 17, 2024
d28b5de
update species index file
lubojr Jul 17, 2024
7c9e3cf
chore: push latest state with styles
spectrachrome Jul 17, 2024
461ceca
fix: and simplify aggregation, add loading indicator
spectrachrome Jul 22, 2024
00b0f14
fix: preselection
spectrachrome Jul 22, 2024
9368aee
feat: implement user hint
spectrachrome Jul 22, 2024
6674cfa
fix: use narrower design on smaller screens
spectrachrome Jul 22, 2024
72883b2
Merge branch 'ideas_i4' into ideas_area_statistics_2608
spectrachrome Jul 22, 2024
fa1d233
feat: rework layout on smaller screens; adjust to new variable names …
spectrachrome Jul 22, 2024
100ecc7
chore: fix linter errors
spectrachrome Jul 22, 2024
2179763
chore: remove temp files
spectrachrome Jul 22, 2024
cffbe3c
chore: remove comment
spectrachrome Jul 22, 2024
a71473a
Update IND1_1.md
UndeadFairy Jul 22, 2024
a1769ac
Merge pull request #2640 from eurodatacube/update_IND1_1
lubojr Jul 22, 2024
d55c91e
feat: integrate minesweeper for ind2
lubojr Jul 22, 2024
e8026e7
fix: unify bbox for minesweeps
lubojr Jul 22, 2024
2031c91
update version
UndeadFairy Jul 23, 2024
5f22024
fix: minesweeper options reset instead of selectedLocationIndex
lubojr Jul 23, 2024
af050c0
fix: OSM features shown again
lubojr Jul 23, 2024
22a07f5
chore: remove blue boxes in legend
spectrachrome Jul 23, 2024
9092170
feat: rework state display, integrate promise handling
spectrachrome Jul 23, 2024
20d13f2
fix: finally get aggregation working again; properly use pre-set vari…
spectrachrome Jul 24, 2024
c4172ab
fix: push working chart rendering with aggregation (almost done)
spectrachrome Jul 24, 2024
b58d03c
Merge branch 'ideas_i4' into ideas_area_statistics_2608
lubojr Jul 29, 2024
3666a97
feat: almost finalizing integration of statistics charts for indicator 4
lubojr Jul 29, 2024
7a79407
feat: implement species conservation status for minesweeper stats
spectrachrome Jul 29, 2024
ebcaa26
chore: add hint label
lubojr Jul 29, 2024
f4b93c2
Merge pull request #2636 from eurodatacube/ideas_area_statistics_2608
lubojr Jul 29, 2024
d84d837
chore: lint
lubojr Jul 29, 2024
51c0588
Merge branch 'ideas_i4' into ideas_wildlife_endangered_species_iucn
lubojr Jul 29, 2024
c59b6a9
Merge pull request #2648 from eurodatacube/ideas_wildlife_endangered_…
lubojr Jul 29, 2024
accb848
feat: change baselayer for HOUHPI minesweeper to days exceeding who …
lubojr Jul 29, 2024
ff9437e
fix: enableCustomAreaStatistics
lubojr Jul 29, 2024
11cb463
fix: reordering logic and map export state for custom area data (#2656)
santilland Aug 14, 2024
068d648
Adaptations of ideas deployment (#2659)
lubojr Aug 29, 2024
a637c52
update image icons for game indicators
lubojr Aug 29, 2024
1bc67ed
fix: double format caps/lowercase
lubojr Sep 3, 2024
653b043
Merging of new vector filter capabilities (#2663)
santilland Sep 6, 2024
57e969a
Stories july (#2653)
aapopescu Sep 11, 2024
162fa8a
first set of updates for ideas indicators
lubojr Sep 13, 2024
e977a42
fix: several ideas fixes
lubojr Sep 15, 2024
a53419e
chore: bump package versions
lubojr Sep 15, 2024
2e45772
feat: add automatic opening of analysis panel
lubojr Sep 15, 2024
d0d4f9e
Merge pull request #2667 from eurodatacube/update-packages-2024-09
lubojr Sep 16, 2024
8cac619
merge staging into ideas_i4
lubojr Sep 16, 2024
43778cf
fix: cleanupand merge conflict resolution
lubojr Sep 16, 2024
cc957c3
fix: multiple fixes
lubojr Sep 16, 2024
07420b5
fix: styling and display fixes after merge
lubojr Sep 16, 2024
8265bf7
feat: remote GTIF brand check from DataPanel
lubojr Sep 16, 2024
96da407
fix: minor config fixes
lubojr Sep 17, 2024
e81c54d
fix: review ideas merge into staging
lubojr Sep 17, 2024
69c0c07
fix: syntax
lubojr Sep 17, 2024
4eeba8d
chore: lint
lubojr Sep 17, 2024
32daa65
Merge pull request #2671 from eurodatacube/ideas_staging_merge_remove…
lubojr Sep 17, 2024
6c27b2f
Merge remote-tracking branch 'origin/staging' into ideas_staging_merge
lubojr Sep 17, 2024
91fae96
fix: styling issues, separate into catalogs
lubojr Sep 17, 2024
cce2d01
Merge pull request #2672 from eurodatacube/ideas_staging_merge
lubojr Sep 17, 2024
656d177
fix: regression
lubojr Sep 10, 2024
d4381c7
Update eodashMarkdown_EXTREME_SST.md
aapopescu Sep 18, 2024
c773be3
fix: href links to images, remove ?catalog queru from dashboard link
lubojr Sep 18, 2024
fea0fba
Merge pull request #2673 from eurodatacube/update-stories-sept-2024
lubojr Sep 18, 2024
a06afce
Update eodashMarkdown_EXTREME__TEMPERATURES_2.md (#2675)
aapopescu Sep 19, 2024
2ce9197
update wind layer to a global one
lubojr Sep 24, 2024
05d2c7f
update storytelling to 1.1.0
lubojr Sep 24, 2024
ffc20e9
fix: override SLSTR1 dateformat function
lubojr Sep 24, 2024
a4dc918
Merge branch 'master' into staging
lubojr Sep 24, 2024
8f221ac
feat: add ideas 5 indicator
lubojr Sep 25, 2024
1a1cfc6
fix: legend
lubojr Sep 25, 2024
5bf2645
fix: format for SLSTR1
lubojr Sep 27, 2024
7761a26
chore: minor update of step for ind5
lubojr Sep 27, 2024
0051b30
fix: WSF
lubojr Sep 30, 2024
90786b7
Final story review (#2679)
AparicioSF Sep 30, 2024
d6f1b74
chore: fixed map config issues in story
santilland Oct 1, 2024
50ca364
Merge branch 'master' of github.com:eurodatacube/eodash into staging
santilland Oct 1, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ At COP26, 100 countries endorsed the "Glasgow Leaders’s Declaration on Forests
##
<figcaption>Animation: Above ground biomass 2020. ESA (Data source: CCI Biomass project) While deforestation refers to the entire removal of forest, degradation means that the forest still exists but with reduced functions</figcaption>

## <!--{as="eox-map" id="palsar" mode="tour" layers='[{"type":"STAC","url":"https://eurodatacube.github.io/eodash-catalog/trilateral/FNF_Palsar/FNF_Palsar/FNF_Palsar/2020/2020.json","displayWebMapLink":true,"displayFootprint":false,"properties":{"id":"Palsar"}},{"type":"Tile","properties":{"id":"cloudless"},"source":{"type":"XYZ","url":"https://s2maps-tiles.eu/wmts?layer=s2cloudless-2022_3857&style=default&tilematrixset=GoogleMapsCompatible&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix={z}&TileCol={x}&TileRow={y}"}}]'}-->
## <!--{as="eox-map" id="palsar" mode="tour" layers='[{"type":"Tile","properties":{"id":"PALSAR-2/PALSAR Forest/Non-Forest Map"},"source":{"type":"WMTS","urls":["https://ogcpreview1.restecmap.com/examind/api/WS/wmts/JAXA_WMTS_Preview?"],"layer":"FNF-PALSAR2-World-2020-Yearly","format":"image/png","matrixSet":"12d1db38-9354-4569-bbb4-efef0359fa54","tileGrid":{"resolutions":[156543.03392804097,78271.51696402048,39135.75848201024,19567.87924100512,9783.93962050256,4891.96981025128,2445.98490512564,1222.99245256282,611.49622628141,305.748113140705,152.8740565703525,76.43702828517625,38.21851414258813,19.109257071294063],"projection":"EPSG:3857","matrixIds":["156543d03392804097x-20,037,508d343x18,807,214d097","78271d51696402048x-20,037,508d343x18,807,214d097","39135d75848201024x-20,037,508d343x18,807,214d097","19567d87924100512x-20,037,508d343x18,807,214d097","9783d93962050256x-20,037,508d343x18,807,214d097","4891d96981025128x-20,037,508d343x18,807,214d097","2445d98490512564x-20,037,508d343x18,807,214d097","1222d99245256282x-20,037,508d343x18,807,214d097","611d49622628141x-20,037,508d343x18,807,214d097","305d748113140705x-20,037,508d343x18,807,214d097","152d8740565703525x-20,037,508d343x18,807,214d097","76d43702828517625x-20,037,508d343x18,807,214d097","38d21851414258813x-20,037,508d343x18,807,214d097","19d109257071294063x-20,037,508d343x18,807,214d097"],"origin":[-20037508.342789244,18807214.09674771]}}},{"type":"Tile","properties":{"id":"cloudless"},"source":{"type":"XYZ","url":"https://s2maps-tiles.eu/wmts?layer=s2cloudless-2022_3857&style=default&tilematrixset=GoogleMapsCompatible&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix={z}&TileCol={x}&TileRow={y}"}}]'}-->

###

Expand Down Expand Up @@ -84,7 +84,7 @@ Less trees mean a diminished release of water vapour in the atmosphere, conseque

*Map information: NASA Evapotranspiration - LIS 10km Global DA. [View dataset](https://www.eodashboard.org/explore?search=World%3A+Evapotranspiration%2C+LIS&x=8381574.94156&y=-1001875.41714&z=2.64386&poi=World-LIS_Global_DA_Evap)*

### <!--{ layers='[{"type":"STAC","properties":{"id":"step-2"},"url":"https://eurodatacube.github.io/eodash-catalog/trilateral/RECCAP2_6_deforested_biomass/RECCAP2_6_deforested_biomass/RECCAP2_6_deforested_biomass/2018/2018-01-01T00:00:00Z.json","displayWebMapLink":true,"displayFootprint":false},{"type":"Tile","properties":{"id":"osm"},"source":{"type":"WMTSCapabilities","url":"https://tiles.maps.eox.at/wmts/1.0.0/WMTSCapabilities.xml","layer":"osm_3857"}}]' center="[-75,-5]" zoom="5" }-->
### <!--{ layers='[{"type":"Tile","properties":{"id":"RECCAP2_6_deforested_biomass-2018-01-01T00:00:00Z"},"source":{"type":"XYZ","urls":["https://reccap2.api.brockmann-consult.de/api/tiles/cop28~reccap2-9x108x139-0.0.1.zarr/deforested_biomass/{z}/{y}/{x}?crs=EPSG:3857&time=2018-01-01T00:00:00Z&vmin=0&vmax=5&cbar=YlOrRd"]}},{"type":"Tile","properties":{"id":"osm"},"source":{"type":"WMTSCapabilities","url":"https://tiles.maps.eox.at/wmts/1.0.0/WMTSCapabilities.xml","layer":"osm_3857"}}]' center="[-75,-5]" zoom="5" }-->

Savannas are generally less efficient than tropical forests at sequestering carbon dioxide from the atmosphere, and recent studies indicate that certain areas of the Amazon are now releasing more carbon dioxide than they absorb. However, there remains no definitive agreement on a tipping point leading to widespread rainforest depletion and the proliferation of savanna species (Cerrado) from the biome. Given the intricate interplay between regional land-use alterations and global climate shifts, scientists are working to gain more understanding about this potential 'point of no return' for the Amazon rainforest. The threshold has been estimated to occur when deforestation reaches 20-25%. Currently, the Amazon has already undergone approximately 17% deforestation, which highlights the urgency of conservation efforts to prevent reaching an ecological tiping point.

Expand Down Expand Up @@ -177,7 +177,7 @@ Another article also published in the same journal estimated a global decline in

### Restoration and conservation <!--{style="font-size: 4rem"}-->

## <!--{ id="restoration-conservation" as="eox-map" mode="tour" layers='[{"type":"STAC","url":"https://eurodatacube.github.io/eodash-catalog/trilateral/RECCAP2_5_SF_biomass_growth/RECCAP2_5_SF_biomass_growth/RECCAP2_5_SF_biomass_growth/2018/2018-01-01T00:00:00Z.json","displayWebMapLink":true,"displayFootprint":false,"properties":{"id":"RECCAP_biomass_growth"}},{"type":"Tile","properties":{"id":"cloudless-4"},"source":{"type":"XYZ","url":"https://s2maps-tiles.eu/wmts?layer=s2cloudless-2022_3857&style=default&tilematrixset=GoogleMapsCompatible&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix={z}&TileCol={x}&TileRow={y}"}}]' }-->
## <!--{ id="restoration-conservation" as="eox-map" mode="tour" layers='[{"type":"Tile","properties":{"id":"RECCAP2_5_SF_biomass_growth-2018-01-01T00:00:00Z"},"source":{"type":"XYZ","urls":["https://reccap2.api.brockmann-consult.de/api/tiles/cop28~reccap2-9x108x139-0.0.1.zarr/SF_biomass_growth/{z}/{y}/{x}?crs=EPSG:3857&time=2018-01-01T00:00:00Z&vmin=0&vmax=2&cbar=YlGn"]}},{"type":"Tile","properties":{"id":"cloudless-4"},"source":{"type":"XYZ","url":"https://s2maps-tiles.eu/wmts?layer=s2cloudless-2022_3857&style=default&tilematrixset=GoogleMapsCompatible&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fjpeg&TileMatrix={z}&TileCol={x}&TileRow={y}"}}]' }-->

### <!--{ center=[-74,-3] zoom="5" }-->

Expand Down
Loading