https://github.com/yaph/shpinfo
A command line program to print meta information about the given shapefile.
https://github.com/yaph/shpinfo
cli command-line-tool gis information-retrieval python-package shapefile
Last synced: 8 months ago
JSON representation
A command line program to print meta information about the given shapefile.
- Host: GitHub
- URL: https://github.com/yaph/shpinfo
- Owner: yaph
- License: mit
- Created: 2015-06-27T15:34:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T22:15:51.000Z (over 10 years ago)
- Last Synced: 2025-02-08T11:47:50.463Z (8 months ago)
- Topics: cli, command-line-tool, gis, information-retrieval, python-package, shapefile
- Language: Python
- Homepage: https://pythonhosted.org/shpinfo/
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
shpinfo
===============================.. image:: https://img.shields.io/travis/yaph/shpinfo.svg
:target: https://travis-ci.org/yaph/shpinfo.. image:: https://img.shields.io/pypi/v/shpinfo.svg
:target: https://pypi.python.org/pypi/shpinfoA command line program to print meta information about the given shapefile.
* Free software: MIT license
* Documentation: https://pythonhosted.org/shpinfo/.Install
-------::
$ pip install shpinfo
Usage
-----::
$ shpinfo myfile.shp
.. image:: https://raw.githubusercontent.com/yaph/shpinfo/master/shpinfo.gif