Skip to content

improve fourwings report Result with matched AIS vessels properties#64

Merged
lykmapipo merged 30 commits into
feature/vessels-result-utilsfrom
feature/fourwings-result-utils
Jul 20, 2026
Merged

improve fourwings report Result with matched AIS vessels properties#64
lykmapipo merged 30 commits into
feature/vessels-result-utilsfrom
feature/fourwings-result-utils

Conversation

@lykmapipo

Copy link
Copy Markdown
Collaborator

This:

  • Add vessel_ids property to extract matched AIS vessel identifiers (IDs)
  • Add first_transmission_dates and last_transmission_dates properties to extract matched AIS vessel transmission timestamps

lykmapipo added 10 commits June 22, 2026 23:57
This:
- Add `vessel_ids` property to extract and strip unique, non-null AIS vessel identifiers (IDs)
- Add `first_transmission_dates` property to collect unique list AIS first transmission dates
- Add `last_transmission_dates` property to collect unique list AIS last transmission dates
This:
- Add `EventResult` class as base `Result` for Events API endpoints
- Add `vessel_ids`, `start_dates` and `end_dates` properties to `EventResult`
- Refactor `EventDetailResult` and `EventListResult` to inherit `EventResult`
This:
- Update `bulk_downloads`, `events`, and `fourwings` resources to support the `Region`
- Refactor `**kwargs` type annotations from `Dict[str, Any]` to `Any`
…eports

This:
- Add `dataset` field to `BulkReportItem` to track the `dataset` used to generate the bulk report
- Add `dataset` field to `BulkReportListParams` to support filtering bulk reports by a specific `dataset`
- Update `BulkDownloadResource.get_all_bulk_reports()` public method to accept the optional `dataset` filter parameter
…ebook

This:
- Update vessel search examples to use `vessel_search_result.vessel_ids`
- Update vessel details workflow to use `vessels_result.vessel_ids`
- Simplify start/end date logic using `.transmission_dates_from` and `.transmission_dates_to`
- Pass list of vessel IDs(strings) to get vessel insights
- Add documentation references to the Vessels API, Insights API and Vessel Viewer
This:
- Document `result.vessel_ids` shortcut for passing matched vessel IDs to other APIs
- Add documentation references to Vessels API, Insights API, and the Vessel Viewer
This:
- Add examples and notes for filtering and obtaining Regions of Interest (ROIs) from (EEZ, MPA, RFMO) regions
- Update guide and notebook outputs
@lykmapipo lykmapipo self-assigned this Jun 23, 2026
@lykmapipo lykmapipo added the enhancement New feature or request label Jun 23, 2026
This:
- Update usage guides and notebook to demonstrate how to pass custom regions
- Update type hint annotations and docstrings for the `geometry` parameter
This:
- Update usage guides and notebook to demonstrate how to pass custom regions
- Update examples to use the Reference Data API to fetch predefined regions of interest (ROIs)
- Sync code block snippets and execution outputs across `4wings-api.md` and `4wings-api.ipynb`
- Update type hint annotations and docstrings for the `geojson` parameter
…book

This:
- Update usage guides and notebook to demonstrate how to pass custom regions
- Update examples to use the Reference Data API to fetch predefined regions of interest (ROIs)
- Update type hint annotations and docstrings for the `geojson` parameter
This:
- Update workflow to use the Reference Data API to fetch predefined regions of interest (ROIs)
- Transition from fixed string date filters to dynamic windows using `datetime`
- Re-run notebook cells to capture updated DataFrame outputs

@aperdizs aperdizs left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

This:
- Fix typo in the Getting Started example
- Correct Markdown code fences in the Events API guide
- Clarify GeoJSON parameter descriptions for bulk downloads and 4Wings resources
update usage guides, workflow guides, and notebooks
…-result-utils

add dataset to bulk downloads request and response models
…-utils

support base Region usage across API endpoints
…utils

add events API endpoints base Result class with matched AIS vessels properties
@lykmapipo
lykmapipo merged commit 18b84ee into feature/vessels-result-utils Jul 20, 2026
1 check passed
@lykmapipo
lykmapipo deleted the feature/fourwings-result-utils branch July 20, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants