MIERUNE / ElevationTile4JP

Retrieve Geographical Survey Institute elevation tiles in the screen and convert them to GeoTiff.
https://mierune.co.jp/
GNU General Public License v2.0
5 stars 2 forks source link

取得タイルが1枚のときにassertになるバグを修正 #16

Closed mits003 closed 3 years ago

mits003 commented 3 years ago

取得対象の標高タイルが1枚の時にassertが発生する。 1枚でも処理を実行するように修正すること。 https://github.com/MIERUNE/ElevationTile4JP/blob/c9fe754f07b5dbd665a621a47f0ef72059e95e26/elevation_tile_tools/tile_coordinate.py#L30