aobri / ascii-map-renderer

A utility java application that draws ASCII art maps by reading geographic coordinates from a CSV file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII MAP RENDERER

A utility java application that renders ASCII art maps by reading geographic coordinates from a CSV file.

Sample Output (From UK Post Codes)

UK map in ASCII art

  • Java 17
  • Gradle 7.2

The CSV format and default file which this tool was created for is provided by:
https://github.com/dwyl/uk-postcodes-latitude-longitude-complete-csv/

If a jar is generated using this code, run with the following command:

java -cp ascii-map-renderer-1.0.jar com.aobri.Main <csv-file-path.csv>

Note: if an invalid path is provided, the program will search for "ukpostcodes.csv" within the same jar directory.

About

A utility java application that draws ASCII art maps by reading geographic coordinates from a CSV file.

License:MIT License


Languages

Language:Java 100.0%