scramjetorg / platform-samples

Scramjet Cloud Platform Sequence Samples
MIT License
8 stars 0 forks source link

Fetch/transform data from OpenStreetMap Sequence #51

Closed S4adam closed 1 year ago

S4adam commented 1 year ago

Two Sequences that use Topics:

1) fetch_structures, Topic provider.
Fetches all structures in a given area, with a given height from OpenStreetMap using overpass interpreter.

2) transform_xml, Topic consumer.
Reads XML data from the Topic, removes irrelevant tags and outputs the transformed file as a string.

More detailed instructions in README.md