Solar radiation
General function to retrieve data from the Database and solar radiation by parameterizing and limiting it with different options.
Entity Building Point Parameter Radiation Solar
| Id | Title | Data Type | Description |
|---|---|---|---|
| entidad | Entidad | string | Value that the query will return depending on whether it is a building or a point. |
| referencia_catastral | Referencia Catastral | array | Cadastral reference value of the building from which to filter a building. |
| codigo_ine | Codigo INE | array | INE code of the localities by which the search will be filtered. Multiple codes can also be defined. |
| condicion_construccion | Condicion de la construccion | array | Construction status of buildings in the land registry. This query returns different types of buildings according to their construction status. These can be: ["declined", "ruin", "functional", "-"]. |
| uso_actual | Uso Actual | array | Current use by which to narrow the search. You can find the different uses of buildings by type: ["2_agriculture", "4_2_retail", "3_industrial", "4_3_publicServices", "1_residential", "4_1_office"] |
| geojson | GeoJSON | string | Area or areas in the GeoJSON to delimit zones in which to search. |
| gml | GML | string | Area or areas in the GML to delimit the areas to search. Double quotes in XML file text strings must be decoded, otherwise the information cannot be read because it will be misinterpreted. Double quotes must be replaced with /. |
| kml | KML | string | Area or areas in the KML to delimit the areas to search. Double quotes in XML file text strings must be decoded, otherwise the information will not be read because it will be misinterpreted. Double quotes must be replaced with /. |
| radio | Radio alrededor de un punto | string | A circle will be constructed, limiting search results to those within that radiusFormat: [latitude, longitude, distance (meters)]. Example: "38.085855, -3.624552, 1000". The supported EPSGs are 4258 (buildings) and 4326 (points). |
| percentil | Percentil | number | Percentile by which the data returned by the query will be limited, taking values between [0-100], by default 100 (will return all data). |
| limite | Limite | number | Maximum number of values to return in the query. |
| offset | Offset | number | Number of results to skip at the beginning. |
| Id | Title | Description |
|---|---|---|
| resultado | GeoJson de resultado | GeoJson with the search result with the chosen parameters. |
| total | Total | Total number of possible values that the query would return. |
| obtenidos | Valores obtenidos | Number of values returned by the GeoJson |
| valor_maximo | Valor máximo | Maximum value returned in the query. |
| valor_minimo | valor mínimo | Minimum value returned in the query. |
| valor_medio | Valor medio | Average value returned in the query. |
| valor_total | Valor total | Total value returned in the query. |
| superficie_total | superficie total | Total surface area of the building or point consulted. |
| geojson_filtro | GeoJson de filtro | GeoJson used to filter the query. |
Execution modes
- Synchronous
