Skip to content

add dataset to bulk downloads request and response models#67

Merged
lykmapipo merged 16 commits into
feature/regions-result-utilsfrom
feature/bulk-downloads-result-utils
Jul 20, 2026
Merged

add dataset to bulk downloads request and response models#67
lykmapipo merged 16 commits into
feature/regions-result-utilsfrom
feature/bulk-downloads-result-utils

Conversation

@lykmapipo

Copy link
Copy Markdown
Collaborator

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

…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

@yaaNuamahGFW yaaNuamahGFW left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

One wiring issue with the new dataset filter.

Comment thread src/gfwapiclient/resources/bulk_downloads/resources.py Outdated

@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.

Besides the Yaa comments, 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
@lykmapipo
lykmapipo merged commit b2367d8 into feature/regions-result-utils Jul 20, 2026
1 check passed
@lykmapipo
lykmapipo deleted the feature/bulk-downloads-result-utils branch July 20, 2026 14:29
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.

3 participants