🧱
2050 Materials Documentation
  • 🎇Getting started with 2050 Materials
    • 2050 Materials Platform
    • Using our LCA Tools
    • Using the API
      • Product Data (Open Data)
      • Product Data (Full)
      • Generic Material Data
      • Automated Mapping (Get Best Match)
      • Early-Stage Embodied Carbon Model
      • Code Examples
      • Google Colab Notebooks
  • 💾Data Documentation
    • Content of API Endpoints (Descriptive)
    • Data Sources
    • Data Import
    • Data Structuring & QA
    • 2050 Materials Data Framework
  • ⚛️Methodology Documentation
    • Fallback values
    • Calculated Metrics (Biogenic Emissions)
    • Unit Conversions
    • Calculating Generic Material Data
    • Tools
      • Embodied Carbon Optimiser Tools
      • Embodied Carbon Benchmarks Tool
  • Resources
    • 🗞️Version Log
    • 📺Watch a tutorial
    • 🌟Access the platform
Powered by GitBook
On this page

Was this helpful?

  1. Getting started with 2050 Materials
  2. Using the API

Early-Stage Embodied Carbon Model

Here's a list of the input and output fields for the /get_co2_warming_potential API endpoint of 2050 Materials, including the format and options for the input fields:

Input Fields

  1. building_type (String)

    • Description: Type of building.

    • Options: "Residential, High-rise", "Residential, Low-rise", "Commercial, High-rise", "Commercial, Low-rise", "Commercial, Fitout", "Industrial, Low-rise", "Farm building", "Outhouse", "School", "Garage", "Cultural building, Low-rise", "Retail (supermarket), Low-rise", "Carport, Low-rise", "Office, High-rise", "Daycare institution, Low-rise", "Detached house", "Factory, Low-rise", "Hospital, Low-rise", "Logistic, High-rise", "Hotel, High-rise", "Multi dwelling, High-rise", "Office (residential building), High-rise", "Sport centre"

  2. gross_internal_floor_area (Number)

    • Description: Gross internal floor area in square meters.

  3. glazing_percentage (Number)

    • Description: Percentage of glazing in the building.

  4. materials_type (String)

    • Description: Type of materials used.

    • Options: ‘Low-carbon, Regenerative materials’, ‘Conventional materials’, ‘High-carbon (Metal, Concrete)’.

  5. stories (Integer)

    • Description: Number of stories in the building.

Output Fields

  1. warming_potential (Float)

    • Description: The calculated warming potential based on the input parameters.

  2. co2e_per_m2 (Float)

    • Description: Carbon dioxide equivalent emissions per square meter.

  3. total_co2e (Float)

    • Description: Total carbon dioxide equivalent emissions.

Additional Information

  • The API uses JWT authentication and requires the user to be authenticated.

  • The response codes include "200" for successful requests, "400" for bad requests due to missing or invalid inputs, and "401" for unauthorized access.

  • The API has rate limiting and access control based on the user's account status and permissions.

This endpoint allows users to retrieve detailed environmental impact data (CO2 and warming potential) based on specific building parameters, aiding in sustainable building design and planning.

PreviousAutomated Mapping (Get Best Match)NextCode Examples

Last updated 1 year ago

Was this helpful?

🎇