Select and read a collection of files
- 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
- Easy building of an implementation for a new product
conda install files_collectionsfrom fcollections.implementations import NetcdfFilesDatabaseSwotLRL3
fc = NetcdfFilesDatabaseSwotLRL3("data")
fc.query(cycle_number=1, pass_number=1)📘 Full documentation: https://robin-cls.github.io/fcollections/index.html#
Key pages:
Apache 2.0 — see LICENSE