Package | Description |
---|---|
thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
thredds.inventory.partition |
Modifier and Type | Class and Description |
---|---|
class |
CollectionFiltered
A decorator to filter an MCollection
|
class |
CollectionGeneral
All files are read in at once.
|
class |
CollectionGlob
A MCollection defined by a glob filter.
|
class |
CollectionList
MCollection that is initialized by specific list of MFiles.
|
class |
CollectionListRange
Collection defined by a list of files, wit a [start, end) date range
|
class |
CollectionManagerAbstract
Abstract superclass for implementations of CollectionManager.
|
class |
CollectionManagerCatalog
CollectionManager of datasets from a catalog.
|
class |
CollectionPathMatcher
A collection defined by the collection spec (not directory sensitive)
May have by regexp: or glob: (experimental)
|
class |
CollectionSingleFile
A CollectionManager consisting of a single file
|
class |
CollectionSingleIndexFile
Collection from a Single Index File.
|
class |
MFileCollectionManager
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryCollection
Manage MFiles from one directory.
|
class |
DirectoryPartition
A Partition that uses directories to do the partitioning.
|
class |
FilePartition
A Partition consisting of single files, each is a GribCollection.
|
class |
PartitionManagerFromIndexDirectory
used only for debugging
|
class |
PartitionManagerFromIndexList
A PartitionManager from a list of index files.
|
class |
TimePartition
Partition the files by a user-defined time period.
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.