Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenGeoMetadata/GeoCombine
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Feb 18, 2015
2 parents c164f66 + baa38f8 commit 1bb3ef1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,20 @@ Or install it yourself as:
$ gem install geo_combine

## Usage
GeoCombine can be used as a set of rake tasks for cloning, updating, and indexing OpenGeoMetdata metdata. It can also be used as a Ruby library for converting metdata.

### Transforming metadata

```ruby
# Create a new ISO19139 object
> iso_metadata = GeoCombine::Iso19139.new('./tmp/edu.stanford.purl/bb/338/jh/0716/iso19139.xml')

# Convert it to GeoBlacklight
> iso_metadata.to_geoblacklight

# Convert that to JSON
> iso_metadata.to_geoblacklight.to_json
```

### Clone all OpenGeoMetadata repositories

Expand Down

0 comments on commit 1bb3ef1

Please sign in to comment.