Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nigelramsay/convert_srid

Converts CSV files with WGS84 to NZTM
https://github.com/nigelramsay/convert_srid

Last synced: about 2 months ago
JSON representation

Converts CSV files with WGS84 to NZTM

Awesome Lists containing this project

README

        

Converts a CSV file containing a series of columns including one named `latitude` and another named `longitude` from WGS84 with SRID `4326` into NZTM with SRID `2193`. New columns named `nztm_latitude` and `nztm_longitude` are added to a new CSV file.

Usage:

```
bundle exec ruby convert.rb
```