Skip to content

URBANopt Site

Schema for an URBANopt Site object

Properties

  • id (string): Unique id used to refer to this feature within this dataset, generated by database.
  • project_id (string): Project which this feature belongs to.
  • name (string): Feature name.
  • state (string): State name.
  • city (string): City name.
  • latitude (number, required): Latitude of site origin in WGS 84 coordinate system (deg).
  • longitude (number, required): Longitude of site origin in WGS 84 coordinate system (deg).
  • surface_elevation (number): The surface elevation (above NAVD88 datum) of the project (ft). .
  • import_surrounding_buildings_as_shading (boolean): If true, import geometry from surrounding buildings when performing energy calculations.
  • timesteps_per_hour (integer): Number of timesteps per hour for energy simulations. Minimum: 1. Maximum: 60.
  • begin_date (string): Date to begin simulation, format YYYY-MM-DD.
  • end_date (string): Date to end simulation, format YYYY-MM-DD.
  • climate_zone (string): ASHRAE 169 climate zone.
  • cec_climate_zone (string): CEC Title24 climate zone.
  • default_template (string): Default OpenStudio Standards template.
  • weather_filename (string): Name of weather file in EPW format.
  • tariff_filename (string): Name of utility tariff file in IDF or URDB format.
  • user_data: Arbitrary user data.