Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 695 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 695 Bytes

geo_dreams

Machine learning for creating terrain from town name

USAGE

Downloading address csv file (zenkoku.csv) to current working directory

python download_address_csv.py

zenkoku.csv will be generated at the current working directory if the program completes successfully.

Creating dataset (.txt and .png) at ./dataset directory

python addr2latlong.py

If the program completes successfully, you can see a lot of dataset files in ./dataset directory. The dataset consists of two pairs of files. One is a txt file that stores the address, and the other is a png file that stores the map.

Plot 3D and contour map

python plot_map.py -dataset ./dataset -output output