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

Add taget factory for splitting raster into tiles #76

Merged
merged 27 commits into from
Jul 11, 2024
Merged

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    0f32311 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. it works (kinda)

    Aariq committed May 23, 2024
    Configuration menu
    Copy the full SHA
    83acc50 View commit details
    Browse the repository at this point in the history
  2. oops, comment out test code

    Aariq committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2244410 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    eb93e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df3b6c1 View commit details
    Browse the repository at this point in the history
  3. add test

    Aariq committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0f78b34 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    6c89f29 View commit details
    Browse the repository at this point in the history
  2. replace fs with base R

    Aariq committed May 28, 2024
    Configuration menu
    Copy the full SHA
    41e7833 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. don't use custom make_tiles---not worth the confusion. Using terra::m…

    …akeTiles() is more transparent to user in tar_manifest()
    Aariq committed May 29, 2024
    Configuration menu
    Copy the full SHA
    608798c View commit details
    Browse the repository at this point in the history
  2. re-order and remove unused code

    Aariq committed May 29, 2024
    Configuration menu
    Copy the full SHA
    aeb94af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e60e73c View commit details
    Browse the repository at this point in the history
  4. update news

    Aariq committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4a4c4dc View commit details
    Browse the repository at this point in the history
  5. document

    Aariq committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5696f6d View commit details
    Browse the repository at this point in the history
  6. add notes

    Aariq committed May 29, 2024
    Configuration menu
    Copy the full SHA
    dca54b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e7cae9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    969be01 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    cdb6580 View commit details
    Browse the repository at this point in the history
  2. document

    Aariq committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    626bfba View commit details
    Browse the repository at this point in the history
  3. update tests

    Aariq committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    976313b View commit details
    Browse the repository at this point in the history
  4. fix namespacing

    Aariq committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0ce3abc View commit details
    Browse the repository at this point in the history
  5. update NEWS

    Aariq committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e088b99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efa9d6d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Update R/tar_terra_tiles.R

    Co-authored-by: Nicholas Tierney <[email protected]>
    Aariq and njtierney authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c8f581b View commit details
    Browse the repository at this point in the history
  2. Update R/tar_terra_tiles.R

    Co-authored-by: Nicholas Tierney <[email protected]>
    Aariq and njtierney authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9488731 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Nicholas Tierney <[email protected]>
    Aariq and njtierney authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    675b099 View commit details
    Browse the repository at this point in the history
  4. update documentation

    Aariq committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    75eead4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c60551 View commit details
    Browse the repository at this point in the history