Skip to content

UC-CES outputs projection allignment #125

Description

@simonrolph

This needs to be applied to the outputs before transferral to shiny app:

# Load map
hard_rec <- terra::rast(paste0(ces_path, "/RP_maps/recreation_potential_CairngormNP_HR_ReducedMod.tif"))

#Project map
hard_rec_proj_agg <- hard_rec |>
 terra::project("EPSG:3857") |>
 terra::aggregate(fact = 2, fun = "mean")

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions