Skip to main content

Writing of coastlines, borders and rivers to images in Python

Project description

https://travis-ci.org/pytroll/pycoast.svg?branch=master https://img.shields.io/pypi/v/pycoast.svg

Python package for adding coastlines and borders to raster images.

Installation

PyCoast can be installed from PyPI using pip:

pip install pycoast

Or with conda using the conda-forge channel:

conda install -c conda-forge pycoast

Example

>>> from PIL import Image
>>> from pycoast import ContourWriterAGG
>>> img = Image.open('BMNG_clouds_201109181715_areaT2.png')
>>> proj4_string = '+proj=stere +lon_0=8.00 +lat_0=50.00 +lat_ts=50.00 +ellps=WGS84'
>>> area_extent = (-3363403.31,-2291879.85,2630596.69,2203620.1)
>>> area_def = (proj4_string, area_extent)
>>> cw = ContourWriterAGG('/home/esn/data/gshhs')
>>> cw.add_coastlines(img, area_def, resolution='l', level=4)
>>> cw.add_rivers(img, area_def, level=5, outline='blue')
>>> cw.add_borders(img, area_def, outline=(255, 0, 0))
>>> img.show()

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

pycoast-1.4.0.tar.gz (7.5 MB view details)

Uploaded Source

File details

Details for the file pycoast-1.4.0.tar.gz.

File metadata

  • Download URL: pycoast-1.4.0.tar.gz
  • Upload date:
  • Size: 7.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1.post20200529 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for pycoast-1.4.0.tar.gz
Algorithm Hash digest
SHA256 f7aacb93f60442516e2afcdd5b0a7de88e43bdd057fc91bba2c610e3db37d1ee
MD5 590c80456f387a2bf16865442aad19a4
BLAKE2b-256 201302666c880916a491a95362f4362a51e74ac34f783b150b7e7eaf610b35be

See more details on using hashes here.

Provenance

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