cryoswath
Contents:
Prerequisites
Getting started
Tutorials
Tests
cryoswath.l1b module
cryoswath.l2 module
from_id()
from_processed_l1b()
limit_filter()
process_and_save()
cryoswath.l3 module
cryoswath.l4 module
cryoswath.misc module
cryoswath.gis module
cryoswath.test_plots package
cryoswath
cryoswath.l2 module
View page source
cryoswath.l2 module
cryoswath.l2.
from_id
(
track_idx
:
DatetimeIndex
|
str
,
*
,
reprocess
:
bool
|
Timestamp
=
True
,
save_or_return
:
str
=
'both'
,
cache_fullname
:
str
=
None
,
cores
:
int
=
8
,
**
kwargs
)
→
tuple
[
GeoDataFrame
]
[source]
cryoswath.l2.
from_processed_l1b
(
l1b_data
:
L1bData
=
None
,
max_elev_diff
:
float
=
None
,
**
gdf_kwargs
)
→
GeoDataFrame
[source]
cryoswath.l2.
limit_filter
(
data
:
DataFrame
,
column
:
str
,
limit
:
float
)
→
DataFrame
[source]
cryoswath.l2.
process_and_save
(
region_of_interest
:
str
|
Polygon
,
start_datetime
:
str
|
Timestamp
,
end_datetime
:
str
|
Timestamp
,
*
,
buffer_region_by
:
float
=
10000
,
**
kwargs
)
[source]