You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. preprocess_species() is the first step in fitting any BirdFlow model so we definitely need it; but preprocess_species() doesn't use birdflow_crs. One of its tests does though. The line that has to change is in test-preprocess_species . You could either define that projection locally within that test or use a different projected CRS in that test - EPSG:5069 might work: terra::crs("EPSG:5069").
birdflow_crs defines the projection used in the original BirdFlow Shiny application. It is no longer particularly meaningful.
The text was updated successfully, but these errors were encountered: