Create new Suggested Renovation Trajectory Calculation Job
Creates a new calculation job for suggested renovation trajectory calculations.
1. Introduction
The Suggested Renovation Trajectory Calculation API enables users to generate a renovation plan for properties, especially when limited details are available. This API enriches the provided data using external sources and predictive models to return a comprehensive renovation trajectory.
2. Process Overview
The API follows these steps:
-
Data Enrichment: Enhances incoming property data with additional information from external platforms like Belmap, which provides detailed property measurements using LiDAR datasets.
-
Prediction Modeling: Utilizes a machine learning model to predict missing property attributes and assess energy performance.
-
Renovation Trajectory Generation: Generates a suggested renovation plan based on enriched data and model predictions, prioritizing actions that maximize energy efficiency improvements.
3. Business Logic & Data Enrichment
3.1 Belmap Data Enrichment
The API integrates with Belmap, a platform that provides accurate property measurements using LiDAR datasets. If certain data points are missing (e.g., roof area, building width, depth), the API queries Belmap to retrieve them.
3.2 Machine Learning Predictions
A trained ML model refines missing values and predicts energy efficiency scores. The confidence_score
in the response indicates how much of the final result is based on direct data vs. predictions.
3.2.1 Confidence Score & Pricing Accuracy
The confidence_score
parameter helps users assess the accuracy of the returned results:
Confidence Score | Expected Price Error (avg) | Standard Deviation | Notes |
---|---|---|---|
< 0.60 | >20% | >30% | High error margin, model relied on many assumptions |
0.60 - 0.70 | ~15% | ~13% | Moderate accuracy, reasonable estimates |
0.70 - 0.80 | ~14% | ~13% | Good accuracy, confidence in most cases |
> 0.80 | ~5% | ~8% | Very high accuracy, minimal deviations |
- If Belmap data is available, the expected confidence score is ~78%.
- Lower scores indicate the API made more assumptions due to missing data.
3.3 Renovation Step Selection Criteria
The suggested renovation trajectory follows a priority-based approach:
- Maximizing EPC improvement
- Choosing cost-effective solutions when impact is equal
- Selecting actions based on subsidy availability
For example:
- If both roof insulation and full roof renovation yield the same EPC gain, the system chooses insulation since it is cheaper.
4. Implementation Considerations
4.1 Authentication
- The API requires an OAuth2 Bearer Token.
- Use the Create new Access Token endpoint to obtain an access token.
4.2 Polling Mechanism
Since calculations are asynchronous, clients should poll the status endpoint periodically until the job status changes to FINISHED
.
Response Example (Completed Calculation)
5. Frequently Asked Questions (FAQs)
What if the EPC score seems incorrect?
- Check the
confidence_score
. A low value indicates the model had to rely heavily on predictions instead of actual data.
Can I speed up the calculation process?
- No, the processing time depends on background jobs and external data sources.
Final Notes
- This API is particularly useful for real estate developers and homeowners looking for an automated, data-enriched renovation trajectory.
- The integration of LiDAR (Belmap) and ML predictions ensures optimal recommendations based on available data.
- Users are encouraged to cross-check low-confidence results with additional manual data input to improve accuracy.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
x >= 1
SEMI_OPEN
, OPEN
, CLOSED
x >= 1
BE
, NL
INCLINED
, FLAT
, MIXED
x >= 1
x >= 1
NONE
, LIGHT
, MODERATE
, STRONG
NONE
, LIGHT
, MODERATE
, STRONG
STORAGE
, LIVING_SPACE
, NOT_USED
ELECTRIC
, FUEL_OIL
, GAS
, HEAT_PUMP
, PELLET_FUEL
, WOOD
, NONE
DIRECT_ACCUMULATION
, CONDENSING_BOILER
, NON_CONDENSING_BOILER
, STOVE
, AIR_AIR_HEAT_PUMP
, AIR_WATER_HEAT_PUMP
, GEOTHERMAL_HEAT_PUMP
GAS_BOILER
, FUEL_OIL_BOILER
, ELECTRIC_BOILER
, HEAT_PUMP_BOILER
, NOT_SEPARATED
, NONE
ZERO_TO_FIVE_YEARS_OLD
, FIVE_TO_TEN_YEARS_OLD
, OLDER_THAN_TEN_YEARS
x >= 1
NONE
, FULL
, PARTIAL
, UNSPECIFIED
x >= 1
HIGHER_THAN_120_CM
, LOWER_THAN_120_CM
NONE
, LIGHT
, MODERATE
, STRONG
NONE
, MODERATE
, STRONG
NONE
, LIGHT
, MODERATE
, STRONG
EQUAL_OR_MORE_THAN_5_CM
, LESS_THAN_5_CM
SINGLE_GLAZING
, DOUBLE_GLAZING
, HR
, TRIPLE_GLAZING
x >= 1
x >= 1
x >= 1
x >= 1
x >= 1
Response
EPC_DOCUMENT_PROCESSING
, ENERGY_EFFICIENCY_INDICATION
, SUGGESTED_RENOVATION_TRAJECTORY_CALCULATION
NOT_STARTED
, RUNNING
, FINISHED
, FAILED
, STOPPED