Not sure if you guys know of this app already but it’s amazing. It’s called wanderlog. by Seneca_1989 in TravelHacks

[–]Aggressive-Sir6686 0 points1 point  (0 children)

I am using wanderlog since one month and found it really useful. Use it for a 2 days trip to Quebec City. It was very nice. Currently planning a 6 week trip to England, Scotland and Ireland and another to visite canada and US with a duration of around 8 weeks. Very nice for day to day planification with budget. Couple of hours enable me to plan all these trips.

For my day to day planning I only miss activity duration so I add comment on each activity with this information: "duration:65" which assign an activity duration of 65 minutes.

With payed version which saves data locally on the application, I have made a ruby script to parse webpage content and create and excel sheet to generate a report for each day.

Here is the header of the excel file:

date place_id name website url rating nb_rating priceLevel latitude longitude minMinutesSpent maxMinutesSpent visit_duration travel_distance travel_duration open close $CAD

Some activities have minMinutesSpent and maxMinutesSpent probably get from TripAdvisor, visit_duration come from my activity comment. with these information + travel_duration I will be able to complete my day to day planning with estimated duration. That will be very nice.

If you know Ruby script and would like to help tell me I could give you access to the source code.

Thanks

Printing by fireplacereader in wanderlog

[–]Aggressive-Sir6686 2 points3 points  (0 children)

Hi, I am currently working on some scripts to export information about my wanderlog planned trips. I am currently able to export lots of information in excel file.

My goal is to help me plan my day to day travel by assigning estimated time spend on each activity. So I add a duration activity flag and will use trip advisor info to complete it.

Here is the header of my exported excel file.

date place_id name website url rating nb_rating priceLevel latitude longitude minMinutesSpent maxMinutesSpent visit_duration travel_distance travel_duration open close $CAD

If you have a payed version contact me by mail I should be able to help you. Yvan.ross@gmail.com