persistent-spatial: Database agnostic, spatially indexed type for geographic points.

[ database, geography, library, mit ] [ Propose Tags ]

Defines type for storing geographic coordinates that can be spatially indexed by any database which supports Word64. This inxeding is implemented using a normal integer index on points repersented using a Morton Z-Order curve. Geographic regions are transformed into a covering set of tiles (contigious ranges) which can be used in a single query.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies aeson, base (>=4.7 && <5), http-api-data, integer-logarithms, lens, persistent, text [details]
License MIT
Copyright 2019 Satsuma Labs
Author George Steel
Maintainer george.steel@gmail.com
Revised Revision 1 made by gtsteel at 2019-01-29T19:50:07Z
Category Database, Geography
Home page https://github.com/SatsumaLabs/persistent-spatial#readme
Source repo head: git clone https://github.com/SatsumaLabs/persistent-spatial
Uploaded by gtsteel at 2019-01-26T03:47:38Z
Distributions NixOS:0.1.0.0
Downloads 723 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-01-26 [all 1 reports]

Readme for persistent-spatial-0.1.0.0

[back to package description]

persistent-spatial

This package implements a type for storing and indexing geographic coordinates which can be used with any database which supports Word64. See the haddocks for details.