cleanup path handling for easier dockerization
This commit is contained in:
		
							
								
								
									
										26
									
								
								backend/src/parameters/amenity_selectors.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								backend/src/parameters/amenity_selectors.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| nature: | ||||
|   - "'leisure'='park'" | ||||
|   - "geological" | ||||
|   - "'natural'='geyser'" | ||||
|   - "'natural'='hot_spring'" | ||||
|   - "'natural'='arch'" | ||||
|   - "'natural'='volcano'" | ||||
|   - "'natural'='stone'" | ||||
|   - "'tourism'='alpine_hut'" | ||||
|   - "'tourism'='viewpoint'" | ||||
|   - "'tourism'='zoo'" | ||||
|   - "'waterway'='waterfall'" | ||||
|  | ||||
| shopping: | ||||
|   - "'shop'='department_store'" | ||||
|   - "'shop'='mall'" | ||||
|  | ||||
| sightseeing: | ||||
|   - "'tourism'='museum'" | ||||
|   - "'tourism'='attraction'" | ||||
|   - "'tourism'='gallery'" | ||||
|   - "historic" | ||||
|   - "'amenity'='planetarium'" | ||||
|   - "'amenity'='place_of_worship'" | ||||
|   - "'amenity'='fountain'" | ||||
|   - "'water'='reflecting_pool'" | ||||
							
								
								
									
										6
									
								
								backend/src/parameters/landmark_parameters.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								backend/src/parameters/landmark_parameters.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| city_bbox_side: 10 | ||||
| radius_close_to: 27.5 | ||||
| church_coeff: 0.6 | ||||
| park_coeff: 1.5 | ||||
| tag_coeff: 100 | ||||
| N_important: 40 | ||||
| @@ -1,8 +0,0 @@ | ||||
| { | ||||
|   "city bbox side" : 10, | ||||
|   "radius close to" : 27.5, | ||||
|   "church coeff" : 0.6, | ||||
|   "park coeff" : 1.5, | ||||
|   "tag coeff" : 100, | ||||
|   "N important" : 40 | ||||
| } | ||||
| @@ -1,5 +0,0 @@ | ||||
| { | ||||
|   "detour factor" : 1.4, | ||||
|   "average walking speed" : 4.8, | ||||
|   "max landmarks" : 10 | ||||
| } | ||||
							
								
								
									
										3
									
								
								backend/src/parameters/optimizer_parameters.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								backend/src/parameters/optimizer_parameters.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| detour_factor: 1.4 | ||||
| average_walking_speed: 4.8 | ||||
| max_landmarks: 10 | ||||
		Reference in New Issue
	
	Block a user