GithubHelp home page GithubHelp logo

wangshaohua / chinese-postman Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rkistner/chinese-postman

0.0 2.0 0.0 116 KB

Python application to solve the Chinese postman problem

License: MIT License

chinese-postman's Introduction

Chinese postman problem

This is a Python program to solve the Chinese postman problem.

Usage with Quantum GIS

Python 2.7 is required for the plugin to run. Therefore this only works on QGIS 1.8+ on Windows (which bundles Python 2.7). The plugin may work on QGIS 1.7+ on Linux, as long as you have Python 2.7 installed.

  1. Download the plugin from here.
  2. Extract the zip file to C:\Users\Yourname.qgis\python\plugins on Windows, or ~/.qgis/python/plugins on Unix.
  3. Under Plugins -> Manage Plugins, enable the plugin.
  4. Select the layer for which you want to solve the CPP.
  5. Select the features that you want to use. The "Select Features by Polygon" tool works great if you only want to use a small part of a large network.
  6. Run Plugins -> Chinese Postman -> Chinese Postman.

It should create a new layer with the results.

Command-line Usage

Requirements:

Input data file must be in CSV format, with each row containing the following columns:

  • Start node ID
  • End node ID
  • Segment length in meters
  • Segment name or ID
  • Start longitude, for example 18.4167
  • Start latitude, for example -33.9167
  • End longitude
  • End latitude

Example:

Start Node,End Node,Segment Length,Segment ID,Start Longitude,Start Latitude,End Longitude,End Latitude
1,13,57,Segment 1,18.4167,-33.9167,18.6532,-33.8561
13,22,80,Segment 2,18.6532,-33.8561,18.7650,-33.7930

Then run (assuming the file is saved as input.csv):

python postman.py --csv path.csv --gpx path.gpx input.csv

The segment ID and GPS coordinates in the input file are not used for any calculations, but are used for the CSV and GPX output.

License

All code is licensed under The MIT License (MIT).

chinese-postman's People

Contributors

rkistner avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.