File: image.rst

package info (click to toggle)
python-mpop 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,516 kB
  • ctags: 1,877
  • sloc: python: 15,374; xml: 820; makefile: 90; sh: 8
file content (28 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. _geographic-images:

===================
 Geographic images
===================

In order to build satellite composites, mpop has to handle images. We could
have used PIL, but we felt the need to use numpy masked arrays as base for our
image channels, and we had to handle geographically enriched images. Hence the
two following modules: :mod:`mpop.imageo.image` to handle simple images, and
:mod:`mpop.imageo.geo_image`.

Simple images
=============

.. automodule:: mpop.imageo.image
   :members:
   :undoc-members:

Geographically enriched images
==============================

.. automodule:: mpop.imageo.geo_image
   :members:
   :undoc-members: