I am trying to use osm2pgsql on Windows to import OSM data to a PostGIS database. I want to pass the EPSG:27700 via the --proj option as follows:
osm2pgsql --proj 27700 <other options not shown>
However, I get the following error:
osm2pgsql version 0.96.0 (64 bit id space)
Osm2pgsql failed due to ERROR: creation of CRS failed: No such file or directory
Any ideas as to why this is not working?
I used the Windows binary from osm2pgsql | History