Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nigelramsay/convert_srid
- Owner: nigelramsay
- License: mit
- Created: 2015-11-10T21:03:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T21:09:24.000Z (about 9 years ago)
- Last Synced: 2023-04-11T17:06:09.085Z (over 1 year ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```