Download OpenAPI specification:
AMLD data delivery endpoints.
Get indication records, filtered by project, phase, area, and polygon.
You must pass one or more polygon names as a single comma-separated string.
polygon=poly1,poly2,poly3| project required | string (Project) |
| phase required | string (Phase) |
| area required | string (Area) |
| polygon required | string (Polygon) Comma-separated polygon names (max 10) |
| include_geometry | boolean (Include Geometry) Default: true |
| page | integer (Page) >= 1 Default: 1 Page number for pagination |
| page_size | integer (Page Size) >= 1 Default: 100 Number of results per page |
{- "data": [
- {
- "amld_id": "string",
- "overall_lon": 0,
- "overall_lat": 0,
- "mean_em_lpm": 0,
- "med_em_lpm": 0,
- "mean_em_scfh": 0,
- "med_em_scfh": 0,
- "max_ch4_ab": 0,
- "mean_logch4": 0,
- "numtimes": 0,
- "max_c2h6_ab": 0,
- "base_ch4": 0,
- "mean_peak_dist": 0,
- "c1c2_cor": 0,
- "c2c1_ratio": 0,
- "ng_status": true,
- "pk_type": "string",
- "wind_mps": 0,
- "wd_ccwe_rad": 0,
- "first_time": "string",
- "last_time": "string",
- "customer": "string",
- "project": "string",
- "phase": "string",
- "area": "string",
- "polygon": "string",
- "algo_version": "string",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
]
}
}
], - "meta": {
- "total_count": 0,
- "page": 0,
- "page_size": 0,
- "has_more": true
}
}Get search-area records, filtered by project, phase, area, and polygon.
You must pass one or more polygon names as a single comma-separated string.
polygon=poly1,poly2,poly3| project required | string (Project) |
| phase required | string (Phase) |
| area required | string (Area) |
| polygon required | string (Polygon) Comma-separated polygon names (max 10) |
| include_geometry | boolean (Include Geometry) Default: true |
| page | integer (Page) >= 1 Default: 1 Page number for pagination |
| page_size | integer (Page Size) >= 1 Default: 100 Number of results per page |
{- "data": [
- {
- "amld_id": "string",
- "overall_lon": 0,
- "overall_lat": 0,
- "mean_em_lpm": 0,
- "med_em_lpm": 0,
- "mean_em_scfh": 0,
- "med_em_scfh": 0,
- "max_ch4_ab": 0,
- "mean_logch4": 0,
- "numtimes": 0,
- "max_c2h6_ab": 0,
- "base_ch4": 0,
- "mean_peak_dist": 0,
- "c1c2_cor": 0,
- "c2c1_ratio": 0,
- "ng_status": true,
- "pk_type": "string",
- "wind_mps": 0,
- "wd_ccwe_rad": 0,
- "first_time": "string",
- "last_time": "string",
- "customer": "string",
- "project": "string",
- "phase": "string",
- "area": "string",
- "polygon": "string",
- "algo_version": "string",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
]
}
}
], - "meta": {
- "total_count": 0,
- "page": 0,
- "page_size": 0,
- "has_more": true
}
}Get coverage records, filtered by project, phase, area, and polygon.
You must pass one or more polygon names as a single comma-separated string.
polygon=poly1,poly2,poly3| project required | string (Project) |
| phase required | string (Phase) |
| area required | string (Area) |
| polygon required | string (Polygon) Comma-separated polygon names (max 10) |
| include_geometry | boolean (Include Geometry) Default: true |
| page | integer (Page) >= 1 Default: 1 Page number for pagination |
| page_size | integer (Page Size) >= 1 Default: 100 Number of results per page |
{- "data": [
- {
- "customer": "string",
- "project": "string",
- "phase": "string",
- "area": "string",
- "polygon": "string",
- "drive_start": "string",
- "drive_end": "string",
- "geometry": {
- "type": "Point",
- "coordinates": [
- 0
]
}
}
], - "meta": {
- "total_count": 0,
- "page": 0,
- "page_size": 0,
- "has_more": true
}
}