Skip to content
/ geoplot Public

A simple tool to visualize CSV files containing latitude and longitude data on the world map

License

Notifications You must be signed in to change notification settings

nttams/geoplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geoplot

geoplot is a simple tool to visualize CSV files containing latitude and longitude data on a world map.
It uses "github.com/go-echarts/go-echarts" for rendering.

geoplot

Usage

  1. Run the server, it listens on localhost:8080.

  2. Open your browser, visit:
    http://localhost:8080/geo/?geofile0=usa.csv&geofile1=latlon.csv
    You can specify up to 100 files using query parameters: geofile0, geofile1, ..., geofile99

  3. CSV Format
    Each file should have lines in the following format: ...,latitude,longitude

    • The first field that can be parsed as a valid latitude will be treated as the latitude
    • The next field will be treated as the longitude

About

A simple tool to visualize CSV files containing latitude and longitude data on the world map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages