-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.txt
More file actions
145 lines (132 loc) · 4.12 KB
/
Copy pathmetadata.txt
File metadata and controls
145 lines (132 loc) · 4.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# 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
qgisMaximumVersion=4.99
description=Download and load various data of Japan
version=0.7.1
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.7.2
* Many bugfixes (Many thanks to MLIT College Geographical Survey Institute students 2026)
* MHLW
* English UI
0.7.1:
* Removed unused help directory
* LNI A31b, A33, A40, A45, N03, N13, P29
0.7.0:
* Supports QGIS 4.0
* Refactoring
* Many new LNIs
0.6.25:
* Rewrote unzip
* LNI: A31a
0.6.24:
* Fixed unzip folders with Japanese characters
* LNI: A31b
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