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

Migration from Raster to terra packages #29

Open
Schuch666 opened this issue Apr 5, 2023 · 2 comments
Open

Migration from Raster to terra packages #29

Schuch666 opened this issue Apr 5, 2023 · 2 comments
Assignees

Comments

@Schuch666
Copy link
Collaborator

Most of the functions of EmissV imports from raster, the "next step" to a more stable and up-to date package is to replace raster to terra:

https://r-spatial.org/r/2022/04/12/evolution.html
and
https://r-spatial.org/r/2022/12/14/evolution2.html

@Schuch666 Schuch666 self-assigned this Oct 17, 2024
@Schuch666
Copy link
Collaborator Author

The raster package are stable and functional https://github.com/rspatial/raster/blob/master/NEWS with minimal maintenance to work using libraries from terra package

@Schuch666
Copy link
Collaborator Author

Schuch666 commented Jan 30, 2025

All the raster dependencies in the package EmissV functions:

  • gridInfo() -> read WRF-Chem grid information
  • read() -> read emissions from netcdf inventory
  • rasterSource() -> calculate area souce
  • areaSource() -> calculate area souce
  • lineSource() -> calculate area souce
  • pointSourve() -> calculate area souce
  • emission() -> calculate emissions for the WRF-Chem model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant