Giter Club home page Giter Club logo

geonode-gisdata's Introduction

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).

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

geonode-gisdata's People

Contributors

ingenieroariel avatar tomkralidis avatar ismailsunni avatar rmarianski avatar travislbrundage avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.