130 likes | 141 Views
Discover the upcoming new features in ERDDAP v2.0 by Bob Simons at NOAA. From user filters to output file types, and cloud-related data ingest improvements, ERDDAP is evolving for better user experience and administration.
E N D
New Features in ERDDAP v2.0 (coming soon) Bob Simons DOC / NOAA / NMFS / SWFSC / ERD Monterey, CA bob.simons@noaa.gov
Improvements in Every Part of ERDDAP For Users Filters Converters Output File Types Other For Administrators Dataset Types GenerateDatasetsXml Other/Cloud-Related Data Ingest System
For Users:Filters New syntax option for grouping: orderByMax("stationID,time/1day") New orderByMean("stationID,time/1day")*Coding for both by Rob Fuller (Ireland's Marine Institute)
For Users:Converters New Converter to Update URLs (e.g., http: -> https:)GenerateDatasetXml uses this. Time Converter can now convert any(?) time string into an ISO 8601 formatted time string.E.g., "Jan 3, 1984 3:24pm" -> "1984-01-03T15:24:00Z"The data file readers can use this to standardize collections of files with different formats. Units Converter can now "Standardize Udunits"E.g., "deg_C/meter" and "degrees_C meter-1" both become "degree_C m-1".The data file readers can use this to standardize collections of files with different, but compatible, units.
For Users:New Output File Types .dataTable: a JSON variant for Google Visualization* Code by Roland Schweitzer (PMEL) .jsonlCSV1: a JSON CSV variant with column names
For Users:Other Log Axes on GraphsE.g., for acoustic power spectrum graphs. New HTTP Error Numbers and New Error MessagesError { code=404; message="Not found: Your query produced no matching results. (Because ...)";} OrcID Authentication: OAuth2, like Google's OAuth2(not quite finished)
For Administrators:New Dataset Types and Features New EDDTableFromJsonlCSV New EDDTableFromInvalidCRAFiles EDDTableFromMultidimFiles <treatDimensionsAs> EDDGridFrom...Files can extract info from fileNameE.g., axis0 value EDDTableFrom...Files <standardizeWhat>scale_factor, add_offset, missing_value, units, etc.
For Administrators:GenerateDatasetsXml New: EDDType=ncdumpoption (What's in this file?) Improved guessing of cdm_data_type Improved guessing of subsetVariables Improved conversion of other metadata to CF/ACDD Improved conversion of time formats to ISO 8601 New: Correct out-of-date URLs Improved error corrections (e.g., misspellings) Lots of little improvements
For Administrators:Other/Cloud-Related <cacheFromUrl> <cacheMaxGB> Accept externally compressed files (e.g., .gz).Save money by saving disk space! <nThreads> (Axiom wanted) Extract info (e.g., time) from filenames (not read all files) Above features useful on their own, or for cloud (AWS)
For Administrators:Data Ingest via EDDTableFromHttpGet .insert?var1=value1&var2=value2&var3=value3.insert?var1=value1&var2=[v2a,v2b,v2c]&var3=[v3a,v3b,v3c] .delete?var1=value1&var2=value2 Data recorded in log files of changes Infinite Versioning(unique!) Fast, Efficient, Ready large datasets *This is a simplified description.
For Everyone: Numerous little new features Numerous little improvements Numerous bug fixes (nothing major)
Read about ERDDAP and try it outhttp://coastwatch.pfeg.noaa.gov/erddap/Download and install ERDDAPhttp://coastwatch.pfeg.noaa.gov/erddap/download/setup.htmlThank you!Questions? Comments? Suggestions? bob.simons@noaa.gov
Most Underutilized Featuresin ERDDAP All example URL's below are to be appended tohttps://coastwatch.pfeg.noaa.gov/erddap/download/ You can customize the Look And Feel of ERDDAP web pages:setup.html#customize <subsetVariables> identifies vars with a limited number of values:setupDatasetsXml.html#subsetVariables <defaultGraphQuery> specifies the default MakeAGraph query:setupDatasetsXml.html#defaultGraphQuery You can promote global and variable attributes to be variables:setupDatasetsXml.html#globalSourceNames Easiest way to make ERDDAP even faster: SSD for data (1TB for $200)