Vector - Multilayered
It is not uncommon to have a multiple shape files compressed into a single zip for archival. The STAC Generator provides some mechanism for handling zipped vector files without having to uncompress the file. In this tutorial, we will make use of SA2.zip, which contains the shape files for the Werribee and Sunbury suburbs in Victoria.

Here we have two layers - Sunbury and Werribee, and each layer will be generated as a STAC item with indepdent config entries. If there are multiple layers in a zip file, users can choose which layer to describe.
Config
| vector_layer_config.json | |
|---|---|
Field Explanations
layer: the layer name in the zip file.
Note that if layer name is not present in the zip file, the program will raise an error.
Command and Output
Save the new config as vector_layer_config.json and run the command:
You will see two items generated, WerribeSA2 and SunburySA2. Note that each config record has a layer keyword to identify the layer in the compressed zip. We use a simple config to describe each layer, but it is possible to add additional information like column info and join attributes as described in the previous sections.