./geography/py-gdal, Translator library for raster geospatial data formats, Python binding

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.10.0nb1, Package name: py312-gdal-3.10.0nb1, Maintainer: gdt

GDAL is a translator library for raster geospatial data formats that
is released under an X/MIT style Open Source license. 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. It includes roughly 60 format drivers. Current
translators include:
* GeoTIFF (read/write)
* Erdas Imagine (read/write)
* ESRI .BIL (read)
* .aux labelled raw (read/write)
* DTED (read)
* SDTS DEM (read)
* CEOS (read)
* JPEG (read/write)
* PNG (read/write)
* Geosoft GXF (read)
* Arc/Info Binary Grid (read)
A full list is available at http://www.gdal.org/formats_list.html.

This package is a binding for Python language.


Required to run:
[geography/gdal-lib] [math/py-numpy] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 8979.031 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-11-07 14:32:44 by Greg Troxel | Files touched by this commit (1)
Log message:
geography/py-gdal: Reset PKGREVISION

(It would be nice if additional PGKREVISION were placed under the
commented-out 0, or better yet to uncomment and edit.  Misordered
PKGREVISION are not so obvious, at least to me.)
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-06-28 01:32:31 by Greg Troxel | Files touched by this commit (5)
Log message:
geography/gdal*: Update to 3.9.1

Upstream NEWS: bugfixes and minor improvements
   2024-06-19 14:00:45 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/gdal*: Cope with deficient (no rtree) sqlite3

As background, the sqlite3 in NetBSD 9 lacks rtree support.

gdal expects the rtree extension to sqlite3 (geopackages are an
important format, and based on sqlite).  The base package had a cmake
configure arg to allow accepting sqlite3 without rtree.  This commit
rototills gdal-lib's comments about base/pkg sqlite3 and rtree, but
does not otherwise change gdal-lib.

In py-gdal, declare a cmake configure arg to accept sqlite3 without
rtree, and pass it to the hand-written cmake run to create bits needed
by the python build (that could have been in the distfile but aren't).
No change is expected if the package built before.

(It remains to understand if gdal on NetBSD 9 has operational failures
due to missing rtree support.)