Skip to content

1.1.10 Rabid Rabbit

Compare
Choose a tag to compare
@v0lat1le v0lat1le released this 05 Oct 02:20
· 3810 commits to develop since this release
  • Ingester can now be configured to have WELD/MODIS style tile indexes (thanks Chris Holden)
  • Added --queue-size option to datacube ingest to control number of tasks queued up for execution
  • Product name is now used as primary key when adding datasets.
    This allows easy migration of datasets from one database to another
  • Metadata type name is now used as primary key when adding products.
    This allows easy migration of products from one database to another
  • DatasetResource.has now takes dataset id insted of model.Dataset
  • Fixed an issues where database connections weren't recycled fast enough in some cases
  • Fixed an issue where DatasetTypeResource.get and DatasetTypeResource.get_by_name
    would cache None if product didn't exist