Giter Site home page Giter Site logo

ixiami1314 / geoscala Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tsingjyujing/geoscala

0.0 1.0 0.0 1.05 MB

A geo library written by Java and Scala

Home Page: https://tsingjyujing.github.io/geo-scala-doc/

License: Apache License 2.0

Java 3.36% Scala 92.11% MATLAB 2.65% Shell 0.07% CMake 0.26% C++ 1.56%

geoscala's Introduction

geo-scala

Geo Scala

CircleCI

A robust geo library written by Java and Scala, contains:

  • GPS 2d-spherical geometry
  • GPS track compression and heat-map.
  • GPS point index
  • Machine learning algorithms implemented on sphere

Documents

See GeoScala - wiki

See Scala Doc for more details about classes.

Maven

Will deploy in Central Maven Server in the future, but now, use mvn clean install to install to local.

Now, you can use it on maven directly:

Set the scala version you wanna to use in properties:

<properties>
    <scala.version.main>2.11</scala.version.main>
</properties>

And set dependency like this:

<dependencies>
    <dependency>
        <groupId>com.github.tsingjyujing</groupId>
        <artifactId>geo-library</artifactId>
        <!--Add the version you prefer here-->
    </dependency>
</dependencies>

Notice Scala 2.10/2.12 or newer version is NOT available on maven central, you may compile and install on local by executing mvn clean install

TODO

  • Create new algorithm k-means++ & k-means || to initialize points with geo-optimized algorithm
  • parse GeoJSON object from string
  • Now support scala 2.11 only, for other scala version you should download source, modify pom.xml and mvn clean package

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.