obs-portal/api
2023-03-30 14:18:44 +02:00
..
migrations Update 35e7f1768f9b_create_table_road.py 2023-03-30 14:18:44 +02:00
obs np.float was a deprecated alias for the builtin float. To avoid this error in existing code, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here. 2023-03-30 14:18:44 +02:00
scripts@bbc6feca08 Parse device identifiers and create UserDevice entries in database 2023-03-12 13:13:46 +01:00
tools Docs for new pipeline 2023-03-30 14:18:44 +02:00
.dockerignore Fix .dockerignore by moving them into the actual contexts 2021-05-14 09:19:25 +02:00
.gitignore Add config.overrides.py for development config 2022-02-18 18:34:02 +01:00
.migrations.js Move everything into "api" folder, for this will be a monorepo 2021-02-17 21:49:50 +01:00
alembic.ini Add alembic setup for migrating 2022-03-16 21:01:20 +01:00
config.dev.py Remove lean mode 2023-03-30 14:18:44 +02:00
config.py.example Remove lean mode 2023-03-30 14:18:44 +02:00
Dockerfile Live tiles, API executes openmaptiles-tools 2021-11-22 09:51:18 +01:00
requirements.txt New import pipeline with a PBF conversion step 2023-03-30 14:18:44 +02:00
setup.py update what can be updated without breaking stuff. 2023-03-26 14:15:57 +02:00