gisdata

Sample data for GIS packages
Download

gisdata Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Ariel Nunez
  • Publisher web site:
  • http://github.com/AIFDR/

gisdata Tags


gisdata Description

gisdata provides 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.InstallationThe latest release can be installed using:: pip install gisdataUsageGet 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'Product's homepage


gisdata Related Software