Files Collections

Files Collections#

Select and read a collection of files

from fcollections.implementations import NetcdfFilesDatabaseSwotLRL3

fc = NetcdfFilesDatabaseSwotLRL3("data")
fc.query(cycle_number=1, pass_number=1)
  • Information contained in files and folders names are used to create basic selection filters

  • Both local and remote file systems (FTP, S3, …) can be explored

  • Multiple implementations for handling different products and their specificities (see the catalog)

  • Easy building of an implementation for a new product

Reference