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 format creation method, and update tar_terra_rast() #15

Merged
merged 31 commits into from
Mar 13, 2024

Commits on Mar 7, 2024

  1. rename and fix

    Aariq committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0c71e4f View commit details
    Browse the repository at this point in the history
  2. rename and separate out format

    Aariq committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    db770ad View commit details
    Browse the repository at this point in the history
  3. ignore project .Rprofile

    Aariq committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6a64129 View commit details
    Browse the repository at this point in the history
  4. add simple tests

    Aariq committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b834996 View commit details
    Browse the repository at this point in the history
  5. add author

    Aariq committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2e93be8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30edf4b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    040b996 View commit details
    Browse the repository at this point in the history
  2. rename test

    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    706526e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2beefc View commit details
    Browse the repository at this point in the history
  4. remove test

    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ef4adfd View commit details
    Browse the repository at this point in the history
  5. add license file

    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a2fa925 View commit details
    Browse the repository at this point in the history
  6. fix NOTE

    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9d184f8 View commit details
    Browse the repository at this point in the history
  7. add test

    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c4b67b8 View commit details
    Browse the repository at this point in the history
  8. rename

    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    de5a7fe View commit details
    Browse the repository at this point in the history
  9. rename shapefile fun

    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6e181c6 View commit details
    Browse the repository at this point in the history
  10. add missing args

    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    45de1f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc92bbb View commit details
    Browse the repository at this point in the history
  12. merge main

    Merge commit '33a6ca313d2aec15d99fb7553b4a655c949640cc'
    
    #Conflicts:
    #	NAMESPACE
    #	R/tar-geotiff.R
    #	R/tar-shapefile.R
    #	man/geotargets-package.Rd
    Aariq committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    51d6ef9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e350ee5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    02a8753 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f82edd4 View commit details
    Browse the repository at this point in the history
  16. Add tests and snapshots

    njtierney committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0eb01c2 View commit details
    Browse the repository at this point in the history
  17. ctb --> aut

    njtierney committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ac79682 View commit details
    Browse the repository at this point in the history
  18. update pkg examples

    njtierney committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c07d070 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fe9f45b View commit details
    Browse the repository at this point in the history
  20. tweak README

    njtierney committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d70717b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ef13606 View commit details
    Browse the repository at this point in the history
  22. Add create_format_terra_raster() internal method for custom format …

    …for `tar_terra_rast()`
    brownag committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6a37d66 View commit details
    Browse the repository at this point in the history
  23. Update tar_terra_rast.Rd

     - inherit name, command, pattern from `tar_target()`
    brownag committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    879efca View commit details
    Browse the repository at this point in the history
  24. Update tar_terra_vect.Rd

     - revert unrelated changes
    brownag committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    41b6550 View commit details
    Browse the repository at this point in the history
  25. reorder

    brownag committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    14e9325 View commit details
    Browse the repository at this point in the history