Sha256: 66adc9fc5684f36ed2b59f81a3cbd8156cd6777bddb400ad8c3091348df648cf

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 KB

Contents

# URBANopt GeoJSON Gem

[![Coverage Status](https://coveralls.io/repos/github/urbanopt/urbanopt-geojson-gem/badge.svg?branch=github-action-coveralls)](https://coveralls.io/github/urbanopt/urbanopt-geojson-gem?branch=github-action-coveralls)

Library and measures to translate URBANopt™ GeoJSON format to OpenStudio. See the [developer documentation](https://urbanopt.github.io/urbanopt-geojson-gem/) for more details.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'urbanopt-geojson'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install 'urbanopt-geojson'

## Usage

The URBANopt GeoJSON Gem is an OpenStudio Extension Gem with functionality to translate
information in a GeoJSON format to energy model inputs. GeoJSON is a commonly used format
for describing geospatial data related to the built environment.

The current functionalities of the URBANopt GeoJSON gem include:

* Validate a GeoJSON file against schema.
* Translate Building Feature to an OpenStudio Model and create zones within OpenStudio Spaces within
 the Model.
* Translate Building Feature to OpenStudio Shading Objects.

# Releasing

* Update change log
* Update version in `/lib/urbanopt/geojson/version.rb`
* Merge down to master
* Release via github
* run `rake release` from master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
urbanopt-geojson-0.9.0 README.md