# This file contains metadata for your plugin.

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

[general]
name=DAI
qgisMinimumVersion=3.0
description=DAI (Daily Aerial Image)
version=0.3
author=Vielca Ingenieros
email=pep.j@vielca.com; pablo.b@vielca.com

about=Satellite imagery and remote sensing data provide the physical characteristics of the Earth surface from the measures of the radiation reflectance of special cameras. Such a property allows the use of these information for environmental monitoring. However, one of the weaknesses of this appraisal is the spatial and temporal granularity of the information. While some satellite raster products have almost daily information but poor spatial resolution – e.g. Sentinel 3 provides Chl and TSM information at 300 m spatial resolution, or VIIRS and MODIS provides Chl at 750 m and 1000 m resolution, respectively –; aerial image is provided by Sentinel 2 at 10-60 m resolution, but with a temporal granularity of 5 days. Daily Aerial Image (DAI) interpolation method adapts the spatial Inverse Distance Weighting (IDW) method to temporal series for spatial interpolation of the RGB bands of two aerial images in order to obtain interpolated daily images between two dates.

tracker=https://github.com/vielca/DAI/issues
repository=https://github.com/vielca/DAI
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=v1.0.3 updated version with paper reference

# Tags are comma separated with spaces allowed
tags=python, imagery, interpolation

homepage=https://github.com/vielca/DAI
category=Plugins
icon=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

