This commit is contained in:
qwjyh 2025-07-13 20:15:20 +09:00
commit ff8244896a
5 changed files with 1720 additions and 0 deletions

12
README.md Normal file
View 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)
```