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

webメルカトル以外の座標系でのファイル出力に対応 mierune-1828 #13

Closed mits003 closed 3 years ago

mits003 commented 3 years ago

バグ内容

修正内容

nokonoko1203 commented 3 years ago

このprと関係ないんですが、3.16.7LTRだとencode時のエンコーディングがasciiになってるっぽいので、場当たり的な対応ですが、以下の対応のどれかを行いたいです。

.../ElevationTile4JP/elevation_tile_tools/elevation_array.pyの30行目のprint文だけはスクリプト実行時に必ず出力されるので今のままではmac版で動作しません。 このため取り急ぎ当該箇所のみ「取得タイル数」を「number of tile」に変更するなどして対応していただけると助かります!