# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Topo Maps
qgisMinimumVersion=3.2
description=微地形図の生成。Generate Topographic Maps.
version=1.2
author=Shingo Nagano
email=shingosnaganon@gmail.com

about=TopoMapsは、DTMから微地形図を作成する為のプラグインです。微地形図は傾斜や地形の変化（尾根や谷、または凹凸）をわかりやすく表した図の事です。ユーザーは「Original」「Vintage」「RGB」の 3つのスタイルから選択するか、あるいは自分で各材料のカラーマップを独自に調整し、自分だけの微地形図を作成する事ができます。これは山林の詳細な地形を把握する為のものであり、市街地の為のものではありません。現在は地理座標系のデータを使用するのはおススメできませんが、将来的には対応するつもりです。TopoMaps is a plug-in for creating microtopographic maps from DTM. A microtopographic map is a map that shows the slope and topographic changes (ridges, valleys, or unevenness) in an easy-to-understand manner. Users can choose from three styles (Original, Vintage, or RGB) or create their own microtopography maps by adjusting the color map of each material. This is for detailed topographic mapping of mountainous forests, not for urban areas. We do not recommend using geographic coordinate system data at this time, but we intend to support it in the future.


tracker=https://github.com/shingo405nagano/generating_topoglaphic_maps/issues
repository=https://github.com/shingo405nagano/generating_topoglaphic_maps
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    Version 1.2
    - Allows parameters to be specified in meters for any projection method.
    - Adjusted style color.
    - Allows users to create their own color maps.
    - Add UnsharpMaks option.
    - Add Contrast option.
    - Add button to open GitHub documentation.
    - Multi-threading reduces computation time.
    - Tasks are executed behind the scenes so that QGIS can be touched while calculations are in progress.
    - A second TPI can be added.
    - Enable outlier treatment in Hillshade.
    - Output of TempFile.
    - Distance can be specified in slope calculation.


# Tags are comma separated with spaces allowed
tags=DEM, DTM, Topographic, Visualize, GeoTiff, Tiff, Raster, Slope, TPI, TRI, Hillshade

homepage=https://github.com/shingo405nagano/generating_topoglaphic_maps
category=Plugins
icon=views/icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=Raster

# If the plugin can run on QGIS Server.
server=False

