Skip to content

add events API endpoints base Result class with matched AIS vessels properties#65

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

add events API endpoints base Result class with matched AIS vessels properties#65
lykmapipo merged 25 commits into
feature/fourwings-result-utilsfrom
feature/events-result-utils

Conversation

@lykmapipo

Copy link
Copy Markdown
Collaborator

This:

  • Add base EventResult class for events API endpoints
  • Refactor EventDetailResult and EventListResult to inherit EventResult
  • Add matched AIS vessel_ids, start_dates and end_dates properties to EventResult

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

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
@lykmapipo
lykmapipo merged commit d01acab into feature/fourwings-result-utils Jul 20, 2026
1 check passed
@lykmapipo
lykmapipo deleted the feature/events-result-utils branch July 20, 2026 14:38
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