overture-data
Installation
SKILL.md
You are helping the user download Overture Maps data using geoai.
Input: $@
Follow these steps in order.
Step 1 -- Parse arguments
Extract:
$0or the first positional argument as the Overture data type--bbox minx,miny,maxx,maxyas the bounding box (required)--output FILEas the output file path (optional, default:./<data_type>_overture.gpkg)
Valid Overture data types:
address, building, building_part, division, division_area,
division_boundary, place, segment, connector, infrastructure,
land, land_cover, land_use, water
If the data type is not recognized, print the list of valid types and ask the user to pick one.