You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support to Favorite products and sort by favorites.
Allows larger areas via overpass api (OSM).
Adds data type labels to product list.
Reorganizes sort/filter window.
Fixes issues with reprojecting files.
Fixes issues with OGCAPI process products.
Adds support for product footprints, and displaying the footprints in the create workflow.
Improves performance of create workflow with many providers.
Improves the appearance of the filtering tools in the create workflow.
Improves UI on status and download page.
Improves resiliency of feature and WCS requests.
Adds some initial support for OGCAPI-Process draft 6.
Adds support for pkcs12 certificates (update exiting config to the cert_info configuration (see docs).
Bumps Django 3.2.
Many bug fixes.
*** Note: Due to a change in django the eventkit_cloud.auth module was renamed to eventkit_cloud_auth, to run migrations you will need to fake the existing migrations from auth (i.e. python manage.py migrate eventkit_cloud_auth 0002 --fake then run normal migrations python manage.py migrate .