aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-02 01:08:41 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-02 01:08:41 +0100
commita3eb2d0441ae18f75604a4bee64db18391469837 (patch)
tree8994c1987afdd9436ba0699236439d3eb6c3f04d /Taskfile.yml
parentdd544d713a2af4713c61ae0d2050f2861cc0892a (diff)
feat: Integrate Geoapify geocoding service and update configuration
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml20
1 files changed, 1 insertions, 19 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index d75d109..9015fd0 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -1,4 +1,4 @@
-version: '3'
+version: "3"
tasks:
dev-backend:
@@ -11,12 +11,6 @@ tasks:
cmds:
- npm run dev --prefix src/frontend
- build-proto:
- desc: Generates the protobuf bindings for C# and Python
- cmds:
- - protoc --python_out=./src/gtfs_perstop_report/src/proto --pyi_out=./src/gtfs_perstop_report/src/proto --proto_path=./src/common ./src/common/stop_schedule.proto
- - protoc --csharp_out=./src/Enmarcha.Backend/Types/ --proto_path=./src/common ./src/common/stop_schedule.proto
-
build-backend:
desc: Publish backend in Release mode.
cmds:
@@ -39,15 +33,3 @@ tasks:
cmds:
- dotnet format --verbosity diagnostic src/Enmarcha.Backend/Enmarcha.Backend.csproj
- npx prettier --write "src/frontend/**/*.{ts,tsx,css}"
- - uvx ruff format ./src/gtfs_perstop_report ./src/stop_downloader
-
- gen-stop-report:
- desc: Generate stop-based JSON reports for specified dates or date ranges.
- cmds:
- - uv --directory ./src/gtfs_perstop_report run ./stop_report.py --output-dir ./output/vitrasa --feed-url https://datos.vigo.org/data/transporte/gtfs_vigo.zip --force --provider vitrasa
- - uv --directory ./src/gtfs_perstop_report run ./stop_report.py --output-dir ./output/renfe --feed-url https://ssl.renfe.com/gtransit/Fichero_AV_LD/google_transit.zip --force --provider renfe
-
- gen-stop-json:
- desc: Generate stop-based JSON files for specified dates or date ranges.
- cmds:
- - uv --directory ./src/stop_downloader/vigo run ./download-stops.py