Package thredds.tdm
Class GCsummary
java.lang.Object
thredds.tdm.GCsummary
GribCollection Building - make summary of the feature collections.
calls GCpass1 and writes the gbx files if needed.
Does not build ncx files, so no large memory is needed.
So can run with many threads.
- Since:
- 12/20/2015.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinish()static voidvoidsetCatalog(String catalog) voidsetContentDir(String contentDir) voidsetExecutor(ExecutorService executor) voidsetNThreads(int n) voidsetShowOnly(boolean showOnly)
-
Constructor Details
-
GCsummary
public GCsummary()
-
-
Method Details
-
setContentDir
- Throws:
IOException
-
setShowOnly
public void setShowOnly(boolean showOnly) -
setNThreads
public void setNThreads(int n) -
setExecutor
-
setCatalog
- Throws:
IOException
-
finish
public void finish() -
main
- Throws:
IOExceptionInterruptedException
-