Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/import voice activated crosswalks #394

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 26 additions & 20 deletions mobility_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,28 @@ To import all data sources:
The data sources can be imported separetely as explained below:

### Gas filling stations
To import data type:
To import data:
```
./manage.py import_gas_filling_stations
```
### Charging stations
To import data type:
To import data:
```
./manage.py import_charging_stations
```
### Parking garages
To import data type:
To import data:
```
./manage.py import_parking_garages
```

### Voice activated crosswalks
To import data:
```
./manage.py import_voice_activated_crosswalks
```
### Culture Routes
To import data type:
To import data:
```
./manage.py import_culture_routes
```
Expand All @@ -41,19 +47,19 @@ Culture routes are not deleted before importing. To explicity delete Culture Rou
./manage.py import_culture_routes --delete
```
### Bicycle stands
To import data type:
To import data:
```
./manage.py import_bicycle_stands
```

### Bike service stations
To import data type:
To import data:
```
./manage.py import_bike_service_stations
```

### Payment Zones
To import data type:
To import data:
```
./manage.py import_wfs PaymentZone
```
Expand All @@ -65,48 +71,48 @@ To import type:
```

### Scooter Restriction
To import data type:
To import data:
```
./manage.py import_wfs ScooterParkingArea ScooterSpeedLimitArea ScooterNoParkingArea
```

### Accessories
Imports public benches, toilets, tables and furniture groups.
To import data type:
To import data:
```
./manage.py import_wfs PublicToilet PublicTable PublicBench PublicFurnitureGroup
```
### Share car parking places
Imports parking places for car sharing cars.
To import data type:
To import data:
```
./manage.py import_share_car_parking_places
```

### Bicycle networks
Imports brush salted(BLB) and brush sanded bicycle networks(BND).
To import data type:
To import data:
```
./manage.py import_wfs BrushSaltedBicycleNetwork BrushSandedBicycleNetwork
```

### Marinas
Imports marinas, guest marina and boat parking.
Imports also berths that belongs to marinas.
To import data type:
To import data:
```
./manage.py import_marinas
```

### Disabled and no staff parkings
Imports disabled parkings and no staff parkings, i.e., no staff parking are parking places that are not intended for the staff.
To import data type:
To import data:
```
./manage.py import_disabled_and_no_staff_parkings
```

### Loading and unloading places
To import data type:
To import data:
```
./manage.py import_loading_and_unloading_places
```
Expand All @@ -122,30 +128,30 @@ To run the importer type:
```

### Paavonpolkus
To import data type:
To import data:
```
./manage.py import_wfs PaavonPolku
```
### Paddling trails
To import data type:
To import data:
```
./manage.py import_wfs PaddlingTrail
```

### Hiking trails
To import data type:
To import data:
```
./manage.py import_wfs HikingTrail
```

### Nature trails
To import data type:
To import data:
```
./manage.py import_wfs NatureTrail
```

### Fitness trails
To import data type:
To import data:
```
./manage.py import_wfs FitnessTrail
```
Expand Down Expand Up @@ -210,7 +216,7 @@ e.g., this would delete Paavonpolku mobile units,
## WFS Importer
The WFS importer imports data from the open Turku WFS server.
To set up a data source for importing in the WFS importer, configure the data source in the mobility_data/importers/data/wfs_importer_config.yml file.
To import the data type:
To import the data:
```
./manage import_wfs CONTENT_TYPE_NAME
```
Expand Down
Loading
Loading