/bulk-projection-converter

Reads a .tsv file, converts the coordinate system from NZGD2000

Primary LanguagePython

Bulk NZGD2000 to WGS84 coordinate converter

Usage

  1. Have the tsv file ready in the same directory as the converter script.
  2. Alter the source code to match the name of the file you want to convert. Alter the row indexes to match the their position within your .tsv columns.
  3. Alter the output file name to what you want.
  4. Run the python script.

Other

The .tsv files included are the inputs and output files used and created from by this program.