Skip to content

Commit

Permalink
Rabbit solving
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoray committed Jun 25, 2024
1 parent c35e347 commit 80b2486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from math import log

from PyQt5.QtWidgets import QMessageBox
from PyQt5.QtCore import QThread, QCoreApplication
from PyQt5.QtCore import QThread
from qgis.core import (
QgsProject,
QgsRasterLayer,
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version=1.1
author=MIERUNE Inc.
email=info@mierune.co.jp

about=Geospatial Information Authority of Japan (GSI) provides elevation tile as a XYZ tile. This plugin fetch tiles from a specified extent, convert and merge them to GeoTiff format DEM. 指定した範囲から<a href="https://maps.gsi.go.jp/development/ichiran.html#dem">国土地理院が提供する標高タイル</a>を GeoTIFF形式のDEM に変換します。
about=Geospatial Information Authority of Japan (GSI) provides elevation tile as a XYZ tile. This plugin fetches tiles from a specified extent, converts and merges them to GeoTiff format DEM. 指定した範囲から<a href="https://maps.gsi.go.jp/development/ichiran.html#dem">国土地理院が提供する標高タイル</a>を GeoTIFF形式のDEM に変換します。

tracker=https://github.com/MIERUNE/ElevationTile4JP/issues
repository=https://github.com/MIERUNE/ElevationTile4JP
Expand Down

0 comments on commit 80b2486

Please sign in to comment.