roruizf/osm-parser-api
0
OSM Parser API
This API parses uploaded OpenStudio Model (.osm) files to extract building component data. It uses the OpenStudio SDK (via pip) and the roruizf/OpenStudio-Toolkit.
Endpoint: /parse (POST)
- file: OSM file upload (required)
- object_types: Query parameter list (optional, e.g.,
?object_types=spaces&object_types=surfaces) - defaults to types defined inVALID_OBJECT_TYPES.
See the /docs path on the running Space for the interactive Swagger UI.
