Business_Cases: add sa_fleet_geofence_pipeline notebook - #181
Open
kadolor wants to merge 1 commit into
Open
Conversation
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>
|
Found 1 changed notebook. Review the changes at https://app.gitnotebooks.com/wherobots/wherobots-examples/pull/181 |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
Business_Cases/sa_fleet_geofence_pipeline.ipynband 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.ipynbBusiness_Cases/images/sa_fleet_geofence_pipeline_header_image.pngREADME.md— repository-structure block, regenerated by the pre-commit hookReview 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
For Release PRs (Wherobots Team Only)
If this PR is part of a wbc-images release, tags must be created after merging:
mainafter 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.
See CONTRIBUTING.md for details.