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

clean up the read module after adding cloud-read capabilities #502

Merged
merged 26 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
07afb1d
convert _validate_source() to _parse_source() and update tests
JessicaS11 Jan 26, 2024
615f7a2
add Path as accepted data_source type to read
JessicaS11 Jan 26, 2024
9ef66a9
remove _check_datasource function (for deprecated keyword inputs)
JessicaS11 Jan 26, 2024
a031a7a
add check_s3_bucket function tests
JessicaS11 Jan 26, 2024
465895e
remove pattern_to_glob function
JessicaS11 Jan 29, 2024
0635d0c
add more tests for all cases in _parse_source
JessicaS11 Jan 29, 2024
12e6f42
remove unneeded commented tests
JessicaS11 Jan 29, 2024
f75fca5
update bad input type test
JessicaS11 Jan 29, 2024
f1fa1b3
remove some other notes and old comments
JessicaS11 Jan 29, 2024
6a1bced
remove unneeded import
JessicaS11 Jan 29, 2024
2ba4cd3
shorten a few lines for linting
JessicaS11 Jan 30, 2024
420acb3
use ellipses in two-line docstring code example
JessicaS11 Jan 30, 2024
487f5a5
remove previously removed modules from docs
JessicaS11 Feb 1, 2024
737005a
Merge branch 'development' into clean-read
JessicaS11 Feb 2, 2024
86a4ad7
fix longline errors except for deprecations
JessicaS11 Feb 6, 2024
734a55e
remove unused imports
JessicaS11 Feb 6, 2024
db4ccdb
Merge branch 'development' into clean-read
JessicaS11 Feb 6, 2024
8fa662d
move check 0 files to parse source
rwegener2 Feb 8, 2024
a9a46c5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 8, 2024
69717ad
remove a line I didn't mean to commit
rwegener2 Feb 8, 2024
8cb9cd9
fix merge conflict
rwegener2 Feb 8, 2024
c7cc03e
fix syntax error found while testing
rwegener2 Feb 8, 2024
a64c5f9
GitHub action UML generation auto-update
rwegener2 Feb 8, 2024
cae9701
fix no files test
JessicaS11 Feb 8, 2024
839d433
Merge branch 'development' into clean-read
JessicaS11 Feb 8, 2024
f8b7f0b
update default glob_kwargs to dict
JessicaS11 Feb 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions doc/source/user_guide/documentation/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ granules
:undoc-members:
:show-inheritance:

is2cat
------

.. automodule:: icepyx.core.is2cat
:members:
:undoc-members:
:show-inheritance:

is2ref
------

Expand Down
1 change: 0 additions & 1 deletion doc/source/user_guide/documentation/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Attributes
Query.cycles
Query.dates
Query.end_time
Query.file_vars
Query.granules
Query.order_vars
Query.product
Expand Down
Loading
Loading