matsim-vsp / matsim-python-tools

Tools for working with matsim in python
57 stars 20 forks source link

Invalid projection #21

Closed neda-git closed 1 year ago

neda-git commented 1 year ago

Hello, I'm trying to run geo = net.as_geo() but I get this error:

CRSError: Invalid projection: Atlantis: (Internal Proj Error: proj_create: unrecognized format / unknown name)

could you please let me know how can I solve it?

Thanks

rakow commented 1 year ago

"Atlantis" is not a valid coordinate system in terms of a EPSG code. Probably you need to put the correct coordinate system into the network attributes.