-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
46 lines (38 loc) · 1.5 KB
/
metadata.txt
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
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=CDF Converter
qgisMinimumVersion=2.0
description=This is a tool to convert a netcdf data to tiff raster file
version=1.2.0
author=Ivan Busthomi
about=This is a tool to convert a netcdf data to tiff raster file
tracker=https://github.com/ivanbusthomi/cdf_converter/issues
repository=https://github.com/ivanbusthomi/cdf_converter
# Uncomment the following line and add your changelog:
changelog= 1.2.0
- add function to reproject result to a certain crs (using gdalwarp)
- allow searching crs using epsg code
- cleaning tab order
1.1.1
- move crs selection to input
- add ui message if output layer failed to be loaded automatically
1.1.0
- Added CRS selection
- Result automatically added to Table of Content
- Improve handling closing plugin dialog
- Improve handling changing the data
1.0.0
- Open NetCDF file (.nc) and convert it to GeoTiff format (.tiff)
- Select subdatasets (variable) and timeslice (band)
- Automatically and manually specify result title
- Save convert result to specific directory, or in a same directory with input
# Tags are comma separated with spaces allowed
tags= netcdf,tiff,convert,raster
homepage=https://github.com/ivanbusthomi/cdf_converter
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False