ismn
README
Tutorial 1: Reading ISMN Data
Tutorial 2: Add and use custom metadata
License
Authors
Changelog
Module Reference
ismn
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
|
W
|
Z
A
across0 (ismn.meta.Depth attribute)
(ismn.meta.Depth property)
activate_network() (ismn.interface.ISMN_Interface method)
add() (ismn.meta.MetaData method)
add_sensor() (ismn.components.Station method)
add_station() (ismn.components.Network method)
B
BASE_URL (ismn.download.ISMNDownloader attribute)
best_meta_for_depth() (ismn.meta.MetaData method)
build_from_scratch() (ismn.filecollection.IsmnFileCollection class method)
C
check_metadata() (ismn.filehandlers.IsmnFile method)
clean_subpath() (ismn.base.IsmnRoot method)
climate (ismn.interface.ISMN_Interface attribute)
close() (ismn.base.IsmnRoot method)
(ismn.filecollection.IsmnFileCollection method)
(ismn.filehandlers.IsmnFile method)
close_files() (ismn.interface.ISMN_Interface method)
collect_stm_cov() (in module ismn.misc)
collection (ismn.interface.ISMN_Interface attribute)
cont (ismn.base.IsmnRoot property)
coords (ismn.components.Network property)
CustomMetaReader (class in ismn.custom)
CustomSensorMetadataCsv (class in ismn.custom)
CustomStationMetadataCsv (class in ismn.custom)
D
data (ismn.components.Sensor attribute)
(ismn.components.Sensor property)
DataFile (class in ismn.filehandlers)
deprecated() (in module ismn.const)
Depth (class in ismn.meta)
depth (ismn.components.Sensor attribute)
DepthError
dir() (in module ismn.base)
DOWNLOAD_URL (ismn.download.ISMNDownloader attribute)
E
elev (ismn.components.Station attribute)
empty (ismn.meta.MetaVar property)
enclosed() (ismn.meta.Depth method)
encloses() (ismn.meta.Depth method)
end (ismn.meta.Depth attribute)
eval() (ismn.components.Sensor method)
export_citations() (ismn.components.NetworkCollection method)
export_geojson() (ismn.components.NetworkCollection method)
extend (ismn.meta.Depth attribute)
extract_dir() (ismn.base.IsmnRoot method)
extract_file() (ismn.base.IsmnRoot method)
F
file_path (ismn.filehandlers.IsmnFile attribute)
file_type (ismn.filehandlers.DataFile attribute)
filehandler (ismn.components.Sensor attribute)
filelist (ismn.filecollection.IsmnFileCollection attribute)
find_files() (ismn.base.IsmnRoot method)
find_nearest_station() (ismn.interface.ISMN_Interface method)
from_metadata_csv() (ismn.filecollection.IsmnFileCollection class method)
from_metadata_df() (ismn.filecollection.IsmnFileCollection class method)
from_tuple() (ismn.meta.MetaVar class method)
G
get_citations() (ismn.components.Network method)
get_climate_types() (ismn.interface.ISMN_Interface method)
get_coverage() (ismn.components.Sensor method)
get_dataset_ids() (ismn.interface.ISMN_Interface method)
get_depths() (ismn.components.Station method)
get_elements_from_file() (ismn.filehandlers.DataFile method)
get_filehandler() (ismn.filecollection.IsmnFileCollection method)
get_landcover_types() (ismn.interface.ISMN_Interface method)
get_metadata_ceop_sep() (ismn.filehandlers.DataFile method)
get_metadata_header_values() (ismn.filehandlers.DataFile method)
get_min_max_obs_timestamp() (ismn.components.Station method)
get_min_max_obs_timestamps() (ismn.interface.ISMN_Interface method)
get_nearest_station() (ismn.components.NetworkCollection method)
get_sensors() (ismn.components.Station method)
get_static_var_vals() (ismn.interface.ISMN_Interface method)
get_variables() (ismn.components.Station method)
(ismn.interface.ISMN_Interface method)
grid (ismn.components.Network property)
(ismn.components.NetworkCollection attribute)
(ismn.interface.ISMN_Interface attribute)
(ismn.interface.ISMN_Interface property)
I
instrument (ismn.components.Sensor attribute)
is_profile (ismn.meta.Depth property)
ismn
module
ismn.base
module
ismn.cli
module
ismn.components
module
ismn.const
module
ismn.custom
module
ismn.download
module
ismn.filecollection
module
ismn.filehandlers
module
ismn.interface
module
ismn.meta
module
ismn.misc
module
ISMN_Interface (class in ismn.interface)
IsmnComponent (class in ismn.components)
ISMNDownloader (class in ismn.download)
ISMNError
ISMNExtractor (class in ismn.download)
IsmnFile (class in ismn.filehandlers)
IsmnFileCollection (class in ismn.filecollection)
IsmnFileError
IsmnRoot (class in ismn.base)
isopen (ismn.base.IsmnRoot property)
iter_filehandlers() (ismn.filecollection.IsmnFileCollection method)
iter_networks() (ismn.components.NetworkCollection method)
iter_sensors() (ismn.components.Network method)
(ismn.components.NetworkCollection method)
(ismn.components.Station method)
iter_stations() (ismn.components.Network method)
(ismn.components.NetworkCollection method)
K
keep_loaded_data (ismn.components.Sensor attribute)
(ismn.interface.ISMN_Interface attribute)
keys() (ismn.meta.MetaData method)
L
landcover (ismn.interface.ISMN_Interface attribute)
lat (ismn.components.Station attribute)
list_networks() (ismn.interface.ISMN_Interface method)
list_sensors() (ismn.interface.ISMN_Interface method)
list_stations() (ismn.interface.ISMN_Interface method)
LOGIN_URL (ismn.download.ISMNDownloader attribute)
lon (ismn.components.Station attribute)
M
merge() (ismn.meta.MetaData method)
meta_path (ismn.interface.ISMN_Interface attribute)
MetaData (class in ismn.meta)
metadata (ismn.components.Sensor property)
(ismn.components.Station property)
(ismn.filehandlers.IsmnFile attribute)
(ismn.interface.ISMN_Interface attribute)
MetadataError
MetaVar (class in ismn.meta)
module
ismn
ismn.base
ismn.cli
ismn.components
ismn.const
ismn.custom
ismn.download
ismn.filecollection
ismn.filehandlers
ismn.interface
ismn.meta
ismn.misc
N
n_sensors (ismn.components.Station property)
n_stations (ismn.components.Network property)
name (ismn.components.Network attribute)
(ismn.components.Sensor attribute)
(ismn.components.Station attribute)
Network (class in ismn.components)
network_for_station() (ismn.interface.ISMN_Interface method)
NetworkCollection (class in ismn.components)
networks (ismn.components.NetworkCollection attribute)
(ismn.interface.ISMN_Interface attribute)
(ismn.interface.ISMN_Interface property)
O
open() (ismn.base.IsmnRoot method)
(ismn.filehandlers.IsmnFile method)
overlap() (ismn.meta.Depth method)
P
parallel (ismn.interface.ISMN_Interface attribute)
path (ismn.base.IsmnRoot attribute)
perc_overlap() (ismn.meta.Depth method)
plot_station_locations() (ismn.interface.ISMN_Interface method)
print_climate_dict() (ismn.interface.ISMN_Interface method)
print_landcover_dict() (ismn.interface.ISMN_Interface method)
Properties (ismn.interface.ISMN_Interface attribute)
R
read() (ismn.interface.ISMN_Interface method)
read_data() (ismn.components.Sensor method)
(ismn.filehandlers.DataFile method)
read_metadata() (ismn.custom.CustomMetaReader method)
(ismn.custom.CustomSensorMetadataCsv method)
(ismn.custom.CustomStationMetadataCsv method)
(ismn.filehandlers.DataFile method)
(ismn.filehandlers.StaticMetaFile method)
(ismn.interface.ISMN_Interface method)
read_ts() (ismn.interface.ISMN_Interface method)
remove_sensor() (ismn.components.Station method)
remove_station() (ismn.components.Network method)
replace() (ismn.meta.MetaData method)
root (ismn.filecollection.IsmnFileCollection attribute)
(ismn.filehandlers.IsmnFile attribute)
(ismn.interface.ISMN_Interface attribute)
root_dir (ismn.base.IsmnRoot property)
run() (ismn.download.ISMNDownloader method)
(ismn.download.ISMNExtractor method)
S
scan() (ismn.base.IsmnRoot method)
Sensor (class in ismn.components)
sensors (ismn.components.Station attribute)
start (ismn.meta.Depth attribute)
StaticMetaFile (class in ismn.filehandlers)
Station (class in ismn.components)
station4gpi() (ismn.components.NetworkCollection method)
stations (ismn.components.Network attribute)
stations_that_measure() (ismn.interface.ISMN_Interface method)
subset_from_ids() (ismn.interface.ISMN_Interface method)
T
temp_root (ismn.filecollection.IsmnFileCollection attribute)
(ismn.filehandlers.IsmnFile attribute)
(ismn.interface.ISMN_Interface attribute)
to_dict() (ismn.meta.MetaData method)
to_metadata_csv() (ismn.filecollection.IsmnFileCollection method)
to_pd() (ismn.meta.MetaData method)
to_xarray() (ismn.components.Network method)
(ismn.components.Sensor method)
(ismn.components.Station method)
V
values() (ismn.meta.MetaData method)
variable (ismn.components.Sensor attribute)
verify_filepath (ismn.filehandlers.IsmnFile attribute)
verify_temp_root (ismn.filehandlers.IsmnFile attribute)
W
write_overview() (in module ismn.misc)
Z
zip() (in module ismn.base)