- earth_search and usgs_satapi_aws as new providers
- Updated
HTTPDownload
plugin, handling products with multiple assets - New plugin
AwsAuth
, enables AWS authentication using no-sign-request, profile,~/.aws/*
- New search plugin
StaticStacSearch
and updated STAC client tutorial - New tutorial for Copernicus DEM
- Remove
unidecode
dependency - Start/end dates passed to sobloo are now in UTC, and make it clear that search dates must be in UTC
- Locations must now be passed to
search()
method as a dictionnary - Metadata mapping update and uniformization, fixes GH-154
- Raise a
ValueError
when a location search doesn't match any record and add a newlocations
parameter toEODataAccessGateway.search
. - Drop support of Python 3.5
- Fixes issue when rebuilding index on NFS, see GH-151
- Tests can be run in parallel mode, fixes GH-103
- Add a new provider dynamically
- Allow to dynamically set download options, fixes GH-145 and GH-112
- New tutorials for STAC and search by geometry, fixes GH-139
- New crunches
FilterDate
,FilterProperty
and updatedFilterOverlap
, fixes GH-137 - Use
jsonpath-ng
instead ofjsonpath-rw
andpyjq
,pyshp
instead offiona
- Better wrong or missing credentials handling
- Add warning for the total number of results returned by theia
- Support regex query from locations configuration
- sort_by_extent renamed to group_by_extent
- Documentation and tutorials update
- Various minor fixes, code refactorization, and tests update
- New method
deserialize_and_register
, fixes GH-140 - Load static stac catalogs as
SearchResult
- Search on unknown product types using
GENERIC_PRODUCT_TYPE
get_data
, drivers and rpc server moved to eodag-cube- Removed fixed dependencies, fixes GH-82
- Use locations conf template by default
- STAC API compliant REST server
- Common configuration for STAC providers
- astraea_eod as new STAC provider
- Search by geometry / bbox / location name, fixes #49
- removed Python 2.7 support
- Warning: last release including Python 2.7 support
- Queryable parameters configuration update for peps
- Fixed re-download error after original zip deletion, fixes #142
- Fixed python-dateutil version conflict, fixes #141
- Default user configuration file usage in CLI mode
- Fixed error when provider returns geometry as bbox with negative coords, fixes #143
- Github set as default version control repository hosting service for source code and issues
- New provider for AWS: aws_eos (S2_MSI_L1C/L2A, S1_SAR_GRD, L8, CBERS-4, MODIS, NAIP), replaces aws_s3_sentinel2_l1c
- Build SAFE products for AWS Sentinel data
- New theia product types for S2, SPOT, VENUS, OSO
- New search plugin for POST requests (PostJsonSearch)
- Metadata auto discovery (for product properties and search parameter), replaces custom parameter
- Search configuration can be tweaked for each provider product type
- Fixed Lansat-8 search for onda, fixes #135
- Advanced tutorial notebook, fixes #130
- Various minor fixes, code refactorization, and tests update
- Fix CLI download_all missing plugin configuration, fixes #134
productionStatus
parameter renamed tostorageStatus
, see Parameters Mapping documentation
productionStatus
parameter standardization over providers- Not-available products download management, using
wait
/timeout
download optional parameters, fixes #125 - More explicit authentication errors messages
- Update search endoint for aws_s3_sentinel2_l1c and add RequestPayer option usage, fixes #131
- Skip badly configured providers in user configuration, see #129
- Warning message if an unknow provider is found in user configuration file, fixes #129
- Add to query the parameters set in the provider product type definition
- New
S3RestDownload
plugin for mundi, fixes #127 - S3_OLCI_L2LFR support for mundi, see #124
- S2_MSI_L2A support for peps, see #124
- Theia-landsat provider moved to theia, fixes #95
- Fixed onda query quoting issues, fixes #128
- Mundi, creodias and onda added to end-to-end tests
- Gdal install instructions and missing auxdata in ship_detection tutorial
- Sobloo and creodias quicklooks fix
- Eodag logo added and other minor changes to documentation
- USGS plugin corrections, fixes #73
- Fixed py27 encodeurl in querystring
- End-to-end tests update, fixes #119
- Default eodag conf used in end-to-end tests, fixes #98
- Fixed
download_all
method #118
- Removed tqdm_notebook warning, fixes #117
- Removed traceback from geom intersection warning, fixes #114
- Documentation update for provider priorities and parametters mapping
- New test for readme/pypi syntax
- Use sobloo official api endpoint, fixes #115
- New badges in readme and CS logo
- Set owslib version to 0.18.0 (py27 support dropped)
- Fixes product configuration for theia provider #113
- Fixes pagination configuration for sobloo provider #111
- Added calls graphs in documentation
- Tutorial notebooks fixes #109, #110
- Download unit display fix #108
- Fix date format with sobloo provider #107
- Add parameters mapping in documentation
- Add new queryable parameters for sobloo #105
- Fix custom search
- Fix sobloo cloudCoverage query #106
- Binder basic tuto Binder badge only
- Binder basic tuto working
- Add binder links
- Add download_all support by plugins
- Fix GeoJSON rounding issue with new geojson lib
- Tutorial fix
- Fix dependency version issue (Jinja2)
- Tutorials fixes and enhancements
- Updates documentation for custom field
- Adds custom fields for query string search
- Adapts to new download interface for sobloo
- Adds product type search functionality
- Extends the list of search parameters with
instrument
,platform
,platformSerialIdentifier
,processingLevel
andsensorType
- The cli arguments are now fully compliant with opensearch geo(bbox)/time extensions
- Adds functionality to search products by their ID
- Exposes search products by ID functionality on REST interface
- Exposes get quicklook functionality on REST interface
- Fixes a bug occuring when
outputs_prefix
config parameter is not set in user config
- Fixes bug due to the new version of PyYaml
- Updates documentation and tutorial
- Automatically generates a user configuration file in
~/.config/eodag/eodag.yml
. This path is overridable by theEODAG_CFG_FILE
environment variable.
- Creates a http rest server interface to eodag
- Switches separator of conversion functions in search parameters: the separator switches from "$" to "#"
- In the providers configuration file, an operator can now specify a conversion to be applied to metadata when extracting them from provider search response. See the providers.yml file (sobloo provider, specification of startTimeFromAscendingNode extraction) for an example usage of this feature
- The RestoSearch plugin is dismissed and merged with its parent to allow better generalization of the QueryStringSearch plugin.
- Simplifies the way eodag search for product types on the providers: the partial_support mechanism is removed
- The search interface is modified to return a 2-tuple, the first item being the result and the second the total number of items satisfying the request
- The EOProduct properties now excludes all metadata that were either not mapped or not available (mapped in the provider metadata_mapping but not present in the provider response). This lowers the size of the number of elements needed to be transferred as response to http requests for the embedded http server
- Two new cli args are added: --page and --items to precise which page is to be requested on the provider (default 1) and how many results to retrieve (default 20)
- Creates Creodias, Mundi, Onda and Wekeo drivers
- Every provider configuration parameter is now overridable by the user configuration
- Provider configuration is now overridable by environment variables following the pattern: EODAG__<PROVIDER>__<CONFIG_PARAMETER> (special prefix + double underscore between configuration keys + configuration parameters uppercase with simple underscores preserved). There is no limit to the how fine the override can go
- New authentication plugins (keycloak with openid)
- Silences rasterio's NotGeoreferencedWarning warning when sentinel2_l1c driver tries to determine the address of a requested band on the disk
- Changes the DEFAULT_PROJ constant in eodag.utils from a pyproj.Proj instance to rasterio.crs.CRS instance
- Updates catalog url for airbus-ds provider
- Removes authentication for airbus-ds provider on catalog search
- Enhance error message for missing credentials
- Enable EOProduct to remember its remote address for subsequent downloads
- Add support of a new product type: PLD_BUNDLE provided by theia-landsat
- Create a new authentication plugin to perform headless OpenID connect authorisation code flow
- Refactor the class name of the core api (from SatImagesAPI to EODataAccessGateway)
- Set peps platform as the default provider
- Set product archive depth for peps provider to 2 (after extracting a product from peps, the product is nested one level inside a top level directory where it was extracted)
- Make progress bar for download optional and customizable
- Fix bugs in FilterOverlap cruncher
- Enable quicklook retrieval interface for EOProduct
- Add docs for tutorials
- Configure project for CI/CD on Bitbucket pipelines
- Prepare project for release as open source and publication on PyPI
- The get_data functionality now returns an xarray.DataArray instead of numpy.ndarray
- Sentinel 2 L1C product type driver for get_data functionality now supports products stored on Amazon S3
- Add tutorials
- Handle different organisation of files in downloaded zip files
- Add HTTPHeaderAuth authentication plugin
- Map product metadata in providers configuration file through xpath and jsonpath
- Add an interface for sorting multiple SearchResult by geographic extent
- Index Dataset drivers (for the get_data functionality) by eodag product types
- Refactor plugin manager
- Enable SearchResult to provide a list-like interface
- Download is now resilient to download plugins failures
- Update EOProduct API
- Create ArlasSearch search plugin
- Some bug fixes
- Starting to be stable for internal use
- Basic functionality implemented (search, download, crunch, get_data)