-
Notifications
You must be signed in to change notification settings - Fork 0
Update building-utilities-package and add in Amazon Location Services #119
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
base: develop
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR updates the project to transition from MapQuest to Amazon Location Services for geocoding functionality and refactors the package dependency from cbl-workflow to building-data-utilities.
- Updates geocoding service to use Amazon Location Services API instead of MapQuest
- Refactors package imports and dependencies from cbl-workflow to building-data-utilities
- Enhances footprint merging functionality with improved error handling and JSON serialization
Reviewed Changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
pyproject.toml | Updates package dependency and author list |
mypy.ini | Updates type checking configuration for new package |
flask_app/services/geocoding_service.py | Changes import from cbl_workflow to building_data_utilities |
flask_app/services/footprint_service.py | Major refactor of merge functionality with new imports and enhanced processing |
flask_app/services/data_transformation_service.py | Updates import to new package |
flask_app/app.py | Switches from MapQuest to Amazon API with enhanced error handling |
Documentation files | Updates references from MapQuest to Amazon Location Services |
Angular components | Updates UI text and API service calls |
.github/workflows/ci.yml | Updates CI to use new package dependency |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
worked locally!
Co-authored-by: Copilot <[email protected]>
No description provided.