pyTESEO
CONTENTS
🚀 Get started
📚 TL;DR guide
✌️ Hands-on
USE CASES
1. Read TESEO’s domain files
2. Read TESEO’s forcing files
3. Export TESEO results
4. Generate forcings
5. Drift simulation
6. Hns simulation
7. Montecarlo stochastic methodology
8. Kmeans clustering methodology
REFERENCE
API Reference
Changelog
pyTESEO
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__project_name__ (in module pyteseo)
__version__ (in module pyteseo)
_add_default_parameters() (in module pyteseo.io.utils)
_add_general_attributes() (in module pyteseo.export.grids)
_add_inactive_cells() (in module pyteseo.io.results)
_check_cte_dt() (in module pyteseo.io.utils)
_check_directory() (in module pyteseo.functions.files)
_check_n_vars() (in module pyteseo.io.utils)
_check_varnames() (in module pyteseo.io.utils)
_checking_latitudes() (in module pyteseo.functions.dataset)
_checking_longitudes() (in module pyteseo.functions.dataset)
_clip_gdf() (in module pyteseo.functions.geodataframe)
_convert_longitude_range() (in module pyteseo.io.utils)
_df (in module p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
_df_particles_to_geojson() (in module pyteseo.export.particles)
_enclosed_subset() (in module pyteseo.functions.dataset)
_get_dataset_time_resolution() (in module pyteseo.functions.dataset)
_get_n_polygons() (in module pyteseo.functions.geodataframe)
_interp_to_oclock_hours() (in module pyteseo.functions.dataset)
_plot_coastline() (in module pyteseo.plot.basics)
_plot_currents_extent() (in module pyteseo.plot.basics)
_plot_grid_extent() (in module pyteseo.plot.basics)
_plot_grid_land_mask() (in module pyteseo.plot.basics)
_plot_particles_hexabin() (in module pyteseo.plot.basics)
_plot_particles_hist2d() (in module pyteseo.plot.basics)
_plot_properties() (in module pyteseo.plot.basics)
_plot_waves_extent() (in module pyteseo.plot.basics)
_plot_winds_extent() (in module pyteseo.plot.basics)
_rename_results_names() (in module pyteseo.io.results)
_retrieve_urls_to_datahub() (in module pyteseo.providers.ihcantabria)
_scatter_grid_depth() (in module pyteseo.plot.basics)
_split_polygons() (in module pyteseo.io.coastline)
_split_variable_map() (in module pyteseo.functions.dataset)
_standarize_dataset_varnames() (in module pyteseo.functions.dataset)
_temporal_subset() (in module pyteseo.functions.dataset)
_warn_lonlat_range() (in module pyteseo.io.utils)
_warn_lonlat_soting() (in module pyteseo.io.utils)
A
a1 (in module split_variables)
a1_deg (in module split_variables)
add_datetime_to_dataframe() (in module pyteseo.io.results)
animate_forcings() (in module pyteseo.plot.animations)
animate_particles() (in module pyteseo.plot.animations)
animate_particles_from_df() (in module p4_postprocess_particles)
(in module pyteseo.drafts.scenario1_type1.p4_postprocess_particles)
animate_split
module
avg_df (in module p3_postprocess_properties)
,
[1]
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
,
[1]
B
base_case (in module p3_postprocess_properties)
(in module p4_postprocess_particles)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p4_postprocess_particles)
base_path (in module p1_base_case)
(in module p2_releases)
(in module p3_postprocess_properties)
(in module p4_postprocess_particles)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p4_postprocess_particles)
(in module pyteseo.drafts.scenario1_type1.plot_properties_from_csv)
batched() (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
bbox (pyteseo.models.domain.Coastline attribute)
(pyteseo.models.domain.Domain attribute)
(pyteseo.models.domain.Grid attribute)
(pyteseo.models.domain_request.DomainRequest attribute)
(pyteseo.models.forcings.Forcing attribute)
(pyteseo.models.forcings_request.ForcingMetadata attribute)
bin_path (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
C
CFG_KEYS_FOR_TABLE_1 (in module pyteseo.defaults)
CFG_KEYS_FOR_TABLE_2 (in module pyteseo.defaults)
CFG_KEYS_FOR_TABLE_3 (in module pyteseo.defaults)
CFG_MAIN_MANDATORY_KEYS (in module pyteseo.defaults)
CFG_MAIN_PARAMETERS (in module pyteseo.defaults)
CFG_PROCESSES_PARAMETERS (in module pyteseo.defaults)
CFG_SPILL_POINT_MANDATORY_KEYS (in module pyteseo.defaults)
CFG_SPILL_POINT_PARAMETERS (in module pyteseo.defaults)
check_continuous_release() (pyteseo.models.simulation_request.SimulationRequest method)
check_cte_values() (pyteseo.models.forcings_request.ForcingsRequest method)
check_data() (pyteseo.models.forcings.Forcing class method)
check_dataset() (pyteseo.models.datasources.OnlineSource class method)
check_duration() (pyteseo.models.release_points.ReleasePoint class method)
check_initial_geometry_definition() (pyteseo.models.simulation_request.SimulationRequest method)
check_initial_length() (pyteseo.models.release_points.ReleasePoint class method)
check_initial_width() (pyteseo.models.release_points.ReleasePoint class method)
check_mandatory_metadata() (pyteseo.models.datasources.LocalSource method)
check_min_thickness_range() (pyteseo.models.release_points.HnsReleasePoint class method)
(pyteseo.models.release_points.OilReleasePoint class method)
check_multiple_releases() (pyteseo.models.simulation_request.SimulationRequest method)
check_paths() (pyteseo.models.datasources.LocalSource class method)
check_provider() (pyteseo.models.datasources.OnlineSource class method)
check_resource_access() (pyteseo.models.datasources.OnlineSource method)
check_service() (pyteseo.models.datasources.OnlineSource class method)
check_simulation_default_processes() (pyteseo.models.simulation_request.SimulationRequest class method)
check_thickness_range() (pyteseo.models.release_points.HnsReleasePoint class method)
(pyteseo.models.release_points.OilReleasePoint class method)
check_timestep() (pyteseo.models.release_points.ReleasePoint class method)
CMEMS_SESSION (in module pyteseo.providers)
coastline (pyteseo.models.domain.Domain attribute)
(pyteseo.models.domain_request.DomainRequest attribute)
coastline_df_to_gdf() (in module pyteseo.io.coastline)
coastline_gdf_to_coastline_df() (in module pyteseo.io.coastline)
compute_coastline_properties() (pyteseo.models.domain.Coastline method)
compute_grid_properties() (pyteseo.models.domain.Grid method)
console_logger() (in module pyteseo.functions.log)
construct_cfg_tables() (in module pyteseo.io.cfg)
continuous_release (pyteseo.models.simulation_request.SimulationRequest attribute)
continuous_release() (pyteseo.models.release_points.ReleasePoint method)
COORDINATE_NAMES (in module pyteseo.defaults)
create_coastline_from_shpapefile() (in module pyteseo.io.coastline)
create_forcings() (in module pyteseo.models.forcings_request)
currents (pyteseo.models.forcings.Forcings attribute)
(pyteseo.models.forcings_request.ForcingsInfo attribute)
(pyteseo.models.forcings_request.ForcingsRequest attribute)
currents_depthavg (pyteseo.models.forcings.Forcings attribute)
(pyteseo.models.forcings_request.ForcingsInfo attribute)
(pyteseo.models.forcings_request.ForcingsRequest attribute)
currents_nc (in module plot_metacean_max_contours)
(in module plot_metacean_thresholds)
(in module plot_metocean_max_pixels)
custom_logger() (in module pyteseo.functions.log)
D
d (in module split_variables)
dataset (pyteseo.models.datasources.LocalSource attribute)
(pyteseo.models.datasources.OnlineSource attribute)
dataset_to_teseo_txt() (in module pyteseo.models.forcings_request)
DATASETS (in module pyteseo.providers)
DATASETS_KEYS (in module pyteseo.models.datasources)
DATASETS_VARNAMES (in module pyteseo.defaults)
define_outputs_initial_datetime() (pyteseo.models.simulation_request.SimulationRequest method)
degradation_rate (pyteseo.models.release_points.ReleasePoint attribute)
delete_dotenv_file() (in module pyteseo.io.utils)
delete_tzinfo() (pyteseo.models.release_points.ReleasePoint class method)
depth (pyteseo.models.release_points.ReleasePoint attribute)
depth_range() (pyteseo.models.release_points.ReleasePoint class method)
df (in module p3_postprocess_properties)
(in module p4_postprocess_particles)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p4_postprocess_particles)
,
[1]
df1 (in module p4_postprocess_particles)
df2 (in module p4_postprocess_particles)
DIRECTORY_NAMES (in module pyteseo.defaults)
discharge_geometry (pyteseo.models.release_points.ReleasePoint attribute)
discharge_mode (pyteseo.models.release_points.ReleasePoint attribute)
domain (pyteseo.models.simulation_request.SimulationRequest attribute)
ds (in module pyteseo.providers.noaa)
dt (pyteseo.models.forcings.Forcing attribute)
dt_h (pyteseo.models.datasources.LocalSource attribute)
duration (pyteseo.models.release_points.ReleasePoint attribute)
(pyteseo.models.simulation_request.SimulationRequest attribute)
dx (pyteseo.models.domain.Grid attribute)
(pyteseo.models.forcings.Forcing attribute)
dy (pyteseo.models.domain.Grid attribute)
(pyteseo.models.forcings.Forcing attribute)
dz (pyteseo.models.forcings.Forcing attribute)
E
elevation (pyteseo.models.domain_request.DomainRequest attribute)
elevation_ds_to_depth_df() (in module pyteseo.io.grid)
environment (pyteseo.models.simulation_request.SimulationRequest attribute)
environmental_conditions (pyteseo.models.simulation_request.SimulationRequest attribute)
execution_scheme (pyteseo.models.simulation_request.SimulationRequest attribute)
export_grids() (in module pyteseo.export.grids)
export_particles() (in module pyteseo.export.particles)
export_properties() (in module pyteseo.export.properties)
extract_forcings_info() (in module pyteseo.models.forcings_request)
F
fetch_dataset_by_url() (in module pyteseo.functions.opendap)
fetch_dataset_from_cmems() (in module pyteseo.providers.cmems)
fetch_domain_by_id() (pyteseo.models.domain_request.ApiDomainRequest method)
fetch_domain_by_name() (pyteseo.models.domain_request.ApiDomainRequest method)
fetch_geodataframe_from_wfs() (in module pyteseo.functions.wfs)
fetch_noaa_gfs_s3() (in module pyteseo.providers.noaa)
fetch_sar_properties_from_pyteseo_db() (in module pyteseo.io.substances)
fetch_sar_properties_from_teseo_management_api() (in module pyteseo.io.substances)
fetch_substances_properties_from_pyteseo_db() (in module pyteseo.io.substances)
fetch_substances_properties_from_teseo_management_api() (in module pyteseo.io.substances)
fig (in module p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.plot_properties_from_csv)
file_format (pyteseo.models.datasources.LocalSource attribute)
FILE_NAMES (in module pyteseo.defaults)
FILE_PATTERNS (in module pyteseo.defaults)
files (in module pyteseo.functions.files)
fix_name() (pyteseo.models.simulation_request.SimulationRequest class method)
forcings (pyteseo.models.simulation_request.SimulationRequest attribute)
forcings_interpolations (pyteseo.models.simulation_request.SimulationRequest attribute)
G
generate_continuous_release() (pyteseo.models.simulation_request.SimulationRequest method)
generate_geojson() (in module pyteseo.drafts.geojson.geosolution)
generate_substances_df() (in module pyteseo.io.substances)
get_files() (in module pyteseo.functions.files)
get_hexbin_props() (in module pyteseo.plot.basics)
get_minimum_grid() (in module pyteseo.io.results)
get_noaa_opendap_urls() (in module pyteseo.providers.noaa)
get_offline_substance_names() (in module pyteseo.io.substances)
get_uuid() (in module pyteseo.functions.log)
grid (pyteseo.models.domain.Domain attribute)
H
h (in module split_variables)
hns_calib (in module pyteseo.io.hns_calib)
I
id (pyteseo.models.domain_request.ApiDomainRequest attribute)
init() (pyteseo.models.domain.Domain method)
(pyteseo.models.forcings.Forcing method)
initial_length (pyteseo.models.release_points.ReleasePoint attribute)
initial_release (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
initial_time_to_release (in module p2_releases)
initial_width (pyteseo.models.release_points.ReleasePoint attribute)
inputs_path (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
L
lat (pyteseo.models.datasources.TimeSeries attribute)
(pyteseo.models.release_points.ReleasePoint attribute)
lat_range() (pyteseo.models.release_points.ReleasePoint class method)
lenght (in module split_variables)
load_coastline_from_shapefile() (in module pyteseo.functions.geodataframe)
load_df() (pyteseo.models.domain.Coastline method)
(pyteseo.models.domain.Grid method)
(pyteseo.models.forcings.Forcing method)
load_ds() (pyteseo.models.domain.Grid method)
(pyteseo.models.forcings.Forcing method)
load_gdf() (pyteseo.models.domain.Coastline method)
load_providers_datasets_registry() (in module pyteseo.providers)
lon (pyteseo.models.datasources.TimeSeries attribute)
(pyteseo.models.release_points.ReleasePoint attribute)
lon_range() (pyteseo.models.release_points.ReleasePoint class method)
M
m1 (in module split_variables)
main() (in module animate_split)
(in module plot_metacean_max_contours)
(in module plot_metacean_thresholds)
(in module plot_metocean_max_pixels)
(in module postprocess_particles)
(in module postprocess_properties)
mass (pyteseo.models.release_points.HnsReleasePoint attribute)
(pyteseo.models.release_points.OilReleasePoint attribute)
(pyteseo.models.release_points.ReleasePoint attribute)
mass_or_voume_definition() (pyteseo.models.release_points.HnsReleasePoint method)
(pyteseo.models.release_points.OilReleasePoint method)
mass_per_release (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
mass_release_ratio (in module p1_base_case)
MAX_GRID_POINTS (in module pyteseo.defaults)
min_thickness (pyteseo.models.release_points.HnsReleasePoint attribute)
(pyteseo.models.release_points.OilReleasePoint attribute)
(pyteseo.models.release_points.ReleasePoint attribute)
mode (pyteseo.models.simulation_request.SimulationRequest attribute)
module
animate_split
p1_base_case
p2_releases
p3_postprocess_properties
p4_postprocess_particles
plot_metacean_max_contours
plot_metacean_thresholds
plot_metocean_max_pixels
postprocess_particles
postprocess_properties
pyteseo
pyteseo.defaults
pyteseo.drafts
pyteseo.drafts.geojson
pyteseo.drafts.geojson.geosolution
pyteseo.drafts.scenario1_type1
pyteseo.drafts.scenario1_type1.p1_base_case
pyteseo.drafts.scenario1_type1.p2_releases
pyteseo.drafts.scenario1_type1.p3_postprocess_properties
pyteseo.drafts.scenario1_type1.p4_postprocess_particles
pyteseo.drafts.scenario1_type1.plot_properties_from_csv
pyteseo.export
pyteseo.export.grids
pyteseo.export.particles
pyteseo.export.properties
pyteseo.export.results
pyteseo.functions
pyteseo.functions.dataset
pyteseo.functions.files
pyteseo.functions.geodataframe
pyteseo.functions.log
pyteseo.functions.opendap
pyteseo.functions.wfs
pyteseo.io
pyteseo.io.cfg
pyteseo.io.coastline
pyteseo.io.forcings
pyteseo.io.grid
pyteseo.io.hns_calib
pyteseo.io.results
pyteseo.io.run
pyteseo.io.substances
pyteseo.io.utils
pyteseo.models
pyteseo.models.datasources
,
[1]
pyteseo.models.domain
,
[1]
pyteseo.models.domain_request
,
[1]
pyteseo.models.forcings
,
[1]
pyteseo.models.forcings_request
,
[1]
pyteseo.models.release_points
,
[1]
pyteseo.models.simulation_request
pyteseo.plot
pyteseo.plot.animations
pyteseo.plot.basics
pyteseo.plot.figures
pyteseo.providers
pyteseo.providers.cmems
pyteseo.providers.ihcantabria
pyteseo.providers.noaa
split_variables
motion (pyteseo.models.simulation_request.SimulationRequest attribute)
N
n_parallel (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
n_particles (in module p4_postprocess_particles)
(in module pyteseo.drafts.scenario1_type1.p4_postprocess_particles)
(pyteseo.models.simulation_request.SimulationRequest attribute)
n_polygons (pyteseo.models.domain.Coastline attribute)
(pyteseo.models.domain_request.DomainRequest attribute)
name (pyteseo.models.domain_request.ApiDomainRequest attribute)
(pyteseo.models.domain_request.DomainRequest attribute)
(pyteseo.models.simulation_request.SimulationRequest attribute)
nan_value (pyteseo.models.domain.Grid attribute)
new_df (in module p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
nt (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
(pyteseo.models.forcings.Forcing attribute)
nx (pyteseo.models.domain.Grid attribute)
(pyteseo.models.forcings.Forcing attribute)
ny (pyteseo.models.domain.Grid attribute)
(pyteseo.models.forcings.Forcing attribute)
nz (pyteseo.models.forcings.Forcing attribute)
O
outputs (pyteseo.models.simulation_request.SimulationRequest attribute)
P
p1_base_case
module
p2_releases
module
p3_postprocess_properties
module
p4_postprocess_particles
module
parallel_simulations (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
particles_file (in module pyteseo.drafts.geojson.geosolution)
path (pyteseo.models.domain.Coastline attribute)
(pyteseo.models.domain.Domain attribute)
(pyteseo.models.domain.Grid attribute)
,
[1]
(pyteseo.models.forcings.Forcing attribute)
paths (pyteseo.models.datasources.LocalSource attribute)
plot() (pyteseo.models.domain.Domain method)
plot_domain() (in module pyteseo.plot.figures)
plot_extents() (in module pyteseo.plot.figures)
plot_metacean_max_contours
module
plot_metacean_thresholds
module
plot_metocean_max_pixels
module
plot_weathering_properties() (in module pyteseo.plot.figures)
postprocess_particles
module
postprocess_properties
module
postprocess_results() (in module pyteseo.export.results)
pressure_level (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
process_cfg_multiline_string() (in module pyteseo.io.cfg)
process_data() (in module animate_split)
process_request() (pyteseo.models.domain_request.ApiDomainRequest method)
(pyteseo.models.domain_request.DomainRequest method)
(pyteseo.models.simulation_request.SimulationRequest method)
process_run_multiline_string() (in module pyteseo.io.run)
process_source() (in module pyteseo.models.datasources)
processes (pyteseo.models.simulation_request.SimulationRequest attribute)
properties_path (in module p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
provider (pyteseo.models.datasources.OnlineSource attribute)
PROVIDERS_KEYS (in module pyteseo.models.datasources)
providers_registry_path (in module pyteseo.providers)
pyteseo
module
pyteseo.defaults
module
pyteseo.drafts
module
pyteseo.drafts.geojson
module
pyteseo.drafts.geojson.geosolution
module
pyteseo.drafts.scenario1_type1
module
pyteseo.drafts.scenario1_type1.p1_base_case
module
pyteseo.drafts.scenario1_type1.p2_releases
module
pyteseo.drafts.scenario1_type1.p3_postprocess_properties
module
pyteseo.drafts.scenario1_type1.p4_postprocess_particles
module
pyteseo.drafts.scenario1_type1.plot_properties_from_csv
module
pyteseo.export
module
pyteseo.export.grids
module
pyteseo.export.particles
module
pyteseo.export.properties
module
pyteseo.export.results
module
pyteseo.functions
module
pyteseo.functions.dataset
module
pyteseo.functions.files
module
pyteseo.functions.geodataframe
module
pyteseo.functions.log
module
pyteseo.functions.opendap
module
pyteseo.functions.wfs
module
pyteseo.io
module
pyteseo.io.cfg
module
pyteseo.io.coastline
module
pyteseo.io.forcings
module
pyteseo.io.grid
module
pyteseo.io.hns_calib
module
pyteseo.io.results
module
pyteseo.io.run
module
pyteseo.io.substances
module
pyteseo.io.utils
module
pyteseo.models
module
pyteseo.models.datasources
module
,
[1]
pyteseo.models.domain
module
,
[1]
pyteseo.models.domain_request
module
,
[1]
pyteseo.models.forcings
module
,
[1]
pyteseo.models.forcings_request
module
,
[1]
pyteseo.models.release_points
module
,
[1]
pyteseo.models.simulation_request
module
pyteseo.plot
module
pyteseo.plot.animations
module
pyteseo.plot.basics
module
pyteseo.plot.figures
module
pyteseo.providers
module
pyteseo.providers.cmems
module
pyteseo.providers.ihcantabria
module
pyteseo.providers.noaa
module
R
read_2d_forcing() (in module pyteseo.io.forcings)
read_coastline() (in module pyteseo.io.coastline)
read_cte_forcing() (in module pyteseo.io.forcings)
read_forcing() (in module pyteseo.io.forcings)
read_grid() (in module pyteseo.io.grid)
read_grids() (in module pyteseo.io.results)
read_lst_file() (in module pyteseo.io.forcings)
read_particles() (in module pyteseo.io.results)
read_properties() (in module pyteseo.io.results)
ref_datetime (in module p3_postprocess_properties)
(in module p4_postprocess_particles)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p4_postprocess_particles)
release_coordinates (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
release_datetime (pyteseo.models.release_points.ReleasePoint attribute)
release_dt (in module p1_base_case)
(in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
release_duration (in module p1_base_case)
(in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
release_paths (in module p3_postprocess_properties)
(in module p4_postprocess_particles)
(in module pyteseo.drafts.scenario1_type1.p3_postprocess_properties)
(in module pyteseo.drafts.scenario1_type1.p4_postprocess_particles)
release_type (pyteseo.models.release_points.DrifterReleasePoint attribute)
(pyteseo.models.release_points.HnsReleasePoint attribute)
(pyteseo.models.release_points.OilReleasePoint attribute)
(pyteseo.models.release_points.SarReleasePoint attribute)
(pyteseo.models.simulation_request.SimulationRequest attribute)
releases (pyteseo.models.simulation_request.SimulationRequest attribute)
RESULTS_MAP (in module pyteseo.defaults)
RUN_MAIN_PARAMETERS (in module pyteseo.defaults)
run_path (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
S
sar_type (pyteseo.models.release_points.SarReleasePoint attribute)
save_dotenv_file() (in module pyteseo.io.utils)
scenario_1_base_cfg (in module pyteseo.drafts.scenario1_type1.p1_base_case)
scenario_2_base_cfg (in module p1_base_case)
search_teseo_grid_files() (in module pyteseo.io.results)
search_teseo_particle_files() (in module pyteseo.io.results)
search_teseo_properties_files() (in module pyteseo.io.results)
segment_max_lenght (pyteseo.models.domain_request.DomainRequest attribute)
service (pyteseo.models.datasources.OnlineSource attribute)
SERVICE_KEYS (in module pyteseo.models.datasources)
show_dotenv_file() (in module pyteseo.io.utils)
simulation (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
simulation_dt (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
simulation_duration (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
simulation_keyword (pyteseo.models.simulation_request.SimulationRequest attribute)
simulation_path (in module p1_base_case)
(in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
simulation_paths (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
source_info (pyteseo.models.forcings_request.ForcingMetadata attribute)
split_variables
module
spreading_duration (in module p2_releases)
(in module pyteseo.drafts.scenario1_type1.p2_releases)
substance (pyteseo.models.release_points.HnsReleasePoint attribute)
(pyteseo.models.release_points.OilReleasePoint attribute)
substance_name (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
substance_type (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
SUBSTANCES_OFFLINE_PATH (in module pyteseo.io.substances)
T
temporal_preprocessing() (in module pyteseo.functions.dataset)
thickness (pyteseo.models.release_points.HnsReleasePoint attribute)
(pyteseo.models.release_points.OilReleasePoint attribute)
(pyteseo.models.release_points.ReleasePoint attribute)
time (pyteseo.models.datasources.TimeSeries attribute)
timebox (pyteseo.models.forcings_request.ForcingMetadata attribute)
timestep (pyteseo.models.release_points.ReleasePoint attribute)
(pyteseo.models.simulation_request.SimulationRequest attribute)
total_mass (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
type (pyteseo.models.datasources.CteValue attribute)
(pyteseo.models.datasources.LocalSource attribute)
(pyteseo.models.datasources.OnlineSource attribute)
(pyteseo.models.datasources.TimeSeries attribute)
(pyteseo.models.forcings.Forcing attribute)
U
uuid (pyteseo.models.domain_request.DomainRequest attribute)
(pyteseo.models.simulation_request.SimulationRequest attribute)
V
valid_timebox (pyteseo.models.forcings_request.ForcingsInfo attribute)
validate_is_coastline() (pyteseo.models.domain_request.DomainRequest class method)
validate_is_elevation() (pyteseo.models.domain_request.DomainRequest class method)
validate_name_or_id() (pyteseo.models.domain_request.ApiDomainRequest class method)
validate_path_exists() (pyteseo.models.domain.Domain class method)
values (pyteseo.models.datasources.CteValue attribute)
(pyteseo.models.datasources.TimeSeries attribute)
variable_and_spatial_preprocessing() (in module pyteseo.functions.dataset)
variable_map (pyteseo.models.datasources.LocalSource attribute)
VARIABLE_NAMES (in module pyteseo.defaults)
volume (pyteseo.models.release_points.HnsReleasePoint attribute)
(pyteseo.models.release_points.OilReleasePoint attribute)
(pyteseo.models.release_points.ReleasePoint attribute)
W
water_density (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
water_salinity (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
water_temperature (in module p1_base_case)
(in module pyteseo.drafts.scenario1_type1.p1_base_case)
waves (pyteseo.models.forcings.Forcings attribute)
(pyteseo.models.forcings_request.ForcingsInfo attribute)
(pyteseo.models.forcings_request.ForcingsRequest attribute)
winds (pyteseo.models.forcings.Forcings attribute)
(pyteseo.models.forcings_request.ForcingsInfo attribute)
(pyteseo.models.forcings_request.ForcingsRequest attribute)
write_2d_forcing() (in module pyteseo.io.forcings)
write_coastline() (in module pyteseo.io.coastline)
write_cte_forcing() (in module pyteseo.io.forcings)
write_grid() (in module pyteseo.io.grid)
write_null_forcing() (in module pyteseo.io.forcings)