-
Notifications
You must be signed in to change notification settings - Fork 26
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
Dev environmental exposure #1455
base: main
Are you sure you want to change the base?
Conversation
…r env_feature extractor
…es with given domain IRI
…tion for route use
…etedata with given IRI
…-feeature endpoint and trajectory endpoint, in case data stored in multiple stacks
… from db directly
…ype and domain name query
… used in exposure_utils.py to avoid hardcode of query command
…anage functions used in exposure calculation
… from exposure_utils
… exposure_utilities
…ry templates defined in exposure calculator
…ace query and generic query
…l, utilities function and registerted exposure blueprint
Agents/FenlandTrajectoryAgent/agent/exposure_calculator/exposure_utilities.py
Outdated
Show resolved
Hide resolved
Please also comment on the apparent redundancy of the files |
…da and query templates
…from stack config using utils.stack_configs.py
Only resources/ontop.obda is necessary as it is requested in the Dockerfile. Redundant mappings and query templates have been removed. Please check commit [729e4ec] for details if needed |
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.
The docker image does not build. It throws the following error:
6.394 INFO: pip is looking at multiple versions of geopandas to determine which version is compatible with other requirements. This could take a while.
6.396 ERROR: Cannot install Fenland-Trajectory-Agent and fenland-trajectory-agent==0.1.1 because these package versions have conflicting dependencies.
6.397
6.397 The conflict is caused by:
6.397 fenland-trajectory-agent 0.1.1 depends on numpy==1.21.6
6.397 geopandas 1.0.1 depends on numpy>=1.22
6.397
6.397 To fix this you could try to:
6.397 1. loosen the range of package versions you've specified
6.397 2. remove package versions to allow pip to attempt to solve the dependency conflict
6.397
6.398 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Please resolve this.
…ecent dependency requirements of geopandas
…cal machine to meet potential dependency requirements of geopandas
The conflict occurred because the new geopandas version requires numpy >= 1.22, while the previous configuration locked numpy to version 1.21.6, which is too low. I have now updated the dependency to require numpy>=1.22 and reviewed the other package dependencies, so there should be no further issues. |
Please remove the first line (stating the |
Please capitalise |
…' to 'AS' in FROM statements
…files to avoid deprecation warning
…files to avoid deprecation warning in build and compose stack files
Thanks! FromAsCasing warning has been addressed by commit [5325049] |
Oh sorry, our recent new agents now default to use Docker Compose V2, version field is no longer required. This has been addressed in commit [c600db5] and [23cea9b]. |
No description provided.