Skip to content

Business_Cases: add sa_fleet_geofence_pipeline notebook - #181

Open
kadolor wants to merge 1 commit into
mainfrom
business-case-fleet-geofence-pipeline
Open

Business_Cases: add sa_fleet_geofence_pipeline notebook#181
kadolor wants to merge 1 commit into
mainfrom
business-case-fleet-geofence-pipeline

Conversation

@kadolor

@kadolor kadolor commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Description

Adds Business_Cases/sa_fleet_geofence_pipeline.ipynb and its header image.

A four-stage nightly pipeline a logistics or last-mile operator can run over a day's
telemetry: raw GPS ingest, map matching to the OSM road network, geofence tagging, and
dwell-time rollups exported as CSV/GeoJSON for BI.

Files

  • Business_Cases/sa_fleet_geofence_pipeline.ipynb
  • Business_Cases/images/sa_fleet_geofence_pipeline_header_image.png
  • README.md — repository-structure block, regenerated by the pre-commit hook

Review history

Split out of #150, which carried five notebooks at once. @RoboDonut's five threads on this
notebook — multi-line chained syntax, trip generation from GPS, broadcasting the small zone
table, carrying geometry through for the BI dashboard, and using the native GeoJSON writer
instead of hand-assembled json.dump — were all resolved there.

Checklist

  • I have tested these changes in Wherobots Cloud
  • Notebooks follow the style guide

For Release PRs (Wherobots Team Only)

If this PR is part of a wbc-images release, tags must be created after merging:

  • I will create tags from main after merge (or tags are not needed for this PR)

Tagging instructions: Both v1 and v2 tags should typically point to the same commit unless you know otherwise.

git checkout main && git pull
git tag v1.X.Y && git tag v2.X.Y-preview
git push origin v1.X.Y v2.X.Y-preview

See CONTRIBUTING.md for details.

Four-stage nightly fleet pipeline: raw GPS ingest, map matching to the OSM
road network, geofence tagging, and dwell-time rollups exported for BI.

Split out of #150 so the notebook reviews independently.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@gitnotebooks

gitnotebooks Bot commented Aug 25, 2026

Copy link
Copy Markdown

Found 1 changed notebook. Review the changes at https://app.gitnotebooks.com/wherobots/wherobots-examples/pull/181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant