CoolFace
Apppublic

roruizf/osm-parser-api

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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 in VALID_OBJECT_TYPES.

See the /docs path on the running Space for the interactive Swagger UI.