Giter Club home page Giter Club logo

noflymapfordronepilots's Introduction

NoFlyMapForDronePilots

NoFlyMapForDronePilots is a command line Java application to create a web based browser map with no fly areas for drone pilots. The data of the OpenStreetMap project is applied for the background map and also for displaying the restricted no fly areas.

NoFlyMapForDronePilots

You will find some more information in the FOSSGIS 2018 talk @ Slideshare (German)

PREREQUISITES

NoFlyMapForDronePilots needs different dependencies:

    <dependency>
        <groupId>org.openstreetmap.osmosis</groupId>
        <artifactId>osmosis-pbf</artifactId>
        <version>0.46</version>
    </dependency>
    <dependency>
        <groupId>org.openstreetmap.osmosis</groupId>
        <artifactId>osmosis-xml</artifactId>
        <version>0.46</version>
    </dependency>
    <dependency>
        <groupId>com.vividsolutions</groupId>
        <artifactId>jts</artifactId>
        <version>1.13</version>
    </dependency>

INSTALLATION NOTES

To run NoFlyMapForDronePilots, you need:

  • The NoFlyMapForDronePilots .jar file, e.g., NoFlyMapForDronePilots-0.0.1-SNAPSHOT.jar (should be located in the target directoy after maven build/install)
  • Java Runtime Environment (JRE) 8, or later.

HOW TO RUN

java -Xmx1024m -cp NoFlyMapForDronePilots-0.0.1-SNAPSHOT.jar org.neis_one.noflymapfordronepilots.Main ./map.properties ./your-osm-file.osm ./map.js

(map.js is the output file which contains the no fly areas as JS coordinate arrays)

LICENSE

NoFlyMapForDronePilots is available under the GNU GPL version 3 or later.

AUTHORS

NoFlyMapForDronePilots was written and maintained by Pascal Neis <neis-one.org>.

noflymapfordronepilots's People

Contributors

pa5cal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

noflymapfordronepilots's Issues

compile instructions

Could you add compile and usage instructions?
I could not figure out how to build, install and use.
The pom.xml seems to install fine with mavens mvn install, but I am missing something to run the result from commandline.

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.