Sample data and metadata for GIS packages
Project description
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).
Sometimes you just need test metadata.
This library provides all of the above.
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 DATA_DIR >>> print DATA_DIR '/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' >>> from gisdata import METADATA_DIR >>> print METADATA_DIR '/usr/lib/python2.6/site-packages/gisdata/metadata' >>> from gisdata import GOOD_METADATA >>> print GOOD_METADATA '/usr/lib/python2.6/site-packages/gisdata/metadata/good'
Known Issues
Vector data does not have sld files
No .keywords files for machine tags
Contributors
- Ariel Núñez (ingenieroariel)
Initial vector and raster data
- Rob Marianski (rmarianski)
Time enabled datasets
- Tom Kralidis (tomkralidis)
Metadata samples
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.5.4.tar.gz
(1.2 MB
view details)
File details
Details for the file gisdata-0.5.4.tar.gz
.
File metadata
- Download URL: gisdata-0.5.4.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4759c04fa95ccfb881a535a9b25dc3b1a4c1a2a89cf6c3583013a641fd593b41 |
|
MD5 | 7b4ff3a88bb0fb7d7ee82392e1e6104c |
|
BLAKE2b-256 | 2ae3bd15b7a5d0cdd8d316b051ac3e2ec180bd09d9a144e6df35733cbdc9ca82 |