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

Refactor of Codebase #12

Open
wants to merge 76 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    056edbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c7c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71cfd70 View commit details
    Browse the repository at this point in the history
  4. lazy data code added by usethis use_data

    dar4ds committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f242e46 View commit details
    Browse the repository at this point in the history
  5. will be used in fucntions for reading tiles

    dar4ds committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9073cc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cd9bc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49339c4 View commit details
    Browse the repository at this point in the history
  8. add new dependencies and suggests

    dar4ds committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6e9df51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c769a63 View commit details
    Browse the repository at this point in the history
  10. add tests via testtaht

    dar4ds committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    da079b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33e08e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. make intersects function and format some code

    dar4ds committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    455f0ea View commit details
    Browse the repository at this point in the history
  2. leave only main functions here

    dar4ds committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b55ab37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    000ad54 View commit details
    Browse the repository at this point in the history
  4. re documenting the man

    dar4ds committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    cf75004 View commit details
    Browse the repository at this point in the history
  5. miseed :: notation

    dar4ds committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    78b1824 View commit details
    Browse the repository at this point in the history
  6. still fixing namespace errors

    dar4ds committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e9969be View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. before styelr

    dar4ds committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b92f32b View commit details
    Browse the repository at this point in the history
  2. AFter STYLEr

    dar4ds committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b4b8269 View commit details
    Browse the repository at this point in the history
  3. looks like bm raster works

    dar4ds committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d163306 View commit details
    Browse the repository at this point in the history
  4. check point vnp46a2 works but the others dont

    dar4ds committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4432db3 View commit details
    Browse the repository at this point in the history
  5. issue in expand.grid to expand_grid from tidyr

    dar4ds committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    93b94d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5ca75b View commit details
    Browse the repository at this point in the history
  7. was renamed

    dar4ds committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b7ec880 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. rename variable param to bm variable

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    65c95d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aa8c2a View commit details
    Browse the repository at this point in the history
  3. made logic explicit to review that out what incorreclty used in the m…

    …onthly extraction
    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    cf4a281 View commit details
    Browse the repository at this point in the history
  4. make quiet tests

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7300d3e View commit details
    Browse the repository at this point in the history
  5. identify slow operation in create black marble dataset. also fixed ad…

    …d month to product list params
    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1ce9cac View commit details
    Browse the repository at this point in the history
  6. Tests Pass for bm raster!

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    ef26409 View commit details
    Browse the repository at this point in the history
  7. styler style pkg changes accepted

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4ea1185 View commit details
    Browse the repository at this point in the history
  8. plan next steps

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    97e2461 View commit details
    Browse the repository at this point in the history
  9. add notice when product id is not in 4 types

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7562a84 View commit details
    Browse the repository at this point in the history
  10. add VNP46A1 test

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6d74356 View commit details
    Browse the repository at this point in the history
  11. VNP46A1 test fails

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f54f126 View commit details
    Browse the repository at this point in the history
  12. employ mutate

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6426f49 View commit details
    Browse the repository at this point in the history
  13. documentng benchmark por this case in duckdb

    dar4ds committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1e03c13 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. add logic for allowing VNP46A1

    dar4ds committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8efd8d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    0f30325 View commit details
    Browse the repository at this point in the history
  2. test bra!

    dar4ds committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f6ac517 View commit details
    Browse the repository at this point in the history
  3. renamed

    dar4ds committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5be60c8 View commit details
    Browse the repository at this point in the history
  4. test pass! bm_raster done

    dar4ds committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    711b053 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. move towards quarto docs

    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ff452da View commit details
    Browse the repository at this point in the history
  2. coalesce functiosn

    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    256b2a0 View commit details
    Browse the repository at this point in the history
  3. simplify logic

    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c8fdf5c View commit details
    Browse the repository at this point in the history
  4. demo webr test

    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9075545 View commit details
    Browse the repository at this point in the history
  5. gh pages deploy

    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    13a2951 View commit details
    Browse the repository at this point in the history
  6. tidy up bm extract logic to correctly use bm raster in it and pass do…

    …wn function arguemtns
    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f20ecc5 View commit details
    Browse the repository at this point in the history
  7. pause Error occurred during download: HTTP 504 Gateway Timeout. added…

    … try catch for this error
    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a878780 View commit details
    Browse the repository at this point in the history
  8. bm extract wokrs but returns list isntead of unidifed datafrmae and c…

    …olumnas are also not well sett
    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e79140d View commit details
    Browse the repository at this point in the history
  9. ISSUE was that no data was available for vnp46a3 so we need to safegu…

    …ard against taht
    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3636b8a View commit details
    Browse the repository at this point in the history
  10. typo

    dar4ds committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c80c155 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. update title

    dar4ds committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bc64d4c View commit details
    Browse the repository at this point in the history
  2. updatre read me

    dar4ds committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    38cc4ce View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. add tst to multiple dats on bm extact

    dar4ds committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    68dc1bc View commit details
    Browse the repository at this point in the history
  2. add tests

    dar4ds committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6478d7e View commit details
    Browse the repository at this point in the history
  3. add key tests for later release

    dar4ds committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d7255f7 View commit details
    Browse the repository at this point in the history
  4. Implement add_n_pixels function

    dar4ds committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    133121b View commit details
    Browse the repository at this point in the history
  5. Logic to crrectly download files

    dar4ds committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    860933a View commit details
    Browse the repository at this point in the history
  6. separete tests for easy of testing

    dar4ds committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bfa04a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    9378a9b View commit details
    Browse the repository at this point in the history
  2. tests pass

    dar4ds committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    439031c View commit details
    Browse the repository at this point in the history
  3. deplopy gh

    dar4ds committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    300973b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08ce5aa View commit details
    Browse the repository at this point in the history
  5. correct typo. MAIN TESTS COMPLETED

    dar4ds committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2409c12 View commit details
    Browse the repository at this point in the history
  6. all test pass file test_local()

    dar4ds committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8d615d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. update roxygen

    dar4ds committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    96245fe View commit details
    Browse the repository at this point in the history
  2. update prnt to cli and add cusotm funciton for quiet to be easy passe…

    …d around
    dar4ds committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fa38086 View commit details
    Browse the repository at this point in the history
  3. update cli to custom inform

    dar4ds committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7313c7b View commit details
    Browse the repository at this point in the history
  4. fixing stuff to get check() passes

    dar4ds committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9188122 View commit details
    Browse the repository at this point in the history
  5. dont run examples

    dar4ds committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    478ca4a View commit details
    Browse the repository at this point in the history
  6. run tests

    dar4ds committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d231060 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47d1d36 View commit details
    Browse the repository at this point in the history
  8. jiji return to original form

    dar4ds committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e2937e8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. update to R 4.4.0

    dar4ds committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e67b619 View commit details
    Browse the repository at this point in the history
  2. test R cmd on github actions and secrets

    dar4ds committed May 4, 2024
    Configuration menu
    Copy the full SHA
    30a391c View commit details
    Browse the repository at this point in the history