Sha256: dffc191329539896caecbc2c92e621a832ceaaee013efb99be82373ed9e1af4f

Contents?: true

Size: 1.31 KB

Versions: 9

Compression:

Stored size: 1.31 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://json-schema.org/openstudio-urban-modeling/distribution_generator_properties.json#",
  "title": "URBANopt Distribution Generator",
  "description": "Schema for an URBANopt RNM Distribution Generator object",
  "type": "object",
  "properties": {
    "Capac_kW": {
      "description": "Capacity / installed power in kW.",
      "type": "string"
    }, 
    "GenP_kW": {
      "description": "Peak active power kW. Used to model the network.",
      "type": "string"
    }, 
    "GenQ_kVAr": {
      "description": "Peak reactive power in kVAr. Used to model the network.",
      "type": "string"
    }, 
    "Pinst_kW": {
      "description": "Installed active power in kW.",
      "type": "string"
    },
    "Code": {
      "description": "Unique name/ID of the feature in the RNM analysis.",
      "type": "string"
    },
    "Node": {
      "description": "Name/ID of the RNM analysis feature it is associated with.",
      "type": "string"
    },
    "NomV_kV": {
      "description": "Nominal Voltage in kV.",
      "type": "string"
    },
    "Subest": {
      "description": "Substation the generator is connected to.",
      "type": "string"
    },
    "Feeder": {
      "description": "Feeder the generator is connected to.",
      "type": "string"
    }
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
urbanopt-geojson-1.0.1 lib/urbanopt/geojson/schema/distribution_generator.json
urbanopt-geojson-1.0.0 lib/urbanopt/geojson/schema/distribution_generator.json
urbanopt-geojson-0.11.2 lib/urbanopt/geojson/schema/distribution_generator.json
urbanopt-geojson-0.11.1 lib/urbanopt/geojson/schema/distribution_generator.json
urbanopt-geojson-0.11.0 lib/urbanopt/geojson/schema/distribution_generator.json
urbanopt-geojson-0.10.0 lib/urbanopt/geojson/schema/distribution_generator.json
urbanopt-geojson-0.9.0 lib/urbanopt/geojson/schema/distribution_generator.json
urbanopt-geojson-0.8.1 lib/urbanopt/geojson/schema/distribution_generator.json
urbanopt-geojson-0.8.0 lib/urbanopt/geojson/schema/distribution_generator.json