tessl install tessl/pypi-fiona@1.10.0Fiona reads and writes spatial data files
Agent Success
Agent success rate when using this tile
88%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.1x
Baseline
Agent success rate without this tile
80%
A command-line tool that analyzes GIS vector datasets and reports their key metadata characteristics.
Create a Python script that reads a GIS vector dataset file and extracts comprehensive metadata information about it. The tool should accept a file path as input and output a structured report containing the dataset's driver, schema information, spatial bounds, and coordinate reference system details.
The script should:
@generates
Create a Python script named analyzer.py that implements this functionality. The script should be executable from the command line as:
python analyzer.py <path_to_dataset>The output should include at minimum:
Provides GIS vector data reading and metadata access capabilities.