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

Read Directly From Cloud Functionality #104

Closed

Commits on Jun 27, 2023

  1. validate_path to validate_save_path

    * add to utils init
    * refactor in io.py lines.py regions2d.py
    ctuguinay committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    84ca987 View commit details
    Browse the repository at this point in the history
  2. check_file_extension_existence changes

    * rename check_files to check_file_extension_existence and do necessary refactoring in other files
    * remove part where we check for list: we are checking for only that of .evr and .evl and nothing else (this was initially added here because I was checking for both .zarr and .nc files in the same object, but that has now been removed)
    * change to just check for file: no longer checking for directory, file must be of single evl or evr
    * used re instead of ends with for file extension checking
    * added description for check_file_extension_existence
    ctuguinay committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b367b59 View commit details
    Browse the repository at this point in the history
  3. add ability to read from cloud

    * functionality to read from evl and evr files from the cloud
    * no tests yet and no information regarding any S3 buckets and such
    * will put this on hold and come back to it another time
    ctuguinay committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    17240f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    698abba View commit details
    Browse the repository at this point in the history
  5. fix lint errors

    ctuguinay committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c8694c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

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

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    92cbc40 View commit details
    Browse the repository at this point in the history
  2. solve merge conflict

    * replace check_file with newer check_file_extension_existence
    ctuguinay committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ff2cee9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d922cb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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