hgis: Package and command-line for GIS with Haskell

[ bsd3, library, web ] [ Propose Tags ]

Package containting functions to make graphs, read shapefiles, and compute areas/perimeters of geographic features.


[Skip to Readme]

Modules

[Last Documentation]

  • GIS
    • Exe
      • GIS.Exe.Opt
      • GIS.Exe.OptCairo
    • Graphics
      • GIS.Graphics.PlotPNG
      • GIS.Graphics.PlotSVG
    • GIS.Hylo
    • Math
      • GIS.Math.Projections
      • GIS.Math.Spherical

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2.0, 0.1.2.1, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.4, 0.1.3.5, 0.1.3.6, 0.1.3.7, 0.1.3.8, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3
Dependencies ansi-wl-pprint (>=0.6.7.3 && <0.7), base (>=4.9.1.0 && <4.10), binary (>=0.8.3.0 && <0.9), bytestring (>=0.10.8.1 && <0.11), Chart (>=1.8.2 && <1.9), Chart-cairo (>=1.8.2 && <1.9), Chart-diagrams (>=1.8.2 && <1.9), colour (>=2.3.3 && <2.4), composition (>=1.0.2.1 && <1.1), data-binary-ieee754 (>=0.4.4 && <0.5), data-default (>=0.7.1.1 && <0.8), directory (>=1.3.0.0 && <1.4), filepath (>=1.4.1.1 && <1.5), hgis (>=0.1.1.0 && <0.2), lens (>=4.15.1 && <4.16), monad-loops (>=0.4.3 && <0.5), optparse-applicative (>=0.13.1.0 && <0.14), transformers (>=0.5.2.0 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright: (c) 2016 Vanessa McHale
Author Vanessa McHale
Maintainer tmchale@wisc.edu
Category Web
Home page https://github.com/vmchale/hgis#readme
Source repo head: git clone https://github.com/vmchale/hgis
Uploaded by vmchale at 2017-03-04T22:53:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hgis
Downloads 10688 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-03-04 [all 3 reports]

Readme for hgis-0.1.1.0

[back to package description]

HGIS (aichgis)

About

This is a library and command-line tool for GIS.

Currently, it generates maps and computes perimters, areas, and compactness. You can use it to look at your congressional district for evidence of gerrymandering.

Installation

hgis is best installed with stack. Try

stack install hgis

or

stack install hgis --flag hgis:-cairo

to install with bindings cairo library, which will enable outputs as PNGs.

You can also clone this repository and type stack build if you want to start hacking.

Usage

Command-line

From the command line, type

hgis map --output OUTPUT.svg FILE.shp

to read a shapefile and write an svg.

You can use e.g.

hgis map --output OUTPUT.svg --projection bonne FILE.shp

to force the use of the Bonne projection.

Library

Documentation

Haddock

Haddock documentation can be accessed through hackage.