dist-s1-enumerator 1.0.8__py3-none-any.whl → 1.0.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dist_s1_enumerator/dist_enum.py +4 -4
- dist_s1_enumerator/dist_enum_inputs.py +1 -1
- {dist_s1_enumerator-1.0.8.dist-info → dist_s1_enumerator-1.0.9.dist-info}/METADATA +1 -1
- {dist_s1_enumerator-1.0.8.dist-info → dist_s1_enumerator-1.0.9.dist-info}/RECORD +7 -7
- {dist_s1_enumerator-1.0.8.dist-info → dist_s1_enumerator-1.0.9.dist-info}/WHEEL +0 -0
- {dist_s1_enumerator-1.0.8.dist-info → dist_s1_enumerator-1.0.9.dist-info}/licenses/LICENSE +0 -0
- {dist_s1_enumerator-1.0.8.dist-info → dist_s1_enumerator-1.0.9.dist-info}/top_level.txt +0 -0
dist_s1_enumerator/dist_enum.py
CHANGED
|
@@ -17,7 +17,7 @@ def enumerate_one_dist_s1_product(
|
|
|
17
17
|
lookback_strategy: str = 'multi_window',
|
|
18
18
|
post_date_buffer_days: int = 1,
|
|
19
19
|
max_pre_imgs_per_burst: int | list[int] | tuple[int, ...] = (5, 5, 5),
|
|
20
|
-
delta_window_days: int =
|
|
20
|
+
delta_window_days: int = 60,
|
|
21
21
|
delta_lookback_days: int | list[int] | tuple[int, ...] = 365,
|
|
22
22
|
min_pre_imgs_per_burst: int = 1,
|
|
23
23
|
tqdm_enabled: bool = True,
|
|
@@ -61,7 +61,7 @@ def enumerate_one_dist_s1_product(
|
|
|
61
61
|
- Expects a single integer, tuples/lists will throw an error.
|
|
62
62
|
- This means the maximum pre-images on prior to the post-date.
|
|
63
63
|
delta_window_days : int, optional
|
|
64
|
-
The acceptable window of time to search for pre-image RTC-S1 data. Default is
|
|
64
|
+
The acceptable window of time to search for pre-image RTC-S1 data. Default is 60 days (or 2 months).
|
|
65
65
|
This amounts to roughly `post_date - lookback_days - delta_window_days` to `post_date - lookback_days`.
|
|
66
66
|
If lookback strategy is 'multi_window', this means the maximum window of time to search for pre-images on each
|
|
67
67
|
anniversary date where `post_date - n * lookback_days` are the anniversary dates for n = 1,....
|
|
@@ -235,7 +235,7 @@ def enumerate_dist_s1_products(
|
|
|
235
235
|
min_pre_imgs_per_burst: int = 1,
|
|
236
236
|
tqdm_enabled: bool = True,
|
|
237
237
|
delta_lookback_days: int = 365,
|
|
238
|
-
delta_window_days: int =
|
|
238
|
+
delta_window_days: int = 60,
|
|
239
239
|
) -> gpd.GeoDataFrame:
|
|
240
240
|
"""
|
|
241
241
|
Enumerate DIST-S1 products from a stack of RTC-S1 metadata and a list of MGRS tiles.
|
|
@@ -275,7 +275,7 @@ def enumerate_dist_s1_products(
|
|
|
275
275
|
anniversary date where `post_date - n * lookback_days` are the anniversary dates for n = 1,....
|
|
276
276
|
If lookback strategy is 'immediate_lookback', this must be set to 0.
|
|
277
277
|
delta_window_days : int, optional
|
|
278
|
-
The acceptable window of time to search for pre-image RTC-S1 data. Default is
|
|
278
|
+
The acceptable window of time to search for pre-image RTC-S1 data. Default is 60 days (or 2 months).
|
|
279
279
|
This amounts to roughly `post_date - lookback_days - delta_window_days` to `post_date - lookback_days`.
|
|
280
280
|
If lookback strategy is 'multi_window', this means the maximum window of time to search for pre-images on each
|
|
281
281
|
anniversary date where `post_date - n * lookback_days` are the anniversary dates for n = 1,....
|
|
@@ -34,7 +34,7 @@ def enumerate_dist_s1_workflow_inputs(
|
|
|
34
34
|
max_pre_imgs_per_burst: int | list[int] | tuple[int, ...] = (5, 5, 5),
|
|
35
35
|
min_pre_imgs_per_burst: int = 1,
|
|
36
36
|
delta_lookback_days: int | list[int] | tuple[int, ...] = 365,
|
|
37
|
-
delta_window_days: int =
|
|
37
|
+
delta_window_days: int = 60,
|
|
38
38
|
df_ts: gpd.GeoDataFrame | None = None,
|
|
39
39
|
) -> list[dict]:
|
|
40
40
|
"""Enumerate the inputs for a DIST-S1 workflow.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dist-s1-enumerator
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Enumeration and ops library for the OPERA DIST-S1 project
|
|
5
5
|
Author-email: "Richard West, Charlie Marshak, Talib Oliver-Cabrera, and Jungkyo Jung" <charlie.z.marshak@jpl.nasa.gov>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
dist_s1_enumerator/__init__.py,sha256=L89uOLGobmF-ZsBA767RiGpKCDKVx6KOK6wJkjGQ69M,1766
|
|
2
2
|
dist_s1_enumerator/asf.py,sha256=m0LHIBM6OSeoNi2Htin5oeeyGjsWecFgyKeqUXNcbDo,13850
|
|
3
3
|
dist_s1_enumerator/constants.py,sha256=Ve_aLWRqNduh7uEBaHbJNy1VfH2njzV57L4T_gBVNaE,727
|
|
4
|
-
dist_s1_enumerator/dist_enum.py,sha256=
|
|
5
|
-
dist_s1_enumerator/dist_enum_inputs.py,sha256=
|
|
4
|
+
dist_s1_enumerator/dist_enum.py,sha256=pQn5646hyeks8ZYxTKGb7lwOXAKkS6sijiWRFXF2Gro,21412
|
|
5
|
+
dist_s1_enumerator/dist_enum_inputs.py,sha256=RbZK3m0_o42YbyWuaZDJxHi8c8ayMwXENuZJfHMdN9E,6731
|
|
6
6
|
dist_s1_enumerator/exceptions.py,sha256=JhT8fIEmW3O2OvUQADkEJkL8ZrUN5pkKNzCCSt33goQ,82
|
|
7
7
|
dist_s1_enumerator/mgrs_burst_data.py,sha256=vt9ubDUP3l2iNXK82OuvahX_WUq0MpHMkmTKOPvbRuw,7162
|
|
8
8
|
dist_s1_enumerator/param_models.py,sha256=DI2MgSxiPo7HiRKtXX8bxZnQtuoYAmtAcdYYrnhMIho,4614
|
|
@@ -12,8 +12,8 @@ dist_s1_enumerator/tabular_models.py,sha256=OjsTg6fN9Mq-LHVKuz9klFD3DsG0WkfPmfDf
|
|
|
12
12
|
dist_s1_enumerator/data/jpl_burst_geo.parquet,sha256=EXpQcXhWt2T6RVBmvkh7vQb150ShftIsZWvN97wQP4g,30106843
|
|
13
13
|
dist_s1_enumerator/data/mgrs.parquet,sha256=XB69HyNK502cJJ2Ry5wmnrbe-jepAdoMe7y35QUj_Gs,596933
|
|
14
14
|
dist_s1_enumerator/data/mgrs_burst_lookup_table.parquet,sha256=m_r0E7yTet6Xwd_H-lg2qr6IpBYBksYn5C5nOaXY8pw,3029091
|
|
15
|
-
dist_s1_enumerator-1.0.
|
|
16
|
-
dist_s1_enumerator-1.0.
|
|
17
|
-
dist_s1_enumerator-1.0.
|
|
18
|
-
dist_s1_enumerator-1.0.
|
|
19
|
-
dist_s1_enumerator-1.0.
|
|
15
|
+
dist_s1_enumerator-1.0.9.dist-info/licenses/LICENSE,sha256=qsoT0jnoSQSgSzA-sywESwmVxC3XcugfW-3vctvz2aM,11346
|
|
16
|
+
dist_s1_enumerator-1.0.9.dist-info/METADATA,sha256=BNouUsmnTX1yd0plGOexenZfLAUPrRrgTS8jJNNcf6U,18490
|
|
17
|
+
dist_s1_enumerator-1.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
18
|
+
dist_s1_enumerator-1.0.9.dist-info/top_level.txt,sha256=5-RGu6oxsKKyhybZZSuUImALhcQT8ZOAnVv2MmrESDE,19
|
|
19
|
+
dist_s1_enumerator-1.0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|