Fiona reads and writes spatial data files
88
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.
Install with Tessl CLI
npx tessl i tessl/pypi-fionadocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10