Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 914 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 914 Bytes

CityCAT I/O

test

CityCAT I/O is a Python package that creates input files and reads output files.

Tests

python -m unittest

Dependencies

See environment.yml

CLI Tools

ccat2gtif

Usage: ccat2gtif [OPTIONS]

Options:
--in_path TEXT Input path
--out_path TEXT Output path
--srid TEXT Coordinate reference system
--delimiter TEXT Column delimiter of CSV file
--help Show this message and exit.

Example:
ccat2gtif --in_path R1C1_SurfaceMaps/R1_C1_max_depth.csv --out_path max_depth.tif

geom2ccat

Usage: geom2ccat [OPTIONS]

Options:
--in_path TEXT Input path
--out_path TEXT Output path
--help Show this message and exit.

Example:
geom2ccat --in_path green_areas.shp --out_path GreenAreas.txt