obs-portal/api/obs/api
gluap 10f6b0c0c9 make sure we generate the right geometry column type and stay with the types we had from osm2psql (and thus compatible with older installations).
I believe retrofitting the migrations is OK as these were overwritten by osm2pgsql in the past anyhow. Now at least we create the schema everyone is using already.
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 make sure we generate the right geometry column type and stay with the types we had from osm2psql (and thus compatible with older installations). 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