PyPy-compatible wrapper for GDALINFO() to read GIS metadata
Project description
A cffi-based wrapper for just the GDALInfo() function from GDAL.
Returns GIS metadata from a filename as JSON.
On pypy, import sqlite3 may conflict with import gdalinfo, they both use a version of the sqlite library. Use pypy -m _sqlite3_build to build the extension against system sqlite3, and replace the one that came with the pypy distribution.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gdalinfo-0.0.3.tar.gz
(3.2 kB
view hashes)