All notable changes to sentinelsat
will be listed here.
--version
option to command line utilities- install requirements for building the documentation
- documentation of sorting with
to_*
convenience functions
- Added
to_dict
,to_dataframe
andto_geodataframe
which convert the
response content to respective types. The pandas, geopandas and shapely dependencies are not installed by default.
--footprints
now includes all returned product properties in the output.KeyError('No results returned.')
is no longer returned for zero returned products in a response.- Renamed
get_footprint
toto_geojson
andget_product_info
toget_product_odata
. - Added underscore to methods and functions that are not expected to be used outside the package.
- Instance variables
url
andcontent
have been removed,
last_query
and last_status_code
have been made private.
- added a changelog
- use logging instead of print
- docs represent new
query
anddownload_all
behaviour
- options to create new, reset or ignore vcr cassettes for testing
query
now returns a list of search resultsdownload_all
requires the list of search results as an argument
SentinelAPI
does not save query results as class attributes
- Travis tests for Python 3.6
- changed
SentinelAPI
max_rows
attribute topage_size
to better reflect pagination - tests use
vcrpy
cassettes
- support GeoJSON polygons with optional (third) z-coordinate
- pagination support for query results
- number of query results per page set to 100
- support for large queries
- removed redundant information from Readme that is also present on Readthedocs
initial_date
/--start
changed from ingestion to acquisition date
- Sphinx documentation setup with autodoc and numpydoc
- Redthedocs.org integration
- Sentinel-2 support
- Travis added as continuous integration service for automated testing
- validate downloaded products with their MD5 checksums
- option to select a different dhus api
--url
https://scihub.esa.int/apihub/
as standard url
- method to manually select the CA certificate bundle
- function to return footprints of the queried Sentinel scenes
- CA-certificate SSL errors
--query
parameter to use extra search keywords in the cli