Paul Bienkowski
fbf4d739f5
improve sql formatting and parameter passing
2024-02-18 10:13:41 +01:00
gluap
7bffc3a2b3
do not make inaccessible ways cycleable (often used for tram tracks)
2024-01-31 14:02:47 +01:00
gluap
4940679201
Release: 0.8.1
2024-01-25 22:24:21 +01:00
gluap
6d35001f8d
merge exporting zones from "exports" page
2024-01-25 22:11:11 +01:00
Paul Bienkowski
ba7de7582d
Add openbikesensor-transform-osm command to PATH
2023-08-17 13:46:20 +02:00
gluap
4f44cc0e56
fix per-user-statistics
2023-07-08 14:05:23 +02:00
gluap
b9c9a61ca1
Release: 0.8.0
2023-06-22 22:01:29 +02:00
gluap
c897412f99
Merge pull request #343 from openbikesensor/next-document-upgrade
...
Next document upgrade
2023-06-19 20:41:36 +02:00
gluap
43765092c3
fix issue when displaying mapdetails (newer numpy deprecates numpy.bool, it was always an alias for bool apparently)
2023-06-10 19:37:34 +02:00
gluap
da82303042
implement reviewer comments
...
- rename road_usage -> segments (as we're actually dealing with segments not with roads)
- use "select as" to ensure defined behaviour
- cleanup
2023-05-29 13:20:34 +02:00
gluap
de029fa3d2
Merge branch 'next-semaphore' into next-semaphore-with-road-usage
2023-05-19 11:31:35 +02:00
gluap
0766467412
Merge branch 'next' into next-semaphore
2023-05-19 11:30:49 +02:00
gluap
edc3c37abb
fix openid logout (wasn't working with old keycloak anyhow, but this works at least with new keycloak)
2023-05-19 11:29:15 +02:00
gluap
7ff88aba15
Add the possibility to export road usage (without temporal filtering)
2023-05-18 13:51:05 +02:00
Paul Bienkowski
a6811d4ba2
Also add semaphore for exports
2023-05-13 20:52:45 +02:00
Paul Bienkowski
d3fbb113f3
Fix export bounding box ESPG id
2023-05-13 20:52:04 +02:00
Paul Bienkowski
c249b1638e
Add semaphore to limit simultaneous requests to tile data
2023-05-13 20:42:22 +02:00
Paul Bienkowski
dd2e995720
generate proper filenames for bulk download, and use that as base folder inside tar
2023-05-13 20:22:16 +02:00
gluap
612a443dde
make the tar strip the common parts of the directory structure.
2023-05-13 20:22:16 +02:00
Paul Bienkowski
1c53230b4d
chore: fix log import
2023-05-13 20:22:16 +02:00
gluap
7e44f6d31d
implement comments from review; slow fade-in of events
2023-05-13 20:22:16 +02:00
gluap
a946ea53c9
Add bulk downloading
2023-05-13 20:22:16 +02:00
Paul Bienkowski
251be4a699
Fix bearings on road info, and German words for those
2023-04-01 20:19:59 +02:00
Paul Bienkowski
dd72ed791f
Use ESPG 3857 for all geometry columns
2023-04-01 16:44:47 +02:00
Paul Bienkowski
ce8054b7ae
Use NUTS for region import, not OSM
2023-03-31 21:06:59 +02:00
Paul Bienkowski
6fb5dfe6de
Fix index names on geometry tables and add way_id/relation_id indexes
2023-03-30 14:18:44 +02:00
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
gluap
dd912bcd0d
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
Paul Bienkowski
ac90d50239
Remove lean mode
2023-03-30 14:18:44 +02:00
Paul Bienkowski
4c1c95e4ff
Add chunk utility
2023-03-30 14:18:44 +02:00
Paul Bienkowski
69d7f64ead
Add import_group columns for OSM data tables
2023-03-30 14:18:44 +02:00
Paul Bienkowski
276a2ddc69
Remove HSTORE tags column from region table
2023-03-30 14:18:44 +02:00
Paul Bienkowski
de8d371b65
Include device count in stats
2023-03-30 14:18:26 +02:00
gluap
cf8358d14b
fix the road_usage issue dennis found.
2023-03-26 22:34:20 +02:00
Paul Bienkowski
61b74e90fd
wip:Build devices page
2023-03-12 13:37:51 +01:00
Paul Bienkowski
4fe7d45dec
Bulk update operations on tracks
2023-03-12 13:13:46 +01:00
Paul Bienkowski
cbab83e6e3
Build awesome "My Tracks" table with filters and sorting
2023-03-12 13:13:46 +01:00
Paul Bienkowski
5a78d7eb38
Parse device identifiers and create UserDevice entries in database
2023-03-12 13:13:46 +01:00
Paul Bienkowski
6c458a43f6
Raise maximum on track page limit
2023-03-12 13:09:36 +01:00
Paul Bienkowski
84ab957aa0
fix cors by implementing it ourselves
2023-03-12 13:09:36 +01:00
Paul Bienkowski
b9aaf23e0a
Clean up sanic logging
2023-03-12 13:09:36 +01:00
Paul Bienkowski
382db5a11e
Expose OBS map source for all zoom levels
2023-03-12 12:41:41 +01:00
Paul Bienkowski
78561d5929
Add route to expose region stats
2023-03-12 12:40:06 +01:00
Paul Bienkowski
ec53591ce0
Create Region table
2023-03-12 12:39:23 +01:00
Paul Bienkowski
c1ccec9664
Add display_name field to users to specify a new name within the application, without changing the login name
2022-09-26 11:53:54 +02:00
Paul Bienkowski
dec165341b
Clean usernames of invalid characters when the users receive their name from the login server
2022-09-26 11:53:54 +02:00
Paul Bienkowski
426e6c8593
Rename users when they log in with a new preferred_username
2022-09-26 11:53:54 +02:00
Paul Bienkowski
5cfc8aae39
Release: 0.7.0
2022-08-26 10:23:36 +02:00
Paul Bienkowski
1a3b971a71
Refactor filter arguments outside tile handler
2022-07-28 22:05:31 +02:00
Paul Bienkowski
201db32050
Remove logs
2022-07-28 22:05:31 +02:00