Package: gdal-bin Priority: optional Section: science Installed-Size: 914 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Depends: libarmadillo3, libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.2), libdap11, libdapclient3, libdapserver7, libepsilon0, libexpat1 (>= 2.0.1), libfreexl1 (>= 0.0.2~beta20110817), libgcc1 (>= 1:4.1.1), libgdal1h (>= 1.10.1), libgeos-c1 (>= 3.3.3), libgif4 (>= 4.1.4), libhdf4-0-alt, libhdf5-7, libjasper1, libjpeg8 (>= 8c), libkml0, liblzma5 (>= 5.1.1alpha+20110809), libmysqlclient18 (>= 5.5.24+dfsg-1), libnetcdfc7, libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), libogdi3.2, libpcre3 (>= 8.10), libpng12-0 (>= 1.2.13-4), libpoppler19 (>= 0.18.4), libpq5, libproj0, libspatialite3 (>= 2.4.0~rc2), libstdc++6 (>= 4.1.1), liburiparser1 (>= 0.6.0), libxerces-c3.1, libxml2 (>= 2.6.27), odbcinst1debian2 (>= 2.2.11-3), zlib1g (>= 1:1.1.4) Suggests: python-gdal Breaks: gdal-bin (<< 1.10.0-0~) Filename: pool/osm/g/gdal/gdal-bin_1.10.1+dfsg-3~eebpo70+1_amd64.deb Size: 409558 MD5sum: c4d775c2c637463be543220ddd460dc0 SHA1: f64ed0553133252f400a06c3e1e2a3fa2ec96b57 SHA256: c8d658d075beabcc87588b23a8c8c00821a526de59feebdbdf8a94fcc35aa7f0 SHA512: 0b2300218a18dce5d82068ddf6d12f22b947e4a30e59b74743628197b4f7b8771ada79ff948b02ae763c74b4b88a7fc17d42b0b1d2d4a0d457719713624967ec Description: Geospatial Data Abstraction Library - Utility programs GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains utility programs, based on GDAL/OGR library, namely gdal_translate, gdalinfo, gdaladdo, gdalwarp, ogr2ogr, ogrinfo, ogrtindex. Homepage: http://www.gdal.org/gdal_utilities.html Package: libapache2-mod-tile Priority: optional Section: utils Installed-Size: 194 Maintainer: Frederik Ramm Architecture: amd64 Version: 0.4-12~precise2 Depends: libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libcurl3-gnutls (>= 7.16.2), debconf (>= 0.5) | debconf-2.0, renderd | tirex-master, apache2.2-common, apache2-mpm-prefork | apache2-mpm-worker Suggests: renderd Filename: pool/osm/liba/libapache2-mod-tile/libapache2-mod-tile_0.4-12~precise2_amd64.deb Size: 45386 MD5sum: eeef2b7ccb1099a9eaf0fdfc5079e1a6 SHA1: ef5b50f8e3f4062a3e009857c0e1552f200786d6 SHA256: b120b039c1edf2fb9adec3c9a9dae2a599a48bb35b771ac789f86160c373bfab SHA512: 83657306770030242fb59f09835f251ed53b145a632b29fe5d47ae2b408a314cce888a6fd8f9e05be561a44e79be8ef3391768151163a8c93c63f36bd34566fd Description: Apache module to deliver tiles created by renderd This Apache module receives map tiles requests and satisfies them from tiles stored on disk, or queries a renderd instance to create them. Package: libgdal-dev Priority: optional Section: libdevel Installed-Size: 27196 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Replaces: libgdal1-dev (<< 1.9.0-1~) Depends: libgdal1h (= 1.10.1+dfsg-3~eebpo70+1), libc6-dev, libnetcdf-dev, libjasper-dev, libpng-dev, libjpeg-dev, libgif-dev, libhdf4-alt-dev, libhdf5-dev, libpq-dev, libxerces-c-dev, unixodbc-dev, libsqlite3-dev, libgeos-dev, libmysqlclient-dev, libltdl-dev, libcurl4-gnutls-dev, libspatialite-dev, libdap-dev Suggests: libgdal-doc Breaks: libgdal1-dev (<< 1.9.0-1~) Filename: pool/osm/g/gdal/libgdal-dev_1.10.1+dfsg-3~eebpo70+1_amd64.deb Size: 7185526 MD5sum: 5e3e0228fba045490c6f71eae3c7702a SHA1: fd89f8d069265f5d9d1872da6c73778499724c03 SHA256: 79f840304e57f69595a962ff4e22cd4dcea670db01e30a46cde7dcac6a11ee32 SHA512: 29d8ca38744b0d9ccd182cfc6996bd7d108bd929f7197223e56fddedc62c1f8b71c31885df79337f40d3c0395ec8c7d26c83436d834bbeec35ecd35aa717ae33 Description: Geospatial Data Abstraction Library - Development files GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports many popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains the files needed to develop a software that will use the GDAL/OGR (headers, static objects, configuration script). Homepage: http://www.gdal.org/ Package: libgdal-doc Priority: optional Section: doc Installed-Size: 16909 Maintainer: Debian GIS Project Architecture: all Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Suggests: libgdal1h Filename: pool/osm/g/gdal/libgdal-doc_1.10.1+dfsg-3~eebpo70+1_all.deb Size: 2947788 MD5sum: 67db16111fff7ca89eaee248787e860f SHA1: 7d2046f739a6b6dddbb7e675a625b56fac81e4a3 SHA256: 2e2a26b3c62f92cd0dbada59a0ce7c0ecfd6b4c5010e783d3747ec99bf724b56 SHA512: 96d1d123791f19842f20e6e67663ea93f0c8165f191e573cdfc6a0b8683ec8823b1703a07c00e9a1fa1a5dd97ef889df2c94a1ba0e5c6e9e87ba2cfdd4487efd Description: Documentation for the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains documentation for GDAL/OGR API. Homepage: http://www.gdal.org/#index_userdocs Package: libgdal-java Priority: optional Section: java Installed-Size: 781 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Depends: libarmadillo3, libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.2), libdap11, libdapclient3, libdapserver7, libepsilon0, libexpat1 (>= 2.0.1), libfreexl1 (>= 0.0.2~beta20110817), libgcc1 (>= 1:4.1.1), libgdal1h (>= 1.10.1), libgeos-c1 (>= 3.3.3), libgif4 (>= 4.1.4), libhdf4-0-alt, libhdf5-7, libjasper1, libjpeg8 (>= 8c), libkml0, liblzma5 (>= 5.1.1alpha+20110809), libmysqlclient18 (>= 5.5.24+dfsg-1), libnetcdfc7, libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), libogdi3.2, libpcre3 (>= 8.10), libpng12-0 (>= 1.2.13-4), libpoppler19 (>= 0.18.4), libpq5, libproj0, libspatialite3 (>= 2.4.0~rc2), libstdc++6 (>= 4.1.1), liburiparser1 (>= 0.6.0), libxerces-c3.1, libxml2 (>= 2.6.27), odbcinst1debian2 (>= 2.2.11-3), zlib1g (>= 1:1.1.4) Filename: pool/osm/g/gdal/libgdal-java_1.10.1+dfsg-3~eebpo70+1_amd64.deb Size: 359260 MD5sum: 261320e349d6040adb037988e79dc538 SHA1: 5237b83905b8e2dbb53b62b9f69606f25c0ac717 SHA256: 7ea29d4df8b2cef2d43fba57a2824216366ca38a65356550e5d063b923a20b33 SHA512: 78d2f4da4f0124746603bc8487fefdc5136659c2d48da7aab059dc4ad09661cd1f727890bc546e49e3683f847c5087ef43ea7d529e202d6eefe872d4e90c40e8 Description: Java bindings to the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains Java bindings for GDAL/OGR library. Homepage: http://map.hut.fi/doc/Geo-GDAL/html/ Package: libgdal-perl Priority: optional Section: perl Installed-Size: 1301 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Depends: libarmadillo3, libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.2), libdap11, libdapclient3, libdapserver7, libepsilon0, libexpat1 (>= 2.0.1), libfreexl1 (>= 0.0.2~beta20110817), libgdal1h (>= 1.10.1), libgeos-c1 (>= 3.3.3), libgif4 (>= 4.1.4), libhdf4-0-alt, libhdf5-7, libjasper1, libjpeg8 (>= 8c), libkml0, liblzma5 (>= 5.1.1alpha+20110809), libmysqlclient18 (>= 5.5.24+dfsg-1), libnetcdfc7, libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), libogdi3.2, libpcre3 (>= 8.10), libpng12-0 (>= 1.2.13-4), libpoppler19 (>= 0.18.4), libpq5, libproj0, libspatialite3 (>= 2.4.0~rc2), liburiparser1 (>= 0.6.0), libxerces-c3.1, libxml2 (>= 2.6.27), odbcinst1debian2 (>= 2.2.11-3), zlib1g (>= 1:1.1.4), perl (>= 5.14.2-21), perlapi-5.14.2 Filename: pool/osm/g/gdal/libgdal-perl_1.10.1+dfsg-3~eebpo70+1_amd64.deb Size: 454822 MD5sum: 4e77b1eee1f91c1eb71ac1a759ed2e36 SHA1: 1bcdb229397513a1be6e65e002b2f2172852abb4 SHA256: 5f2964d3e99a5819342087ba455db8ef2870b80dda3fa588e6203e906204c69e SHA512: e34ae56f37f56633616a63249f855742d316439d009d49cd14545cf01946b149c69e5b88930176be1cb65c81e0a2b60614aff7efb06be3bdc591cf89c0f62bdd Description: Perl bindings to the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains Perl bindings for GDAL/OGR library. Homepage: http://map.hut.fi/doc/Geo-GDAL/html/ Package: libgdal1-dev Priority: optional Section: libdevel Installed-Size: 245 Maintainer: Debian GIS Project Architecture: all Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Depends: libgdal-dev Filename: pool/osm/g/gdal/libgdal1-dev_1.10.1+dfsg-3~eebpo70+1_all.deb Size: 144596 MD5sum: 72b30522fc0f1ef6ea7d2774b7f2a325 SHA1: 5af26fbb04a8d4c5cfeff1a748a5ad9fef785566 SHA256: fe167093628e09d75644b929c5bbd3d3d092ff13b28fcd0f2046075335fe4840 SHA512: 070b97ed881ec429f6f44f5ec8d7a6fbb14b8487b4aa843c1cb1adcdae502905f8588a373bf1c0d9a5ca0ed65942d3902af6f0947c4abb9a8dc16772aa8c75cc Description: Geospatial Data Abstraction Library - Transitional package GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports many popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This is a transitional dummy package that depends on libgdal-dev and is used to allow versioned build dependencies to work in any build environment. Homepage: http://www.gdal.org/ Package: libgdal1h Priority: optional Section: libs Installed-Size: 13698 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Replaces: libgdal1 (<= 1.10.0-0~), libgdal1-1.6.0 (<= 1.10.0-0~) Depends: libarmadillo3, libc6 (>= 2.11), libcurl3-gnutls (>= 7.16.2), libdap11, libdapclient3, libdapserver7, libepsilon0, libexpat1 (>= 2.0.1), libfreexl1 (>= 0.0.2~beta20110817), libgcc1 (>= 1:4.1.1), libgeos-c1 (>= 3.3.3), libgif4 (>= 4.1.4), libhdf4-0-alt, libhdf5-7, libjasper1, libjpeg8 (>= 8c), libkml0, liblzma5 (>= 5.1.1alpha+20120614), libmysqlclient18 (>= 5.5.24+dfsg-1), libnetcdfc7, libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), libogdi3.2, libpcre3 (>= 8.10), libpng12-0 (>= 1.2.13-4), libpoppler19 (>= 0.18.4), libpq5, libproj0, libspatialite3 (>= 2.4.0~rc2), libstdc++6 (>= 4.6), liburiparser1 (>= 0.6.0), libxerces-c3.1, libxml2 (>= 2.7.4), odbcinst1debian2 (>= 2.2.11-3), zlib1g (>= 1:1.2.0) Recommends: proj-bin Breaks: libgdal1 (<= 1.10.0-0~), libgdal1-1.6.0 (<= 1.10.0-0~) Filename: pool/osm/g/gdal/libgdal1h_1.10.1+dfsg-3~eebpo70+1_amd64.deb Size: 4947948 MD5sum: 663087240da49c656a364e83c0f39bc3 SHA1: fce662c83621e3f1fc467c6eb94d478f5d8454ef SHA256: 5746f6d764c04e458614d664788eef6370259a98384f613950cd9450aff3289e SHA512: e63bfe555674d69de5fac376b9a189f9f73052bc163708279691e2d7c760804568c2ec31aa85b37792211cf7cdf2231dcef7ae1078c1688b0ebca68f8cebd06f Description: Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports many popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains the shared library. Homepage: http://www.gdal.org/ Package: libmapnik-dev Priority: optional Section: libdevel Installed-Size: 2673 Maintainer: Debian GIS Project Architecture: amd64 Source: mapnik Version: 2.2.0+ds1-6~eebpo70+1 Replaces: libmapnik2-dev (<< 2.2.0+ds1-1~) Depends: libmapnik2.2 (= 2.2.0+ds1-6~eebpo70+1), libc6-dev | libc-dev, libboost-filesystem-dev, libboost-system-dev, libboost-thread-dev, libboost-regex-dev, libboost-program-options-dev, libicu-dev, libpng-dev, libjpeg-dev, libtiff-dev, zlib1g-dev, libfreetype6-dev, libxml2-dev, libproj-dev, libboost-python-dev, libcairo2-dev, pkg-config, python-cairo-dev, libpq-dev, libgdal1-dev, libsqlite3-dev, libcurl4-gnutls-dev, librasterlite-dev Recommends: mapnik-doc Breaks: libmapnik2-dev (<< 2.2.0+ds1-1~) Filename: pool/osm/m/mapnik/libmapnik-dev_2.2.0+ds1-6~eebpo70+1_amd64.deb Size: 404794 MD5sum: 4229aa0db1c60a9792618d31825e8f52 SHA1: 8a3ce691475d3649ccfa4e67ef3d8f1e4383618f SHA256: cdf4a103c7bf950aa37557e38d7a9a064144f491a9f3fb10b33f9610f6b5ddb0 SHA512: 615a3642ad7fe59fa12416bf7c67c890cd4bf588abddae234e20216737edfe3c64c3be410ef5a39006a7e66083ac50aee73af73bf681d2948a33ba9dc7936bd5 Description: C++/Python toolkit for developing GIS applications (devel) Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django, etc. . This package contains the development headers, API documentation, and build utilities. Homepage: http://www.mapnik.org/ Package: libmapnik2-dev Priority: optional Section: oldlibs Installed-Size: 43 Maintainer: Debian GIS Project Architecture: all Source: mapnik Version: 2.2.0+ds1-6~eebpo70+1 Depends: libmapnik-dev Filename: pool/osm/m/mapnik/libmapnik2-dev_2.2.0+ds1-6~eebpo70+1_all.deb Size: 11952 MD5sum: 352b81ae87812a363633d944f3fb0eb6 SHA1: 693e3289a16169570cff62a3eb82f83c9519d0d1 SHA256: d3d437698660047840d6fa610400a4aa85c4bff87e7f545d426d25364e413187 SHA512: 7edb6fea14cf5f154310a344ba30b1c0824e70c1773535c2290483cd4885bd77b26fcc1fa94e87f9d9f1bb63ec48551683dc012115bdf1003cab4731501d57be Description: C++/Python toolkit for developing GIS applications (dummy) Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django, etc. . This package is a transitional package, and can be safely removed if nobody depends on it. Homepage: http://www.mapnik.org/ Package: libmapnik2.2 Priority: optional Section: libs Installed-Size: 12941 Maintainer: Debian GIS Project Architecture: amd64 Source: mapnik Version: 2.2.0+ds1-6~eebpo70+1 Depends: libboost-filesystem1.49.0 (>= 1.49.0-1), libboost-python1.49.0 (>= 1.49.0-1), libboost-regex1.49.0 (>= 1.49.0-1), libboost-system1.49.0 (>= 1.49.0-1), libboost-thread1.49.0 (>= 1.49.0-1), libc6 (>= 2.4), libcairo2 (>= 1.6.0), libcurl3-gnutls (>= 7.16.2), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdal1h (>= 1.8.0), libicu48 (>= 4.8-1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libpq5, libproj0, libpython2.6 (>= 2.6), librasterlite1 (>= 1.1~svn11), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.6), libtiff4 (>> 3.9.5-3~), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), ttf-dejavu Suggests: postgis Filename: pool/osm/m/mapnik/libmapnik2.2_2.2.0+ds1-6~eebpo70+1_amd64.deb Size: 3043512 MD5sum: 5b64eece51de2d5bd81cdb08a15acedb SHA1: 3352264fded101e640ea837fd2ee4920d9a2918e SHA256: c297ac5f487111a62ef02dd991224cb56c595162474f29450452b8d1d978e116 SHA512: d155a94e75f9d429235d0620ba9008f92f8069dc3c267071331ead86ed0e5617db06c04446eb5084316cc9d363ae97470852eb38bed8658fc04f43d936b0c3e5 Description: C++/Python toolkit for developing GIS applications (libraries) Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django, etc. . This package contains the shared library and input plugins. Homepage: http://www.mapnik.org/ Package: mapnik-doc Priority: optional Section: doc Installed-Size: 4357 Maintainer: Debian GIS Project Architecture: all Source: mapnik Version: 2.2.0+ds1-6~eebpo70+1 Recommends: libmapnik-dev Filename: pool/osm/m/mapnik/mapnik-doc_2.2.0+ds1-6~eebpo70+1_all.deb Size: 2285100 MD5sum: c0daca83c1c7ce462f4d9d9f3a6520da SHA1: 13702f59d90bf627883a68c7446f2de956ae104b SHA256: d27bae0e348ef082f133ad4a91d1ce6ed30e9426b67b1a04679f5467138fe2ab SHA512: b9441e2325c8f95175a202105a6a043d352dcfa4d26231ddc46c127ce91d2b0209b2472cb1ec423a012356014e08ad40b04bb107b539bfc5153f37ea1bf09490 Description: C++/Python toolkit for developing GIS applications (doc) Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django, etc. . This package contains developer documentation. Homepage: http://www.mapnik.org/ Package: mapnik-utils Priority: optional Section: utils Installed-Size: 211 Maintainer: Debian GIS Project Architecture: amd64 Source: mapnik Version: 2.2.0+ds1-6~eebpo70+1 Depends: libboost-program-options1.49.0 (>= 1.49.0-1), libboost-system1.49.0 (>= 1.49.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libmapnik2.2, libstdc++6 (>= 4.4.0), python (>= 2.5), python-mapnik, python-lxml Filename: pool/osm/m/mapnik/mapnik-utils_2.2.0+ds1-6~eebpo70+1_amd64.deb Size: 70342 MD5sum: 28fc43fb4769b774190cfc18e56f9a4d SHA1: 9bd48869f8d429e23923004208de91940ab08db7 SHA256: 95ead5ca2c4e7c9319004a6ae9f46dcac7272c6af186449d446c6b493d3c29e8 SHA512: 4c719b509a6304a05e5b92ba4f343dd637d884617bffffe2bb80cb80b7b6b5274dfa50a4bb4f21ca107730b8db587947d8967999b33cd7a85bed0f5eba374b93 Description: C++/Python toolkit for developing GIS applications (utilities) Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django, etc. . This package contains miscellaneous utilities distributed with mapnik: . shapeindex: program to creates file system based index for ESRI shape-files Homepage: http://www.mapnik.org/ Package: osm2pgsql Priority: optional Section: utils Installed-Size: 415 Maintainer: Debian GIS Project Architecture: amd64 Version: 0.86.0-1~eebpo70+1 Depends: libbz2-1.0, libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libgeos-3.3.3 (>= 3.3.3), liblua5.2-0, libpq5, libproj0, libprotobuf-c0 (>= 0.10), libstdc++6 (>= 4.4.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.3.3) Recommends: postgis Filename: pool/osm/o/osm2pgsql/osm2pgsql_0.86.0-1~eebpo70+1_amd64.deb Size: 226948 MD5sum: bde8b650a4dc5a8e1898ea63eeaf3297 SHA1: aab693d5f123a58f7a5d5e9ec0453c346214dbe7 SHA256: 216c6ae58cf29085e18f1f52bdd3ca341510039fbe9cd0198a01df5c2d91eefe SHA512: 71779cb6eaa21716cd76aa8b4029888f96e65e8b60fcbea6a2fdf942adeb47ffbd97c71cb9645cdf4f1b43674ba9745eeffe24ebaf0defcd1595a6d1a03040bc Description: OpenStreetMap data to PostgreSQL converter Convert OSM planet snapshot data to SQL suitable for loading into a PostgreSQL database with PostGIS geospatial extensions. This database may then be used to render maps with Mapnik or for other geospatial analysis. Homepage: http://wiki.openstreetmap.org/wiki/Osm2pgsql Package: python-gdal Priority: optional Section: python Installed-Size: 2820 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Provides: python2.6-gdal, python2.7-gdal Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgdal1h (>= 1.10.1), libstdc++6 (>= 4.1.1), python (<< 2.8), python (>= 2.6.6-3), python-numpy (>= 1:1.6.1), python-numpy-abi9 Filename: pool/osm/g/gdal/python-gdal_1.10.1+dfsg-3~eebpo70+1_amd64.deb Size: 923962 MD5sum: e1f0609ca1ea28c1a5cf5e641542ce27 SHA1: d72e7a0282b62d53248bbd779497de6153f77757 SHA256: f3544fb201ef9179a20320e432630d91dd0e0d17ee39d686113171908bafbc74 SHA512: a175f2ff8f57a6dddf3c76d169c496cc445b62c8cd3051093bbfadff8489f9f65f8004505dd4c0d95fe9d24508c3df6236c0383c85befa3af9041c433cc60226 Description: Python bindings to the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains Python bindings for GDAL/OGR library and a set of additional command line tools. Homepage: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython Package: python-mapnik Priority: optional Section: python Installed-Size: 12106 Maintainer: Debian GIS Project Architecture: amd64 Source: mapnik Version: 2.2.0+ds1-6~eebpo70+1 Replaces: python-mapnik2 (<< 2.2.0+ds1-1~) Provides: python2.6-mapnik, python2.7-mapnik Depends: libboost-python1.49.0 (>= 1.49.0-1), libboost-thread1.49.0 (>= 1.49.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libmapnik2.2, libstdc++6 (>= 4.6), python (>= 2.6.6-3), python (<< 2.8), python-cairo Breaks: python-mapnik2 (<< 2.2.0+ds1-1~) Filename: pool/osm/m/mapnik/python-mapnik_2.2.0+ds1-6~eebpo70+1_amd64.deb Size: 2439144 MD5sum: 27c064caf4cafd49e2dbd822a6cfaa59 SHA1: 580d74d0777a7521ad876b51ff6a34335ffd64c5 SHA256: 9d6fe03b984376941394437aee78a67e533fe69ca8673869fcd446c331f28ccd SHA512: 59e6c5667a1bf6eef53e2b3e223098ce452bc52fa485f7d9f5a81ade6daa72fe5ebdedf22b85108d37895954edef39db89952a6cf76e8d0033f6b7e14691ebe6 Description: C++/Python toolkit for developing GIS applications (Python) Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django, etc. . This package contains the Python bindings. Homepage: http://www.mapnik.org/ Package: python-mapnik2 Priority: optional Section: oldlibs Installed-Size: 43 Maintainer: Debian GIS Project Architecture: all Source: mapnik Version: 2.2.0+ds1-6~eebpo70+1 Depends: python-mapnik Filename: pool/osm/m/mapnik/python-mapnik2_2.2.0+ds1-6~eebpo70+1_all.deb Size: 11952 MD5sum: d7de6113910a67761b66e8c63f3c2935 SHA1: dcedbdb78b9eca97889a34c5dbf722a01d80ec97 SHA256: e31365be1f57197855a5f5808b8cc7e7ff46607afc0e3770e10d9951b706704a SHA512: 25bd6ee50a726dbff4b41ad0827d9854fdb28a77ecd92f260d3ac7ab49b953a0d35512421b1882f59a04426364f4d54f7edb0d06ab674cdf74f5379a03b4c9d1 Description: C++/Python toolkit for developing GIS applications (dummy) Mapnik is an OpenSource C++/Python toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django, etc. . This package is a transitional package, and can be safely removed if nobody depends on it. Homepage: http://www.mapnik.org/ Package: python3-gdal Priority: optional Section: python Installed-Size: 1466 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 1.10.1+dfsg-3~eebpo70+1 Provides: python3.2-gdal Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgdal1h (>= 1.10.1), libstdc++6 (>= 4.1.1), python3 (<< 3.3), python3 (>= 3.2.3-3~), python3-numpy (>= 1:1.6.1), python3-numpy-abi9 Filename: pool/osm/g/gdal/python3-gdal_1.10.1+dfsg-3~eebpo70+1_amd64.deb Size: 478552 MD5sum: a4b33d22a2135b4836c4727eb224fc22 SHA1: f8ba7f7b004ccd15cecc29685175d4454037939f SHA256: bc1ace53270b71585426f09214315dcb613f0226dc8aa6d25c9e63155f33f818 SHA512: d47139b6e8182aeb78f4ce24791deae5bdfb6edfba411f75926ac8ac20f13608c1078f2d7d78288ee42b8b921fd059265ee9b23f24ebd011a72bba872518d0e8 Description: Python 3 bindings to the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains Python 3 bindings for GDAL/OGR library and a set of additional command line tools. Homepage: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython Package: renderd Priority: optional Section: utils Installed-Size: 334 Maintainer: Frederik Ramm Architecture: amd64 Source: libapache2-mod-tile Version: 0.4-12~precise2 Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcurl3-gnutls (>= 7.16.2), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libmapnik2.2, libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Recommends: osm2pgsql, openstreetmap-mapnik-stylesheet-data Suggests: libapache2-mod-tile Filename: pool/osm/liba/libapache2-mod-tile/renderd_0.4-12~precise2_amd64.deb Size: 110114 MD5sum: abce164f48826f7816c58572734e7701 SHA1: d1b19652b0aaeb33f019d7a5d0f85dd59cf6ea89 SHA256: 2c9069160f23750a105eada92104b046855dc84a45bd5ffdf13cb795c1ad5384 SHA512: d6611693a4e3204c77f20dd31e1f0101855648f408a9150f4e8ebc807bcecb5d27333b2136d80828d68ab4012fa19b4642b35eccf2176839074bfbd0c7d16344 Description: Daemon that renders map tiles using mapnik This daemon creates "metatiles" for map tile requests issued by mod_tile using the mapnik library.