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

feat: Allow custom file names in the exposure workflow #88

Open
carlosgjs opened this issue Feb 25, 2025 · 0 comments
Open

feat: Allow custom file names in the exposure workflow #88

carlosgjs opened this issue Feb 25, 2025 · 0 comments
Assignees

Comments

@carlosgjs
Copy link
Member

The following file names are hard-coded in scripts/exposure_workflow.R:

historical_climate <- readRDS(file.path(path, "historical_climaate_data.rds"))
future_climate     <- readRDS(file.path(path, "future_climaate_data.rds"))
grid               <- readRDS(file.path(path, "grid.rds"))
primates_shp       <- readRDS(file.path(path, "primates_shapefiles.rds"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants