basemap 1.0.7+dfsg-1 source package in Ubuntu

Changelog

basemap (1.0.7+dfsg-1) unstable; urgency=low


  [ Jakub Wilk ]
  * Add Vcs-* fields.
  * Fix a typo in the package description.

  [ Sandro Tosi ]
  * New upstream release
  * patch refreshed
  * debian/copyright
    - extended packaging copyright years
    - use the right URL for Format header
    - added reference to local file for GPL-2 license
  * debian/control
    - bump Standards-Version to 3.9.5 (no changes needed)
    - update Homepage field
  * debian/watch
    - mangle local version

 -- Sandro Tosi <email address hidden>  Sat, 11 Jan 2014 22:12:05 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Downloads

File Size SHA-256 Checksum
basemap_1.0.7+dfsg-1.dsc 1.7 KiB 5dc1c7d93c9a5159da69ca11469e09f8bc875f45c2cc3df47f2ce9a47af16f46
basemap_1.0.7+dfsg.orig.tar.gz 121.6 MiB 100da4bff18e2570da523a980fc26d577676cd614c7a715b3cd01d0fcc5102d4
basemap_1.0.7+dfsg-1.debian.tar.gz 21.1 KiB 62bd46b58447ff46e6311bd78ec1d89b861c07066e6c02c64bc14715d71f84ee

Available diffs

No changes file available.

Binary packages built by this source

python-mpltoolkits.basemap: matplotlib toolkit to plot on map projections

 The matplotlib basemap toolkit is a library for plotting 2D data on maps in
 Python. It is similar in functionality to the matlab mapping toolbox, the IDL
 mapping facilities, GrADS, or the Generic Mapping Tools. PyNGL and CDAT are
 other libraries that provide similar capabilities in Python.
 .
 Basemap does not do any plotting on its own, but provides the facilities to
 transform coordinates to one of 23 different map projections (using the PROJ.4
 C library). Matplotlib is then used to plot contours, images, vectors, lines or
 points in the transformed coordinates. Shoreline, river and political boundary
 datasets (from Generic Mapping Tools) are provided, along with methods for
 plotting them. The GEOS library is used internally to clip the coastline and
 political boundary features to the desired map projection region.
 .
 Basemap provides facilities for reading data in netCDF and Shapefile formats,
 as well as directly over http using OPeNDAP. This functionality is provided
 through the PyDAP client, and a Python interface to the Shapefile C library.
 .
 Basemap is geared toward the needs of earth scientists, particular
 oceanographers and meteorologists. The author originally wrote Basemap to help
 in his research (climate and weather forecasting), since at the time CDAT was
 the only other tool in Python for plotting data on map projections. Over the
 years, the capabilities of Basemap have evolved as scientists in other
 disciplines (such as biology, geology and geophysics) requested and contributed
 new features.

python-mpltoolkits.basemap-data: No summary available for python-mpltoolkits.basemap-data in ubuntu wily.

No description available for python-mpltoolkits.basemap-data in ubuntu wily.

python-mpltoolkits.basemap-doc: matplotlib toolkit to plot on map projections (documentation)

 The matplotlib basemap toolkit is a library for plotting 2D data on maps in
 Python. It is similar in functionality to the matlab mapping toolbox, the IDL
 mapping facilities, GrADS, or the Generic Mapping Tools. PyNGL and CDAT are
 other libraries that provide similar capabilities in Python.
 .
 Basemap does not do any plotting on its own, but provides the facilities to
 transform coordinates to one of 23 different map projections (using the PROJ.4
 C library). Matplotlib is then used to plot contours, images, vectors, lines or
 points in the transformed coordinates. Shoreline, river and political boundary
 datasets (from Generic Mapping Tools) are provided, along with methods for
 plotting them. The GEOS library is used internally to clip the coastline and
 political boundary features to the desired map projection region.
 .
 Basemap provides facilities for reading data in netCDF and Shapefile formats,
 as well as directly over http using OPeNDAP. This functionality is provided
 through the PyDAP client, and a Python interface to the Shapefile C library.
 .
 Basemap is geared toward the needs of earth scientists, particular
 oceanographers and meteorologists. The author originally wrote Basemap to help
 in his research (climate and weather forecasting), since at the time CDAT was
 the only other tool in Python for plotting data on map projections. Over the
 years, the capabilities of Basemap have evolved as scientists in other
 disciplines (such as biology, geology and geophysics) requested and contributed
 new features.
 .
 This package contains documentation and examples for python-mpltoolkits.basemap