[general]
name=NASA Earthdata
qgisMinimumVersion=3.28
description=Search, visualize, and download NASA Earthdata products in QGIS. Supports COG visualization and data footprint display.
version=0.6.0
author=Qiusheng Wu
email=giswqs@gmail.com

about=NASA Earthdata Plugin for QGIS enables searching, visualizing, and downloading data from NASA's Earthdata catalog.

    Features:
    - Search NASA Earthdata catalog with keywords, bounding box, and temporal filters
    - Visualize Cloud Optimized GeoTIFFs (COG) directly in QGIS
    - Display data footprints on the map
    - Download non-COG data for local visualization
    - Support for multiple NASA data products including GEDI, MODIS, Landsat, and more
    - Earthdata Login integration for authenticated access
    - Settings panel for configuring credentials and preferences

    Requirements:
    - NASA Earthdata account (register at https://urs.earthdata.nasa.gov/)
    - Python packages: earthaccess, geopandas

tracker=https://github.com/opengeos/qgis-nasa-earthdata-plugin/issues
repository=https://github.com/opengeos/qgis-nasa-earthdata-plugin

hasProcessingProvider=no

tags=nasa, earthdata, satellite, remote sensing, COG, cloud optimized geotiff, download, visualization, GEDI, MODIS, Landsat

homepage=https://github.com/opengeos/qgis-nasa-earthdata-plugin
category=Raster
icon=icons/icon.svg

experimental=False
deprecated=False

changelog=
    0.6.0
        - Use uv for faster dependency installation (#21)
        - Use batch installation for uv and pip (#22)
    0.5.0
        - Fix catalog loading failure and improve Windows dependency handling (#20)
    0.4.0
        - Add one-click dependency installer
    0.3.0
        - Add support for sorting table by column
    0.2.1
        - Fix Windows authentication failure with stdin prompts (#10)
        - Fix Windows temp file lock error (WinError 32) (#10)
        - Add retry logic for file cleanup on Windows
        - Use environment-based authentication strategy
    0.2.0
        - Add Clear Results button and highlight zoomed to footprints
    0.1.1
        - Fix windows deleting file issue (#4)
    0.1.0 - Initial release
        - NASA Earthdata catalog search functionality
        - Data footprint visualization
        - COG layer visualization
        - Data download capability
        - Settings panel for credentials
        - Update checker


