Sha256: b71eb5892a62c4412acaea7fe58b72e359e774fd2964956db62ab3687382d793

Contents?: true

Size: 1.47 KB

Versions: 4

Compression:

Stored size: 1.47 KB

Contents

# URBANopt GeoJSON Gem

[![Coverage Status](https://coveralls.io/repos/github/urbanopt/urbanopt-geojson-gem/badge.svg?branch=develop)](https://coveralls.io/github/urbanopt/urbanopt-geojson-gem?branch=develop)
[![nightly_build](https://github.com/urbanopt/urbanopt-geojson-gem/actions/workflows/nightly_build.yml/badge.svg)](https://github.com/urbanopt/urbanopt-geojson-gem/actions/workflows/nightly_build.yml)

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

4 entries across 4 versions & 1 rubygems

Version Path
urbanopt-geojson-0.11.2 README.md
urbanopt-geojson-0.11.1 README.md
urbanopt-geojson-0.11.0 README.md
urbanopt-geojson-0.10.0 README.md