[Python-modules-commits] r18600 - in packages/basemap/trunk/debian (control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Sep 18 14:40:24 UTC 2011


    Date: Sunday, September 18, 2011 @ 14:40:23
  Author: morph
Revision: 18600

introduce an arch:all package to contain the data files

Modified:
  packages/basemap/trunk/debian/control

Modified: packages/basemap/trunk/debian/control
===================================================================
--- packages/basemap/trunk/debian/control	2011-09-18 14:36:25 UTC (rev 18599)
+++ packages/basemap/trunk/debian/control	2011-09-18 14:40:23 UTC (rev 18600)
@@ -9,7 +9,7 @@
 
 Package: python-mpltoolkits.basemap
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mpltoolkits.basemap-data (>= ${source:Version})
 Recommends: python-dap
 Description: matplotlib toolkit to plot on map projections
  The matplotlib basemap toolkit is a library for plotting 2D data on maps in
@@ -36,3 +36,34 @@
  years, the capabilities of Basemap have evolved as scientists in other
  disciplines (such as biology, geology and geophysics) requested and contributed
  new features.
+
+Package: python-mpltoolkits.basemap-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: matplotlib toolkit to plot on map projections (data package)
+ 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
+ polticial 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 data files for python-mpltoolkits.basemap




More information about the Python-modules-commits mailing list