https://github.com/dholth/gdalinfo
https://github.com/dholth/gdalinfo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dholth/gdalinfo
- Owner: dholth
- Created: 2021-04-20T02:16:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T21:16:28.000Z (about 5 years ago)
- Last Synced: 2025-06-17T23:16:48.272Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
gdalinfo
========
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.