-
Notifications
You must be signed in to change notification settings - Fork 314
Another round of change detection v1 notebook updates. #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another round of change detection v1 notebook updates. #152
Conversation
Feedback from Jonathan Evens originally for the changes.
| "In the building construction feed, a change result contains a geographic polygon or grid cell that represents the footprint of a contiguous area where we have detected building construction. Thus, these polygons represent general built-up area, and may not identify individual buildings. They may be a group of small buildings clumped together, or a new adjacent wing of an existing building.\n", | ||
| "\n", | ||
| "In the case of the road construction feed, the change results contain a linestring, instead of a polygon. This linestring represents the skeleton of a road segment that has been constructed. \n", | ||
| "In the case of the road construction feed, the change results also contain a polygon or grid cell. It represents the footprint of a contiguous area where a road segment has been constructed.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we share any more detail about what constitutes a "road segment" here?
| "#subscription_id = \"dd2878b3-eaf0-4cff-b7f9-7a39d6f460a5\" # Monthly Building Construction\n", | ||
| "subscription_id = \"dbfcd806-b44d-45d5-b84d-3566a80eca27\" # Monthly Road Construction\n", | ||
| "#subscription_id = \"635c57d3-b921-453f-8e79-70929e50a470\" # Monthly Building Construction\n", | ||
| "subscription_id = \"8869cf69-9596-47ab-8d94-52b94fcf528e\" # Monthly Road Construction\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upgrade :)
|
LGTM! Nice digram explaining cadence and lag. Adding an animation might be useful, too. |
|
Thanks @strixcuriosus for the feedback! We are trying to keep this PR really focused and bring all this Jupyter notebook work to a close, so holding off on any extensive changes for now like a new animation so that we can get this out the door. |
Feedback from Jonathan Evens originally for the changes.