antarctica / PolarRoute

Long-distance maritime polar route planning, taking into account complex changing environmental conditions.
MIT License
15 stars 3 forks source link

Add in total traveltime and fuel properties to route output #231

Closed gecoombs closed 12 months ago

gecoombs commented 12 months ago

PolarRoute Pull Request

Date: 05/10/23 Version Number: 0.3.6

Description of change

Add in single value properties for the total fuel and travel time to the geojson route output for easy display in GIS software.

Fixes #115

Testing

Files changed:

polar_route/__init__.py
polar_route/route_planner.py

Test dump: route_test_dump.txt

Checklist

SamuelHall700 commented 12 months ago

image The total travel time and total fuel consumption now appear when clicking on a route in ArcGIS :)