Skip to content

0.1.2

Choose a tag to compare

@TejasMorbagal TejasMorbagal released this 23 May 16:39
· 83 commits to main since this release
9c9a972
  • Addressed initialization of cmems credentials from environment variables conditionally
    so that they are evaluated when new_data_store is called. (#21)

  • Revised get_open_data_params logic to not open the dataset but only return
    open_params without actual metadata. (#26)

  • Improved the performance of get_data_ids method of the store by using
    package aiohttp to make parallel calls to CSW API. (#18)