Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,10 @@
"metadata": {},
"source": [
"# Example 1: Fleet distribution per location\n",
"Track changes in tanker numbers in a custom set of Vortexa locations. In this example we monitor the supply of MR2 tankers in each basin (Atlantic and Pacific). This can indicate where supply side pressure might come into play for freight rates in various regions, as well as highlight changes in tanker migration patterns."
"Track changes in tanker numbers in a custom set of Vortexa locations. In this example we monitor the supply of MR2 tankers in each basin (Atlantic and Pacific). This can indicate where supply side pressure might come into play for freight rates in various regions, as well as highlight changes in tanker migration patterns.",
"\n",
"\n",
"**Note:** *The `risk_rating` and `risk_rating_excl` parameters (which map to `vessel_risk_level` and `vessel_risk_level_excluded` in the API) may not be available for all accounts. If not available, the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.*"
]
},
{
Expand Down Expand Up @@ -3203,7 +3206,7 @@
" </tr>\n",
" </tbody>\n",
"</table>\n",
"<p>164 rows × 3 columns</p>\n",
"<p>164 rows \u00d7 3 columns</p>\n",
"</div>"
],
"text/plain": [
Expand Down Expand Up @@ -3404,4 +3407,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,10 @@
"metadata": {},
"source": [
"# Example 1: Fleet distribution per location\n",
"Track changes in tanker numbers in a custom set of Vortexa locations. In this example we monitor the supply of MR2 tankers in each basin (Atlantic and Pacific). This can indicate where supply side pressure might come into play for freight rates in various regions, as well as highlight changes in tanker migration patterns."
"Track changes in tanker numbers in a custom set of Vortexa locations. In this example we monitor the supply of MR2 tankers in each basin (Atlantic and Pacific). This can indicate where supply side pressure might come into play for freight rates in various regions, as well as highlight changes in tanker migration patterns.",
"\n",
"\n",
"**Note:** *The `risk_rating` and `risk_rating_excl` parameters (which map to `vessel_risk_level` and `vessel_risk_level_excluded` in the API) may not be available for all accounts. If not available, the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.*"
]
},
{
Expand All @@ -1467,7 +1470,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"2024-09-17 15:52:52,899 vortexasdk.client WARNING You are using vortexasdk version 0.73.0, however version 0.73.1 is available.\n",
"2024-09-17 15:52:52,899 vortexasdk.client \u2014 WARNING \u2014 You are using vortexasdk version 0.73.0, however version 0.73.1 is available.\n",
"You should consider upgrading via the 'pip install vortexasdk --upgrade' command.\n",
"Downloading vessel_count for period: 2018-01-01 00:00:00 to 2021-12-31 23:59:59\n",
"Downloading vessel_count for period: 2022-01-01 00:00:00 to 2024-09-17 15:53:38.241636\n",
Expand Down Expand Up @@ -15340,7 +15343,7 @@
" </tr>\n",
" </tbody>\n",
"</table>\n",
"<p>196 rows × 3 columns</p>\n",
"<p>196 rows \u00d7 3 columns</p>\n",
"</div>"
],
"text/plain": [
Expand Down Expand Up @@ -42604,4 +42607,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/vessel_availability_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ def search(
filter_vessel_tags: A tag ID, or list of tag IDs to filter on.

filter_vessel_risk_level: A risk level ID, or list of risk level IDs to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

filter_recent_visits: Filter availability by each vessel's recent visits

Expand All @@ -142,6 +144,8 @@ def search(
exclude_vessel_tags: A tag ID, or list of tag IDs to exclude.

exclude_vessel_risk_level: A risk level ID, or list of risk level IDs to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

# Returns
`TimeSeriesResult`
Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/vessel_availability_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ def search(
filter_vessel_tags: A tag ID, or list of tag IDs to filter on.

filter_vessel_risk_level: A risk level ID, or list of risk level IDs to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

filter_recent_visits: Filter availability by each vessel's recent visits

Expand All @@ -155,6 +157,8 @@ def search(
exclude_vessel_tags: A tag ID, or list of tag IDs to exclude.

exclude_vessel_risk_level: A risk level ID, or list of risk level IDs to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

# Returns
`VesselAvailabilityResult`
Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/vessel_availability_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def search(
filter_vessel_tags: A tag ID, or list of tag IDs to filter on.
filter_vessel_risk_level: A risk level ID, or list of risk level IDs to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.
Comment on lines +131 to +132
exclude_products: A product ID, or list of product IDs to exclude.
Expand All @@ -150,6 +152,8 @@ def search(
exclude_vessel_tags: A tag ID, or list of tag IDs to exclude.
exclude_vessel_risk_level: A risk level ID, or list of risk level IDs to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.
# Returns
`TimeSeriesResult`
Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_congestion_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
Comment on lines +212 to +216
the filter will be ignored and vessel_risk_level will not appear in response data.

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of: `'disabled'`, `'inc'`, `'exc'`. Passing disabled means the filter is not active.

Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_geography_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment on lines +257 to +262

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of: `'disabled'`, `'inc'`, `'exc'`. Passing disabled means the filter is not active.

Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_product_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment on lines +257 to +262

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of: `'disabled'`, `'inc'`, `'exc'`. Passing disabled means the filter is not active.

Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_routes_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment on lines +256 to +261

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of: `'disabled'`, `'inc'`, `'exc'`. Passing disabled means the filter is not active.

Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_search_enriched.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of `disabled`, `inc`, `exc`. Passing disabled means the filter is not active.

Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of: `'disabled'`, `'inc'`, `'exc'`. Passing disabled means the filter is not active.

Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_timeseries_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of: `'disabled'`, `'inc'`, `'exc'`. Passing disabled means the filter is not active.

Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_top_hits.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of: `'disabled'`, `'inc'`, `'exc'`. Passing disabled means the filter is not active.

Expand Down
4 changes: 4 additions & 0 deletions vortexasdk/endpoints/voyages_vessel_class_breakdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,12 @@ def search(
vessel_tags_excluded: A time bound vessel tag, or list of time bound vessel tags to exclude.

vessel_risk_level: A vessel risk level, or list of vessel risk levels to filter on.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored, results will not be filtered by risk level, and vessel_risk_level will not appear in response data.

vessel_risk_level_excluded: A vessel risk level, or list of vessel risk levels to exclude.
Note: This filter may not be available for all accounts. If not available,
the filter will be ignored and vessel_risk_level will not appear in response data.
Comment thread
kdalkas marked this conversation as resolved.

has_ship_to_ship: Filter data where at least one STS transfer occurs, or none. - one of: `'disabled'`, `'inc'`, `'exc'`. Passing disabled means the filter is not active.

Expand Down
2 changes: 1 addition & 1 deletion vortexasdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.24"
__version__ = "1.0.25"
Loading