# This file contains metadata for your plugin.

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

[general]
name=Globe Builder
qgisMinimumVersion=3.2
description=This plugin is meant for adding globe visualization to the current map or layout.
version=v0.6.0
author=Gispo Ltd.
email=joona@gispo.fi

about=This plugin builds a globe from Natural Earth countries GeoJSON and an Azimuthal orthographic projection ("world from space") projection described <a href="http://www.statsmapsnpix.com/2019/09/globe-projections-and-insets-in-qgis.html">here</a>. This plugin uses <a href="https://wiki.openstreetmap.org/wiki/Nominatim">OpenStreetMap Nominatim</a> geocoding API. The OpenStreetMap data is licensed under <a href="https://opendatacommons.org/licenses/odbl/">ODbL license</a>. Made with Natural Earth. Free vectior and raster map data <a href="naturalearthdata.com">naturalearthdata.com</a>. This plugin lists Sentinel-2 cloudless as an optional data source. Sentinel-2 cloudless data <a href="https://s2maps.eu/">https://s2maps.eu/</a> by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2017 & 2018) released under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. For commercial usage of Sentinel-2 cloudless please see <a href="https://cloudless.eox.at">https://cloudless.eox.at</a>.

tracker=https://github.com/GispoCoding/GlobeBuilder/issues
repository=https://github.com/GispoCoding/GlobeBuilder
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python, globe, world

homepage=https://github.com/GispoCoding/GlobeBuilder
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=

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

