add warning

This commit is contained in:
Ed Chalstrey 2022-04-04 11:47:50 +01:00
parent 0048f0ae73
commit 7ed8d8defe

View File

@ -171,6 +171,13 @@ pip install -r requirements.txt
Converting the OS Open TOID data OSGB36 Eastings and Northings to WGS84 longitude and latitude coordinates. Converting the OS Open TOID data OSGB36 Eastings and Northings to WGS84 longitude and latitude coordinates.
<details>
<summary>
WARNING
</summary>
EC note: When testing this in my developemt setup, due to memory constraints I actually ended up running this Python step on my Mac directly, rather than in my Ubuntu Virtualbox environment.
</details><p></p>
```bash ```bash
python convert_opentoid_bng_latlon.py /path/to/opentoids_dir python convert_opentoid_bng_latlon.py /path/to/opentoids_dir
``` ```