obs-portal/api/obs/api
2023-03-30 14:18:44 +02:00
..
routes 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
__init__.py Release: 0.7.0 2022-08-26 10:23:36 +02:00
app.py Remove lean mode 2023-03-30 14:18:44 +02:00
cors.py fix cors by implementing it ourselves 2023-03-12 13:09:36 +01:00
db.py Add import_group columns for OSM data tables 2023-03-30 14:18:44 +02:00
process.py Remove lean mode 2023-03-30 14:18:44 +02:00
utils.py Add chunk utility 2023-03-30 14:18:44 +02:00