set_model_srs

GeomModel.set_model_srs(srs=None)

Set the model spatial reference system.

Parameters

Name Type Description Default
srs str The spatial reference system described by a string (e.g. ‘EPSG:4326’), by default None None
Back to top