Package thredds.tdm
Class GCsummary
- java.lang.Object
-
- thredds.tdm.GCsummary
-
public class GCsummary extends Object
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 Constructor Description GCsummary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinish()static voidmain(String[] args)voidsetCatalog(String catalog)voidsetContentDir(String contentDir)voidsetExecutor(ExecutorService executor)voidsetNThreads(int n)voidsetShowOnly(boolean showOnly)
-
-
-
Method Detail
-
setContentDir
public void setContentDir(String contentDir) throws IOException
- Throws:
IOException
-
setShowOnly
public void setShowOnly(boolean showOnly)
-
setNThreads
public void setNThreads(int n)
-
setExecutor
public void setExecutor(ExecutorService executor)
-
setCatalog
public void setCatalog(String catalog) throws IOException
- Throws:
IOException
-
finish
public void finish()
-
main
public static void main(String[] args) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-