Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
In TimeSeriesDownload.cs at the very top "public enum USGSTimeSeriesType{ }" is declared and defined. And there is also a whole file USGSTimeSeriesType.cs does the same. I tried commenting out the the method in the TimeSeriesDownload.cs file, but the methods in the same file that use the types couldn't find them anymore. Not sure if we want this repetition or not.
In TimeSeriesDownload.cs at the very top "public enum USGSTimeSeriesType{ }" is declared and defined. And there is also a whole file USGSTimeSeriesType.cs does the same. I tried commenting out the the method in the TimeSeriesDownload.cs file, but the methods in the same file that use the types couldn't find them anymore. Not sure if we want this repetition or not.