fixed parameters folder

This commit is contained in:
Helldragon67 2024-07-24 10:34:34 +02:00
parent 127ba8c028
commit d23050b811
6 changed files with 4 additions and 40 deletions

View File

@ -1,12 +0,0 @@
'leisure'='park'
geological
'natural'='geyser'
'natural'='hot_spring'
'natural'='arch'
'natural'='volcano'
'natural'='stone'
'tourism'='alpine_hut'
'tourism'='viewpoint'
'tourism'='zoo'
'tourism'='artwork'
'waterway'='waterfall'

View File

@ -1,11 +0,0 @@
'tourism'='museum'
'tourism'='attraction'
'tourism'='gallery'
'tourism'='artwork'
historic
'amenity'='planetarium'
'amenity'='place_of_worship'
'amenity'='fountain'
'water'='reflecting_pool'
# 'tourism'='attraction' might be a bit too broad
# historic as well

View File

@ -1,8 +0,0 @@
{
"city bbox side" : 5000,
"radius close to" : 50,
"church coeff" : 0.8,
"park coeff" : 1.2,
"tag coeff" : 10,
"N important" : 40
}

View File

@ -1,5 +0,0 @@
{
"detour factor" : 1.4,
"average walking speed" : 4.8,
"max landmarks" : 7
}

View File

@ -1,3 +1,3 @@
detour_factor: 1.4
average_walking_speed: 4.8
max_landmarks: 40
max_landmarks: 7

View File

@ -35,13 +35,13 @@ def test(start_coords: tuple[float, float], finish_coords: tuple[float, float] =
nature=Preference(
name='nature',
type='nature',
score = 0),
score = 5),
shopping=Preference(
name='shopping',
type='shopping',
score = 0),
score = 5),
max_time_minute=45,
max_time_minute=180,
detour_tolerance_minute=0
)