Skip to content

Commit

Permalink
Use higher resolution tiles for MiCASA (#630)
Browse files Browse the repository at this point in the history
As discussed in

- Closes US-GHG-Center/ghgc-architecture#220

This PR increases the rendered tile resolution on MiCASA layers by a
factor 3 to lead to crispier data representation even when zoomed out.

This means that more data gets transferred to users. In some samples I
tried, this was about 5x larger PNG files (despite 9x more pixels,
possibly the difference is smaller due to additional compression during
transfer).
  • Loading branch information
j08lue authored Oct 23, 2024
2 parents b5c1ef9 + 8de96c2 commit cc6c6e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions datasets/micasa-carbonflux-daygrid-v1.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ layers:
rescale:
- 0
- 8
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-npp-m
Expand Down Expand Up @@ -111,6 +112,7 @@ layers:
rescale:
- 0
- 8
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-npp
Expand Down Expand Up @@ -163,6 +165,7 @@ layers:
rescale:
- 0
- 8
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-hr-m
Expand Down Expand Up @@ -215,6 +218,7 @@ layers:
rescale:
- 0
- 8
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-hr
Expand Down Expand Up @@ -267,6 +271,7 @@ layers:
rescale:
- -4
- 4
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-nee-m
Expand Down Expand Up @@ -317,6 +322,7 @@ layers:
rescale:
- -4
- 4
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-nee
Expand Down Expand Up @@ -367,6 +373,7 @@ layers:
rescale:
- -4
- 4
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-nbe-m
Expand Down Expand Up @@ -417,6 +424,7 @@ layers:
rescale:
- -4
- 4
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-nbe
Expand Down Expand Up @@ -467,6 +475,7 @@ layers:
rescale:
- 0
- 8
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-fe-m
Expand Down Expand Up @@ -519,6 +528,7 @@ layers:
rescale:
- 0
- 8
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-fe
Expand Down Expand Up @@ -571,6 +581,7 @@ layers:
rescale:
- 0
- 0.5
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-fuel-m
Expand Down Expand Up @@ -621,6 +632,7 @@ layers:
rescale:
- 0
- 0.5
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-flux-fuel
Expand Down Expand Up @@ -671,6 +683,7 @@ layers:
rescale:
- 0
- 8
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-atmc-m
Expand Down Expand Up @@ -721,6 +734,7 @@ layers:
rescale:
- 0
- 8
tile_scale: 3
compare:
datasetId: micasa-carbonflux-grid-v1
layerId: micasa-co2-atmc
Expand Down

0 comments on commit cc6c6e7

Please sign in to comment.