packages feed

naqsha-0.3.0.0: README.md

Naqsha
------

[![Build Staus][travis-status]][travis-naqsha]
[![Hackage][hackage-badge]][hackage]
[![Hackage Dependencies][hackage-deps-badge]][hackage-deps]
[![Stackage LTS][stackage-lts-badge]][stackage-lts]
[![Stackage Nightly][stackage-nightly-badge]][stackage-nightly]


Naqsha is a Haskell library to work with geospatial data types. The
goal of this library is to provide fast and high level access to
various operations in the geospatial setting like distance
calculations, azimuth etc. Due to the very nature of the geometry on
the surface of the globe, many of these basic tasks have multiple
algorithms based on criteria like speed of computation and
accuracy. We would like to provide all such algorithms in this
package.

The word naqsha, or more accurately naqshA (नक़्शा), means a map or a
sketch.

# Legal

Copyright 2016 Piyush P Kurur

The library is licensed under

* Apache License, Version 2.0
  <http://www.apache.org/licenses/LICENSE-2.0>
* BSD 3-Clause license
  <https://opensource.org/licenses/BSD-3-Clause>

You may not use this software except in compliance with one of the
above Licenses (*at your option*).

SPDX-License-Identifier: (Apache-2.0 OR  BSD-3-Clause)

Unless required by applicable law or agreed to in writing, software
distributed under these Licenses is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. For the exact terms and conditions see the accompanying
LICENSE file.

[travis-status]: <https://secure.travis-ci.org/naqsha/naqsha.png> "Build status"
[travis-naqsha]: <https://travis-ci.org/naqsha/naqsha>

[hackage]:       <https://hackage.haskell.org/package/naqsha>
[hackage-badge]: <https://img.shields.io/hackage/v/naqsha.svg>
[hackage-deps-badge]: <https://img.shields.io/hackage-deps/v/naqsha.svg>
[hackage-deps]: <http://packdeps.haskellers.com/feed?needle=naqsha>

[stackage-lts]: <http://stackage.org/lts/package/naqsha>
[stackage-nightly]: <http://stackage.org/nightly/package/naqsha>
[stackage-lts-badge]: <http://stackage.org/package/naqsha/badge/lts>
[stackage-nightly-badge]: <http://stackage.org/package/naqsha/badge/nightly>