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

update with method for Spatrasters #26

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 26, 2023

  1. Update line_segment_detector.R

    Adapted the code to work with SpatRaster from the terra package and added the possibility to output the lines as an sf object.
    There's a horrible workaround to solve a transpostion of the data along the second axi but couldn't find a better alternative. Overall, it works smoothly and fast even with high resolution aerial images (tested on 1km tiles with 0.15 cm pixels)
    spono authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1311b4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from spono/spono-patch-1-spatraster

    Update line_segment_detector.R
    spono authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4a7851a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update DESCRIPTION

    spono authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c5694f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    5cdc652 View commit details
    Browse the repository at this point in the history
  2. Update contour_detector.R

    added SpatRaster method
    spono authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b6bde86 View commit details
    Browse the repository at this point in the history
  3. Update DESCRIPTION

    spono authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    952d8d0 View commit details
    Browse the repository at this point in the history
  4. Update contour_detector.R

    spono authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    78d06a3 View commit details
    Browse the repository at this point in the history
  5. Update contour_detector.R

    spono authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    795b9d7 View commit details
    Browse the repository at this point in the history
  6. Update line_segment_detector.R

    spono authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e373efe View commit details
    Browse the repository at this point in the history
  7. Update DESCRIPTION

    spono authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5726149 View commit details
    Browse the repository at this point in the history
  8. Update DESCRIPTION

    spono authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f2eba9a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update line_segment_detector.R

    changed "export_sf" parameter to "as_sf"
    spono authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f42ce79 View commit details
    Browse the repository at this point in the history
  2. Update contour_detector.R

    changed "export_sf" parameter to "as_sf"
    spono authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a19672c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Update DESCRIPTION

    spono authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0d21434 View commit details
    Browse the repository at this point in the history
  2. Update contour_detector.R

    spono authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2d93e56 View commit details
    Browse the repository at this point in the history
  3. removed dependency on dplyr

    spono authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8379a37 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. documentation changes

    jwijffels committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9713cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d217bf3 View commit details
    Browse the repository at this point in the history
  3. fix R CMD check notes

    jwijffels committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5e07b09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f7f60c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56f133a View commit details
    Browse the repository at this point in the history
  6. docs

    jwijffels committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e0d346d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Update contour_detector.R

    - added curve_ID
    - fixed '@return' description
    - fixed minor issues
    spono authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    84bb8e3 View commit details
    Browse the repository at this point in the history
  2. Update line_segment_detector.R

    - refined sf objects creation
    - removed dependency on sp and moving it to sf
    - updated plot.lsd
    spono authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c179f5f View commit details
    Browse the repository at this point in the history