# This file contains metadata for your plugin.

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

[general]
name=Space Trace
qgisMinimumVersion=3.40.0
description=Draws a spacecraft's ground trace over the Earth's surface.
version=1.9
author=Yuriy Malyshev
email=yuaren@yandex.ru

about=Draws the flight path of a spacecraft over the Earth's surface, creating point and (optionally) line layers. It can fetch TLE (Two-Line Element) or OMM (Orbit Mean-Elements Message) data from the SpaceTrack API or use local files. It provides an advanced search feature using the SpaceTrack API, which allows you to get satellite data by using a custom query.

tracker=https://github.com/YuarenArt/SpaceTrace/issues
repository=https://github.com/YuarenArt/SpaceTrace

# End of mandatory metadata

# Recommended items:
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=  
            Version 1.9
            * Added support for pole crossing in line segmentation.
            * Added batch processing of multiple local TLE/OMM files.
            * Added support for automatic pip dependency installation via QPip
            * Added support for deep space object calculations (orbital period > 225 min).
            * Replaced pyorbital dependency with skyfield for more accurate orbital mechanics and long-term ephemeris
            Version 1.8
            * Updated user interface
            * Added support for handling a range of NORAD IDs in data processing and saving functions.
            Version 1.7
            * Added support IS NULL and IS NOT NULL operators for decay criterion in custom query dialog
            * Updated ru locale
            Version 1.6
            * Minor bugs fixed
            * Improved performance
            * Added data storage in the project coordinate system 
            Version 1.5
            * Minor bugs fixed
            * Added dependency on poliastro library for more reliable calculations
            * Fixed the method of calculating the true anomaly
            Version 1.4
            * Updated functionality of custom query 
            * Updated the way to save data in the Spacetrack dialog 
            Version 1.3
            * Fixed minor bugs
            * Added saving TLE/OMM data in SpaceTrack dialog
            Version 1.2
            * Added SpaceTrack API Dialog for advanced searching
            * Reworked help tab content
            * Fixed minor bugs
            Version 1.1
            * Added selecting the time duration and the starting time for ground trace
            Version 1.0
            * Added help tab
            * Dependency on pyshp removed

# Tags are comma separated with spaces allowed
tags=python, space, orbit, Earth, ground trace, vector, line, point, spacetrack, analysis, sattelite

homepage=https://github.com/YuarenArt/SpaceTrace/blob/main/README.md
category=Vector
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=qpip

Category of the plugin: Raster, Vector, Database or Web
# category=Vector

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

