-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from MIERUNE/develop
Develop
- Loading branch information
Showing
22 changed files
with
807 additions
and
1,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
__pycache__/ | ||
.DS_Store | ||
DEM/ | ||
GeoTiff/ | ||
*.tif | ||
*.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "convert_fgd_dem"] | ||
path = convert_fgd_dem | ||
url = https://github.com/MIERUNE/convert_fgd_dem.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# QuickDEM4JP | ||
|
||
## Overview | ||
![](./docs/img/1.gif) | ||
|
||
This is QGIS plugin to convert DEM ("xml" or "folder containing .xml" or ".zip containing .xml") to GeoTiff and Terrain RGB (Tiff). | ||
|
||
You can get the DEM data in xml format for any location from the following site. https://fgd.gsi.go.jp/download | ||
|
||
## Usage | ||
|
||
- After install this plugin, you can choose below icon on QGIS toolbar. | ||
|
||
![](./icon.png) | ||
|
||
- You should choose input type('xml'または'xml'を含む'zip' / 'xml'を含むフォルダ), input DEM path, output type(GeoTiff / Terrain RGB), output path and EPSG code of GeoTiff, then push OK. | ||
|
||
![](./docs/img/1.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.