Read this in other languages: Japanese
Display elevation value of specified position on QGIS using Elevation API by Geospatial Information Authority of Japan (GSI).
- Click "Japan Elevation".
- Click anywhere on the map canvas.
- The elevation value and data source will be displayed in a dialog.
- uv
- QGIS 3.x
# Install dependencies
uv sync
# Lint
uv run ruff check .
# Format
uv run ruff format .Create a symbolic link to the QGIS plugins directory:
macOS:
ln -s /path/to/japan_elevation ~/Library/Application\ Support/QGIS/QGIS3/profiles/default/python/plugins/japan_elevationWindows:
mklink /D "%APPDATA%\QGIS\QGIS3\profiles\default\python\plugins\japan_elevation" "C:\path\to\japan_elevation"Linux:
ln -s /path/to/japan_elevation ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/japan_elevationAfter editing the code, reload the plugin in QGIS to see the changes.
Python modules are released under the GNU General Public License v2.0
Copyright (c) 2018-2026 Yasunori Kirimoto

