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

Many small bug fixes #253

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Many small bug fixes #253

merged 3 commits into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. Fixing issues with building species

    Added some stuff so that species.from.file works again - there was no step where it was converting df to spatVector, so it was dying every time.
    danlwarren committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9d20369 View commit details
    Browse the repository at this point in the history
  2. Fixed interactive species plotting with range

    Basically just had to add an isTRUE to the logical test
    danlwarren committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e999904 View commit details
    Browse the repository at this point in the history
  3. raster.standardize now working with negative values

    I think we must have broken this in the terra move but it's fixed now
    danlwarren committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d82062d View commit details
    Browse the repository at this point in the history