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

Complete migration from raster to terra #29

Open
mpdougherty opened this issue Sep 14, 2023 · 5 comments
Open

Complete migration from raster to terra #29

mpdougherty opened this issue Sep 14, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mpdougherty
Copy link
Member

No description provided.

@mpdougherty mpdougherty added the enhancement New feature or request label Sep 14, 2023
@mpdougherty mpdougherty added this to the 2023.10 milestone Sep 14, 2023
@mpdougherty mpdougherty self-assigned this Sep 14, 2023
@mpdougherty
Copy link
Member Author

mpdougherty commented Sep 14, 2023

  1. Add new function esri_raster2SpatRaster. This will eventually replace the esri_raster2RasterLayer function that uses raster::RasterLayer. Update all reports to use this new function.

@mpdougherty
Copy link
Member Author

  1. Find all files that call esri_raster2RasterLayer and refactor to use esri_raster2SpatRaster. Check all reports for use.

@mpdougherty
Copy link
Member Author

Added esri_raster2SpatRaster: f65b4ad

@mpdougherty
Copy link
Member Author

Converted reports to use esri_raster2SpatRaster: 36e5fcf

@mpdougherty
Copy link
Member Author

The only functions with any references left to the raster package are: meander_width and slope_sinuosity. They both use the raster::pointDistance function. Best candidate replacement function is probably sf::st_distance.

@mpdougherty mpdougherty modified the milestones: 2023.10, 2024.01 Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant