File tree Expand file tree Collapse file tree 5 files changed +1
-14
lines changed
packages/data/src/pyearthtools/data Expand file tree Collapse file tree 5 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 269269
270270.. autoclass:: pyearthtools.data.patterns.ParsingPattern
271271 :members:
272-
273- .. autoclass:: pyearthtools.data.patterns.ZarrIndex
274- :members:
275-
276- .. autoclass:: pyearthtools.data.patterns.ZarrTimeIndex
277- :members:
278272```
279273
280274## ` data.save `
Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ The rest of this page contains reference information for the components of the D
108108| | | - [ ExpandedDateFactory] ( data_api.md#pyearthtools.data.patterns.ExpandedDateFactory ) |
109109| | | - [ Static] ( data_api.md#pyearthtools.data.patterns.Static ) |
110110| | | - [ ParsingPattern] ( data_api.md#pyearthtools.data.patterns.ParsingPattern ) |
111- | | | - [ ZarrIndex] ( data_api.md#pyearthtools.data.patterns.ZarrIndex ) |
112- | | | - [ ZarrTimeIndex] ( data_api.md#pyearthtools.data.patterns.ZarrTimeIndex ) |
113111| ` data.save ` | | - [ save.save] ( data_api.md#pyearthtools.data.save.save ) |
114112| | | - [ ManageFiles] ( data_api.md#pyearthtools.data.save.ManageFiles ) |
115113| | | - [ ManageTemp] ( data_api.md#pyearthtools.data.save.ManageTemp ) |
Original file line number Diff line number Diff line change @@ -751,7 +751,6 @@ def retrieve(
751751 >>> | '2021' | All Data in that year |
752752
753753 Args:
754-
755754 querytime: Timestep to retrieve data at, can be exact data or range as described above.
756755 aggregation: If data becomes a range, can specify an aggregation method.
757756 select: Whether to attempt to select the given timestep if date is either fully qualified
@@ -760,16 +759,13 @@ def retrieve(
760759 kwargs: Kwargs passed to downstream retrieval function
761760
762761 Returns:
763-
764762 Loaded Dataset with transforms applied, and aggregated if `aggregation_method` given.
765763
766764 Raises:
767-
768765 DataNotFoundError: If Data not found at timestep.
769766
770767 Note:
771768 Extra transforms can be supplied, using `transforms = `
772-
773769 """
774770
775771 querytime = Petdt (querytime )
Original file line number Diff line number Diff line change 8585from pyearthtools .data .patterns .parser import ParsingPattern
8686from pyearthtools .data .patterns .static import Static
8787
88- # from pyearthtools.data.patterns.zarr_pattern import ZarrIndex, ZarrTimeIndex
Original file line number Diff line number Diff line change 55-e packages/tutorial
66-e packages/zoo
77-e packages/bundled_models/fourcastnext
8- -e .[all]
8+ -e .[all,docs ]
You can’t perform that action at this time.
0 commit comments