@@ -22,35 +22,62 @@ about=The EarthDaily® plugin for QGIS is the easiest way to leverage the powerf
22
22
23
23
Resources:
24
24
- Documentation: https://github.com/earthdaily/EDA-Documentation
25
- - Repository: https://github.com/GEOSYS /qgis-plugin
25
+ - Repository: https://github.com/earthdaily /qgis-plugin
26
26
- EarthDaily python package: https://github.com/earthdaily/earthdaily-python-client
27
27
28
28
# Version and release information
29
- version=1.1 .0
29
+ version=1.4 .0
30
30
# alpha, beta, rc or final
31
31
status=final
32
32
33
33
# Author contact information
34
- author=GEOSYS
34
+ author=Earth Daily
35
35
36
36
37
37
# End of mandatory metadata
38
38
39
39
# Recommended items:
40
40
41
41
# Uncomment the following line and add your changelog:
42
- changelog=[2022-05-05] Support for CVIN, LAI, Nitrogen, SOIL, Top of Canopy reflectance, S2REP, BRM and Model maps.
42
+ changelog=Version 1.4.0 2025-02-06
43
+ - Support for Earth daily API version 5. Including coverage search, thumbnail fetching and products access.
44
+ - Plugin renamed to Earth daily.
45
+ - Implemented RX maps creation, patching and download.
46
+ - Hotspots updates to use latest API endpoints and respective filters update.
47
+ - Updates to the plugin description and about page links.
48
+ - Option page changed to remove field location selection.
49
+ - Updates on the map coverage search filters and parameters.
50
+ - Fixed zoning in map creation output formats.
51
+ Version 1.3.0 2023-04-21
52
+ - Fix for SAMZ thumbnail. Will from now on use the NDVI thumbnail.
53
+ - Weather types has been added as a parameter.
54
+ - Sample maps can now be created. This allows users to provide a point vector layer and a field to generate a Sample map.
55
+ - SAMZ can be custom and automatic now. I no SAMZ coverage is selected, automatic SAMZ is generated. Custom will depend on the selected coverages.
56
+ Version 1.1.2 2022-09-28
57
+ - Coverage API update for SAMZ, YGM and YPM maps.
58
+ Version 1.1.1 2022-08-25
59
+ - Bugs fix, Auto track of past selected layers.
60
+ Version 1.1.0 2022-05-05
61
+ - Support for CVIN, LAI, Nitrogen, SOIL, Top of Canopy reflectance, S2REP, BRM
62
+ Version 1.0.3 2020-06-25
63
+ - Support for zoned maps.
64
+ - Hotspots and segments fetching.
65
+ Version 1.0.2 2019-12-12
66
+ - Take zoneCount into account for SAMZ maps.
67
+ - Updated GeoSYS logo.
68
+ Version 1.0.1 2019-10-16
69
+ - Fixed Image thumbnail when requesting image for SaMZ creation
43
70
44
71
# Tags are comma separated with spaces allowed
45
72
tags=precision-ag,accuracy,agriculture,agronomy,analysis,api,area,basemap,biomass,bounding box,cartography,catalog,change detection,cvi,earth observation,elevation,evi,field,fields,field vegetation indexes,field agronomy maps,nitogen,gis,gndvi,google earth,geosys,image,imagery,images,import,importer,json,kml,kmz,lai,maps,modis,ndvi,plot,sentinel,shape,shapefile,spatial,spatial data,satellite,quality,spectral,time series,timeseries,vector,vector layer,vegetation,wkt,sustainability,ecology,landsat,field,remote sensing,webservice,satellite,smart farming,satellite data,webservices,digital farming,python,raster
46
73
47
- homepage=https://github.com/GEOSYS /qgis-plugin
48
- tracker=https://github.com/GEOSYS /qgis-plugin/issues
49
- repository=https://github.com/GEOSYS /qgis-plugin
74
+ homepage=https://github.com/earthdaily /qgis-plugin
75
+ tracker=https://github.com/earthdaily /qgis-plugin/issues
76
+ repository=https://github.com/earthdaily /qgis-plugin
50
77
category=Plugins
51
78
icon=icon.png
52
79
# experimental flag
53
80
experimental=False
54
81
55
82
# deprecated flag (applies to the whole plugin, not just a single version)
56
- deprecated=False
83
+ deprecated=False
0 commit comments