Skip to content

Commit

Permalink
Update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Sep 19, 2016
1 parent 1fb7b64 commit a278f36
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.rst
Expand Up @@ -8,15 +8,17 @@ fio_taxa
:target: https://coveralls.io/github/sgillies/fio-taxa?branch=master


fio_taxa classifies GeoJSON features and finds the set of unique
kinds of features. Uniqueness is determined by geometry type and by the
names and types of values in a Feature's 'properties' member. Members
foreign to the GeoJSON specification are not considered.
fio_taxa classifies GeoJSON features.

Given a sequence of Features, fio_taxa finds and returns the set of unique
kinds of Features in the sequence. Uniqueness is determined by geometry type
and by the set of names and types of values in a Feature's 'properties' member.
Members foreign to the GeoJSON specification are not considered.

Usage
-----

fio_taxa exports one function: ``fio_taxa.classify()``.
fio_taxa has one function: ``fio_taxa.classify()``.

.. code-block:: python
Expand Down

0 comments on commit a278f36

Please sign in to comment.