# This file contains metadata for your plugin.

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

[general]
name=jpdata
qgisMinimumVersion=3.0
description=Download and load various data of Japan
version=0.6.23
author=Yoshihiko Baba
email=babayoshihiko@mac.com

about=Download and load various data of Japan.

tracker=https://github.com/babayoshihiko/jpdata/issues
repository=https://github.com/babayoshihiko/jpdata
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
      0.6.23:
        * Fixed Census bug
      0.6.22:
        * Fixed proxy
        * LNI: L02
      0.6.21:
        * Read the address data of Japan and jump
        * Bugfix
        * Smarter CSV format (year) (though more elaboration is needed)
        * LNI: A09, A50, A51, A53, S05-a, S05-b, S05-c
      0.6.20:
        * Check geometry when adding
        * quoting proxy user and password; certification
        * Fixed LNI bugs
        * LNI: mesh1k, mesh500, mesh250, A18s-a, A19s, A20, A20s, A21, A21s, A22, A22-m, A22s, A30a5, A37, N04, P09
        * Documentation
      0.6.19:
        * Fixed LNI bugs
        * LNI: C28, N06, N08, N10, S05-d, S10, S10b, S12
      0.6.18:
        * Refactored LNI
        * LNI: A09, A48, A50, N02, N05, N07, P04, P11, P14, P29, W01
      0.6.17:
        * LNI: Specific CSV files 
        * Bugfixes
        * LNI: N02, N05, P11
      0.6.17:
        * Bugfixes
      0.6.16:
        * Disable background download
        * 2025 LNI: N03, L01
        * LNI Fix A31
      0.6.15:
        * Year 2024 for L02
        * Past years for L01, L02, L03-a, N03
        * UI improvements
        * Bug fix
      0.6.14:
        * Bug fix
      0.6.13:
        * Refactored and improved existing functions
      0.6.12:
        * Census mesh attribute
      0.6.11:
        * Census mesh attribute
      0.6.10:
        * Census mesh
      0.6.9:
        * Land Numeric Info: A31b*, G04*, L03-a, L03-b*, W07
        * Mesh
      0.6.8:
        * Land Numeric Info: A31, A55
        * Rewrote downloading functions
      0.6.7:
        * Land Numeric Info: A17, A22, A24, A29, A31, A35c
        * Fixed bugs
      0.6.6:
        * Fixed bugs
      0.6.5:
        * Fixed proxy bug
        * Experimental flood data (Hokkaido only)
      0.6.4:
        * Added many QML files
        * Many bugfixes
      0.6.3:
        * UI update: from dialogue to dock
        * Supports proxy
        * Test button to get Mesh3 codes by prefecture/municipality
      0.6.2:
        * Enhanced LNI supports (See README)
        * Many bugfixes
      0.6.1:
        * Added LNIs
        * Many bugfixes
      0.6:
        * Rewrote jpDownloader.py. Download can be cancelled.
        * Updated Land Numerical Information (https://nlftp.mlit.go.jp/ksj_news.html)
        * (LNI) Web button to open the information webpage on the default browser
        * Message below the progress bar in the window

# Tags are comma separated with spaces allowed
tags=python, Japan, Land Numerical Information, Geospatial Information Authority, Tile, Census, 国土数値情報, 国土地理院, 国勢調査

homepage=https://github.com/babayoshihiko/jpdata
category=Plugins
icon=icon.png
# experimental flag
experimental=True

# 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=

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

