Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Remember to rebuild the containers, if any other example set-up from `docker/exa

You can insert example data into your running instance (`url_stub`) by using the [simulator](./tools/simulator/simulator.py).
Ensure to set-up your python environment accordingly and install the [required dependencies](./tools/simulator/requirements.txt) in your simulator env.
You can limit the amount of observations (`num_of_obs_to_insert`) being inserted in the `simlutor.py`
You can limit the amount of observations (`num_of_obs_to_insert`) being inserted in the `simulator.py`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion connected-systems-api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ async def close_db():
APP.config["QUART_AUTH_BASIC_READWRITE_PASSWORD"] = "test"
print(APP.config)

""" Initialize peristent database/provider connections """
""" Initialize persistent database/provider connections """
APP.metrics.mode = AppMode.DEV
APP.run(debug=True, host="localhost", port=5000)
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies = [
"requests>=2.32.5",
"rtree>=1.4.1",
"setuptools>=80.9.0",
"shapely==2.0.6",
"tqdm>=4.67.1",
"urllib3>=2.5.0",
"numpy==2.2.4",
Expand Down