Sha256: 59f1cd1f9f35d6b3b304f25d7d80b8a28e1328a413bf81badd70a1148b7f8993

Contents?: true

Size: 1.34 KB

Versions: 65

Compression:

Stored size: 1.34 KB

Contents

# earth

Earth is a collection of data models that represent various things found here on Earth, such as pet breeds, kinds of rail travel, zip codes, and Petroleum Administration for Defense Districts.

The data that these models represent can be pulled from http://data.brighterplanet.com

## Usage

    require 'earth'
    Earth.init :automobile, :locality
    ft = AutomobileFuelType.first
    ...

You can also run data imports via the data_miner gem.

    require 'earth'
    Earth.init :fuel
    Earth.taps_server # 'http://user:pass@data.brighterplanet.com'

    DataMiner.run :resource_names #> [FuelPrice]</tt>

## Collaboration cycle 
Brighter Planet vigorously encourages collaborative improvement of its emitter libraries. Collaboration requires a (free) GitHub account.

### You
1.  Fork the earth repository on GitHub.
1.  Write a test proving the existing implementation's inadequacy. Ensure that the test fails. Commit the test.
1.  Improve the code until your new test passes and commit your changes.
1.  Push your changes to your GitHub fork.
1.  Submit a pull request to brighterplanet.

### Brighter Planet
1.  Receive a pull request.
1.  Pull changes from forked repository.
1.  Ensure tests pass.
1.  Review changes for scientific accuracy.
1.  Merge changes to master repository and publish.
1.  Direct production environment to use new emitter version.

Version data entries

65 entries across 65 versions & 2 rubygems

Version Path
earth-0.4.4 README.markdown
earth-0.4.3 README.markdown
earth-0.4.2 README.markdown
earth-0.4.1 README.markdown
earth-0.4.0 README.markdown
earth-0.3.15 README.markdown
earth-0.3.14 README.markdown
earth-0.3.13 README.markdown
earth-0.3.11 README.markdown
earth-0.3.10 README.markdown
earth-0.3.9 README.markdown
earth-0.3.8 README.markdown
earth-0.3.7 README.markdown
earth-0.3.6 README.markdown
earth-0.3.5 README.markdown
earth-0.3.4 README.markdown
earth-0.3.3 README.markdown
earth-0.3.2 README.markdown
earth-0.3.1 README.markdown
earth-0.3.0 README.markdown