Skip to main content

Supercharged mercantile

Project description

supermercado
============

|Build Status| |codecov.io|

``supermercado`` extends the functionality of
```mercantile`` <https://github.com/mapbox/mercantile>`__ with
additional commands

Installation
------------

**From pypi**

::

pip install supermercado

**To develop locally**

::

git clone git@github.com:mapbox/supermercado.git
cd supermercado
pip install -e .

Usage
-----

::

Usage: supermercado [OPTIONS] COMMAND [ARGS]...

Options:
--help Show this message and exit.

Commands:
burn Burn a stream of GeoJSON into a output...
edges For a stream of [<x>, <y>, <z>] tiles, return...
union Returns the unioned shape of a steeam of...

``supermercado burn``
~~~~~~~~~~~~~~~~~~~~~

::

<{geojson} stream> | supermercado burn <zoom> | <[x, y, z] stream>

Takes an input stream of GeoJSON and returns a stream of intersecting
``[x, y, z]``\ s for a given zoom.

.. figure:: https://cloud.githubusercontent.com/assets/5084513/14003508/94bc0994-f110-11e5-8e99-e9aadf07bf8d.png
:alt: image

image

::

cat data/ellada.geojson | supermercado burn 10 | mercantile shapes | fio collect

.. figure:: https://cloud.githubusercontent.com/assets/5084513/14003559/d5427ba6-f110-11e5-80d5-a2aba6433e77.png
:alt: image

image

``supermercado edges``
~~~~~~~~~~~~~~~~~~~~~~

::

<[x, y, z] stream> | supermercado edges | <[x, y, z] stream>

Outputs a stream of ``[x, y, z]``\ s representing the edge tiles of an
input stream of ``[x, y, z]``\ s. Edge tile = any tile that is either
directly adjacent to a tile that does not exist, or diagonal to an empty
tile.

::

cat data/ellada.geojson | supermercado burn 10 | supermercado edges | mercantile shapes | fio collect | geojsonio

.. figure:: https://cloud.githubusercontent.com/assets/5084513/14003587/01e8e370-f111-11e5-8df4-ac3ae07bbf92.png
:alt: image

image

``supermercado union``
~~~~~~~~~~~~~~~~~~~~~~

::

<[x, y, z] stream> | supermercado union | <{geojson} stream>

Outputs a stream of unioned GeoJSON from an input stream of
``[x, y, z]``\ s. Like ``mercantile shapes`` but as an overall footprint
instead of individual shapes for each tile.

::

cat data/ellada.geojson | supermercado burn 10 | supermercado union | fio collect | geojsonio

.. figure:: https://cloud.githubusercontent.com/assets/5084513/14003622/365af88c-f111-11e5-8712-28f42253e270.png
:alt: image

image

``getting crazy``
~~~~~~~~~~~~~~~~~

::

cat data/ellada.geojson | supermercado burn 12 | supermercado edges | supermercado union | fio collect | geojsonio

.. figure:: https://cloud.githubusercontent.com/assets/5084513/14003951/ccfecf3c-f113-11e5-943b-94bd6eca1536.png
:alt: image

image

.. |Build Status| .. image:: https://travis-ci.org/mapbox/supermercado.svg?branch=master
:target: https://travis-ci.org/mapbox/supermercado
.. |codecov.io| image:: https://codecov.io/github/mapbox/supermercado/coverage.svg?token=qkqtUNdabO&branch=master
:target: https://codecov.io/github/mapbox/supermercado?branch=master

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supermercado-0.0.3.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file supermercado-0.0.3.tar.gz.

File metadata

File hashes

Hashes for supermercado-0.0.3.tar.gz
Algorithm Hash digest
SHA256 16f6e3500adf862bce50957421c95739c49b4c756c52f73ee99d07934ddcf2b2
MD5 572b8dc8868f076418130f63e8091bf7
BLAKE2b-256 e597808a9a944918bc36c74d97239cc9dac16afa7cda5971ba303e74aa415332

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page