init
This commit is contained in:
commit
ff8244896a
5 changed files with 1720 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 河川情報プロット
|
||||
|
||||
国土数値情報の河川データをプロットする
|
||||
|
||||
https://nlftp.mlit.go.jp/ksj/jpgis/datalist/KsjTmplt-W05.html
|
||||
|
||||
```julia
|
||||
includet("main.jl") # with Revise
|
||||
xml = readxml("path/to/xml")
|
||||
gb02s = get_datasets_objs(xml.root) |> get_gb
|
||||
plot(gb02s)
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue