-
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
…tory data instantiated by TSClient
ceec71c
to
55b2c82
Compare
...Agent/agent/exposure_calculator/area/CumulativeBuffer_for_gps_instantiatedbyTSClient_gps.sql
Outdated
Show resolved
Hide resolved
Agents/FenlandTrajectoryAgent/agent/exposure_calculator/config.properties
Outdated
Show resolved
Hide resolved
Agents/FenlandTrajectoryAgent/agent/flaskapp/exposure/config.properties
Outdated
Show resolved
Hide resolved
Agents/FenlandTrajectoryAgent/example-requests/SendHTTP/gps_instantiate.http
Outdated
Show resolved
Hide resolved
Agents/FenlandTrajectoryAgent/example-requests/SendHTTP/gps_preprocess.http
Outdated
Show resolved
Hide resolved
Agents/FenlandTrajectoryAgent/agent/exposure_calculator/count/gps_greenspace.sql
Outdated
Show resolved
Hide resolved
Agents/FenlandTrajectoryAgent/agent/buffer_creator/trajectory_extractor.py
Outdated
Show resolved
Hide resolved
Agents/FenlandTrajectoryAgent/agent/exposure_calculator/app_debug_and_test.py
Outdated
Show resolved
Hide resolved
…ry for area calculation
…le and update readme
…tter understanding
… 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
No description provided.