handa-geodata-0.2.0.1: Geographic and Geometric Data

Safe HaskellNone

Data.Geography.GeoJSON

Contents

Description

Support for parsing and manipulating GeoJSON 1.0 <http://geojson.org/geojson-spec.html>.

Synopsis

Types

Functions

readGeoJSONSource

Arguments

:: FilePath

The path to the file to be read.

-> IO (Maybe FeatureCollection)

An action for reading and parsing the file as a feature collection.

Read and parse a GeoJSON file.