Skip to content
Merged
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ streamlined and repeatable process to monitor signs and signals along any roadwa
* **ssoss_gui.py** - optional graphical front end built with Gooey that exposes the same features through a GUI.
## Requirements
- Python 3.9
- Required libraries: pandas, numpy, opencv-python, geopy, gpxpy, imageio, tqdm, lxml, pillow, piexif, timezonefinder, fastapi, uvicorn, jinja2
HTMX is loaded from its CDN when using the photo review web app.
- Required libraries: pandas, numpy, opencv-python, geopy, gpxpy, imageio, tqdm, lxml, pillow, piexif, timezonefinder

## Installation
Windows OS users can use the [Releases](https://github.com/redmond2742/ssoss/releases) to download an .exe of SSOSS for simple graphical usage. For Mac and Linux users, the command line option is described below.
Expand Down
6 changes: 0 additions & 6 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,3 @@ icecream
click
geopandas
folium
httpx
fastapi
uvicorn[standard]
python-multipart
jinja2
htmx
6 changes: 0 additions & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,3 @@ geopandas==1.1.0
# via -r dev-requirements.in
folium==0.19.7
# via -r dev-requirements.in
httpx==0.26.0
fastapi==0.97.0
uvicorn[standard]==0.27.0.post1
python-multipart==0.0.20
jinja2==3.1.6
htmx==*
6 changes: 0 additions & 6 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,4 @@ timezonefinder
click
geopandas
folium
httpx
fastapi
uvicorn[standard]
python-multipart
jinja2
htmx

6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,3 @@ click==8.2.1
geopandas==1.1.0
folium==0.19.7
# via -r requirements.in
httpx==0.26.0
fastapi==0.97.0
uvicorn[standard]==0.27.0.post1
python-multipart==0.0.20
jinja2==3.1.6
htmx==*
2 changes: 0 additions & 2 deletions src/ssoss/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

from . import ssoss_cli
from .signal_layer import build_signal_layer
from .cli import review_photos


@click.group(invoke_without_command=True, add_help_option=False)
Expand All @@ -28,7 +27,6 @@ def cli(ctx, show_help):


cli.add_command(build_signal_layer)
cli.add_command(review_photos)

if __name__ == "__main__":
cli()
Expand Down
3 changes: 0 additions & 3 deletions src/ssoss/cli/__init__.py

This file was deleted.

14 changes: 0 additions & 14 deletions src/ssoss/cli/review.py

This file was deleted.

106 changes: 0 additions & 106 deletions src/ssoss/web/reviewer.py

This file was deleted.

1 change: 0 additions & 1 deletion src/ssoss/web/static/tailwind.css

This file was deleted.

9 changes: 0 additions & 9 deletions src/ssoss/web/templates/fragment.html

This file was deleted.

23 changes: 0 additions & 23 deletions src/ssoss/web/templates/index.html

This file was deleted.

37 changes: 0 additions & 37 deletions tests/test_reviewer.py

This file was deleted.

Loading