OpenStreetMap coastline(海岸線)から GeoJSON LineString 生成
こんにちは。
OpenStreetMap coastline(海岸線) のデータから GeoJSON LineString を作ってみました1。OSMCoastline(および homebrew)を利用しています。日本の例です。
$ brew install cmake gdal osmcoastline
$ wget http://download.geofabrik.de/asia/japan-latest.osm.pbf
$ osmcoastline_filter -o japan-coastline.osm.pbf japan-latest.osm.pbf
$ osmcoastline -l -p none -o japan-coastline.db japan-coastline.osm.pbf
$ ogr2ogr -f "GeoJSON" japan-coastline.json japan-coastline.db lines
-
"OSM Water Layer: Surface Waters in OpenStreetMap" (Dai YAMAZAKI's website) も参考になります。 ↩
Author And Source
この問題について(OpenStreetMap coastline(海岸線)から GeoJSON LineString 生成), 我々は、より多くの情報をここで見つけました https://qiita.com/kkdd/items/4b8b940f7b4e457e6a32著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .