Sample data for GIS packages
Project description
=======================================
gis-data - Sample data for GIS packages
=======================================
Sometimes you need sample raster and vector data for your python applications.
Sometimes you need bad data for your corner test cases. (No projections, NaN values).
This library provides both.
Installation
============
The latest release can be installed using::
pip install gisdata
Usage
=====
Get the absolute path to the the sample data from python::
>>> from gisdata import GIS_DATA
>>> print GIS_DATA
'/usr/lib/python2.6/site-packages/gisdata/data'
>>> from gisdata import BAD_DATA
>>> print BAD_DATA
'/usr/lib/python2.6/site-packages/gisdata/data/bad'
>>> from gisdata import GOOD_DATA
>>> print GOOD_DATA
'/usr/lib/python2.6/site-packages/gisdata/data/good'
Known Issues
============
* Vector data does not have sld files
* No xml files with metadata
* No .keywords fils for machine tags
gis-data - Sample data for GIS packages
=======================================
Sometimes you need sample raster and vector data for your python applications.
Sometimes you need bad data for your corner test cases. (No projections, NaN values).
This library provides both.
Installation
============
The latest release can be installed using::
pip install gisdata
Usage
=====
Get the absolute path to the the sample data from python::
>>> from gisdata import GIS_DATA
>>> print GIS_DATA
'/usr/lib/python2.6/site-packages/gisdata/data'
>>> from gisdata import BAD_DATA
>>> print BAD_DATA
'/usr/lib/python2.6/site-packages/gisdata/data/bad'
>>> from gisdata import GOOD_DATA
>>> print GOOD_DATA
'/usr/lib/python2.6/site-packages/gisdata/data/good'
Known Issues
============
* Vector data does not have sld files
* No xml files with metadata
* No .keywords fils for machine tags
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
gisdata-0.3.2.tar.gz
(66.0 kB
view details)
File details
Details for the file gisdata-0.3.2.tar.gz
.
File metadata
- Download URL: gisdata-0.3.2.tar.gz
- Upload date:
- Size: 66.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b1ce8cf6f32dd5ae7c35014e36319c491258cc71f44afec0baf0a710a378d1b |
|
MD5 | b1a060d9640fbd2481418e143a812819 |
|
BLAKE2b-256 | f5e24e09a18c4a7856a208ec4505d4272cc79ae76b9e71947a03bc5ee1b59de2 |