# This file contains metadata for your plugin.

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

[general]
name=RealEarth
qgisMinimumVersion=3.0
description=This plugin allows users to directly access SSEC RealEarth web services public catalog of near real-time satellite imagery and related ancillary data through the OGC standard web services of WMTS and WFS.  A login to RealEarth is recommended to extend data volume quota before watermarking occurs, but is not required.
version=0.8.3
author= SSEC RealEarth Team, University of Wisconsin-Madison
email=ssecPlaceholder

about=SSEC RealEarth is a visualization platform developed at the Space Science & Engineering Center at the University of Wisconsin-Madison. Its purpose is to allow visualization of near real-time satellite imagery and sensor data from a multitude of sources in a common web mapping interface. Combining atmospheric science and meteorology data with land remote sensing data in a GIS interface is challenging. This is largely because weather data tends to have high temporal resolution and cadence but low spatial resolution while land observations tend to have low temporal resolution and cadence but high spatial resolution. The ingest processes of RealEarth translate incoming data from formats such as NetCDF, grib2, csv, to GeoTIFF or GeoJSON with a focus on time and location. Once ingested, these data are available through OGC web services. The challenges for displaying weather data in GIS revolve around time series animation, caching, and keeping data current. This plugin addresses these challenges.
tracker=https://gitlab.ssec.wisc.edu/blin/realearth/-/issues
repository=https://gitlab.ssec.wisc.edu/blin/realearth
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
    0.8.3
        - <u>Minor</u>: Added client field to params when requesting.
    0.8.2
        - <u>Minor</u>: Small ui change
    0.8.1
        - <u>Minor</u>: Reorganized file structure and cleaned up code
        - <u>Patch</u>: Fixed ui theme not changing for macOS
    0.8.0
        - <u>Major</u>: Added MVT support
        - <u>Minor</u>: Modified layer options UI
        - <u>Minor</u>: Disabled refresh button when loading search results
        - <u>Minor</u>: Set the plugin theme according to the user's QGIS UI Theme
        - <u>Patch</u>: Removed extra whitespace in access token<br>
    0.7.0
        - <u>Major</u>: Added user login tab and auto fills http-header with access token.
        - <u>Minor</u>: Changed Plugin title based on login status.
        - <u>Minor</u>: Remove local saved data now includes login information<br>
    0.6.4
        - <u>Minor</u>: Added refresh button to refresh data and rebuild category list
        - <u>Minor</u>: Minor UI changes
        - <u>Minor</u>: Mouse state changes to loading state when loading layers
        - <u>Patch</u>: Fixed bug: Adding layer without selecting any timestamp
    0.6.3
        - <u>Patch</u>: Fixed disabling of layer options while having them toggled.
    0.6.2
        - <u>Minor</u>: Continue to refetch when opened up a saved QGIS Project.
    0.6.1
        - <u>Minor</u>: Modified Reset Saved Local Data option message dialog.
        - <u>Patch</u>: Fixed type mismatch when searching for change in preferences.
    0.6.0
        - <u>Major</u>: Added a favorite category which users can populate products with.
        - <u>Major</u>: Added a debug section under preferences in case a bug breaks the plugin.
        - <u>Minor</u>: Changed sizing policy of some widgets.
        - <u>Minor</u>: Adjusted some widget size.<br>
    0.5.2
        - <u>Minor</u>: Updated error message for vector layers with unsupported WFS
        - <u>Patch</u>: Fixed error handling for duplicated icon<br>
    0.5.1
        - <u>Minor</u>: Open plugin if the project is saved with plugin opened
        - <u>Patch</u>: Fixed error handling for default icon<br>
    0.5.0
        - <u>Major</u>: Added vector layer support
        - <u>Minor</u>: Auto-detection of basemap/label upon startup
        - <u>Minor</u>: basemap/label loading logic modified
        - <u>Minor</u>: Added increment/decrement button for refetch interval option
        - <u>Patch</u>: Push layer below label if exists<br>
    0.4.3
        - <u>Patch</u>: Updating all layers when there are duplicates
        - <u>Patch</u>: Factoring in "Animate" layers<br>
    0.4.2
        - <u>Minor</u>: Enabled text selection in product overview
        - <u>Patch</u>: Fixed layer only refetching once
        - <u>Patch</u>: Fixed duplicated event connection on every plugin close event
        - <u>Patch</u>: Changed refetch icon, which should be supported by macOS<br>
    0.4.1
        - <u>Minor</u>: Removed redundant styling to make startup time faster<br>
    0.4.0
        - <u>Major</u>: Added auto refresh of (current), (latest forecast) layer with associated settings
        - <u>Minor</u>: Addedd indication of unapplied settings on tab title
        - <u>Minor</u>: Disabld apply button when no detected no changes to be applied to
        - <u>Minor</u>: Changed Product, Plugin overview icon to ssec logo and changed Plugin overview window title
        - <u>Patch</u>: Fixed not being able to reopen product overview once closed<br>
    0.3.1
        - <u>Minor</u>: Changed Layer Options University
        - <u>Minor</u>: Disabled Update Button when no layers in panel are selected
        - <u>Patch</u>: Fixed opening external link when user pressed on a link in product overview<br>
    0.3.0
        - <u>Major</u>: Product Overview as well as Info Icon
        - <u>Minor</u>: Plugin overview changed to scrollable
        - <u>Minor</u>: More label descriptions available in tooltip
        - <u>Minor</u>: requests exception handling
        - <u>Minor</u>: Search Result subheading now only shows max 3 categories
        - <u>Patch</u>: removed default description line break
        - <u>Patch</u>: fixed sub-windows remain open after plugin closes<br>
    0.2.2
        - Raise plugin overview window level when version is pressed again.
        - Category combobox stay expanded when a product is selected.
        - Placed a placeholder icon when product icon is broken.
        - Forced line break for product description tool tips.
        - Cursor returned to original state when encountered an error.<br>
    0.2.1
        - Changed cursor to busy cursor during startup of the plugin<br>
    0.2.0
        - Added plugin overview window when pressed on version<br>
    0.1.4
        - Modified the algorithm for loading data to make startup faster<br>

# Tags are comma separated with spaces allowed
tags=SSEC, UW-Madison, RealEarth, WMTS, WFS, weather, meteorology, satellite imagery, near real-time, NOAA, NASA, weather model, GOES, VIIRS, geostationary, polar orbiting, smoke forecast, radar, sea surface temperature, fire detection, land remote sensing

homepage=https://www.ssec.wisc.edu/realearth/
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=Web

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

