{"id":22282132,"url":"https://github.com/genericmappingtools/mgd77-errata","last_synced_at":"2026-02-02T14:34:59.301Z","repository":{"id":78848615,"uuid":"232010171","full_name":"GenericMappingTools/mgd77-errata","owner":"GenericMappingTools","description":"Errata-based correction of marine geophysical track line data","archived":false,"fork":false,"pushed_at":"2020-01-06T03:16:44.000Z","size":23464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-21T12:37:44.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GenericMappingTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-06T02:38:40.000Z","updated_at":"2020-01-06T03:16:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee34b29d-ec10-47a7-92ba-18b4f42c2ffb","html_url":"https://github.com/GenericMappingTools/mgd77-errata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GenericMappingTools/mgd77-errata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fmgd77-errata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fmgd77-errata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fmgd77-errata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fmgd77-errata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenericMappingTools","download_url":"https://codeload.github.com/GenericMappingTools/mgd77-errata/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenericMappingTools%2Fmgd77-errata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29013050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T16:25:42.756Z","updated_at":"2026-02-02T14:34:59.286Z","avatar_url":"https://github.com/GenericMappingTools.png","language":null,"readme":"# Errata-based correction of marine geophysical track line data\n\nAuthors:\n\tMichael Hamilton (Chandler) and Paul Wessel\n\tSchool of Ocean and Earth Science and Technology\n\tUniversity of Hawaii\n\nDate: June 2012\n\nNote: This document explains both the creation and usage of E77 corrections.  Users who simply want to apply published E77 corrections to NGDC data can skip sections C and D.\n\nA)  E77 errata table versions must coincide with their respective MGD77 versions. As of June 29, 2007, NGDC replaced the source institution supplied  \"MGD77 CREATE DATE\" header field with NGDC's \"Assimilation Date\", updated whenever revised trackline data sets are submitted. This corrected a previous tendency for source institutions to resubmit revised datasets without changing the MGD77 CREATE DATE. Therefore, these E77 tables will only be compatible with MGD77 tracks downloaded after June 29, 2007.\n\nB)  The E77 errata system is one facet of our along-track analysis approach for improving marine geophysical trackline data quality [1,2,3]. The along-track tools are distributed as a supplement to the Generic Mapping Tools (GMT). GMT installation instructions can be found at http://gmt.soest.hawaii.edu. Once installed, the mgd77 tools are easily configured. An MGD77_paths.txt file containing complete paths to NGDC trackline data directories must be present in the directory referred to by the MGD77_HOME environment variable, which also needs to be set by the user. The MGD77_paths.txt file should be arranged in order of ascending priority (e.g., paths to updated or newer files should precede older or outdated download directories). See sample below:\n\n    % cat $MGD77_HOME/MGD77_paths.txt\n    .\n    /data/NGDC/mgd77_2011_01_13_FTP\n    /data/NGDC/mgd77_2009_03_10_FTP\n    /data/NGDC/2007-07-10_DVD\n    /data/NGDC/MGD77+\n    \n    Once properly configured, trackline data may be easily accessed:\n    e.g.,\n    \n    To view a cruise's MGD77 header metadata:\n    \n    gmt mgd77info 08010001 -Mr\n    \n    To extract columns of data:\n    \n    gmt mgd77list 08010001 -Flon,lat,depth\n\n    See man pages for complete options and syntax.\n    \n    To set up the errata system, an E77 directory needs to be created in the $MGD77_HOME directory. The mgd77 tools will look in this directory automatically when attempting to apply E77 corrections.\n\nC)  Creating errata tables\n\n    The mgd77sniffer tool performs an extensive array of data quality checks such as bad navigation checking, geophysical measurements out of valid range, excessive data gradients, comparisons to global gravity and predicted bathymetry grids, comparisons of reported and recomputed potential field anomalies, among others. \n    \n    E.g., In order to create a new errata E77 file using all possible comparisons, try:\n    \n    gmt mgd77sniffer \u003cngdc_id\u003e -Rwest/east/south/north -De -Gdepth,topo1.grd \\\n    -gfaa,grav.18.1.img,0.1,1,80.738008628 -Gnav,dist_to_coast_1m_grd.i4\n   \n    Global gravity and topography grids were obtained from http://topex.ucsd.edu. The distance to coast grid may be obtained from ftp://ftp.soest.hawaii.edu/pwessel/gshhs/dist_to_GSHHS_v1.3_1m.nc\n \nD)  Errata table review\n\n    Results of these quality checks are output in the E77 errata format. E77 tables consist of three parts: (a) Cruise examination information (file version, reviewer comments, file generation command, etc), (b) the errata header which reports any detected systematic errors pertaining to entire surveys, and (c) errata pertaining to data records. '?' flags in the errata header section (i.e., after the \"# Errata: Header\" row but before the \"# Errata: Data\" row) need to be toggled to either 'Y' or 'N' by the errata table reviewer. Errata data flags report all errors encountered in individual data records. Errata data flags are not required to be toggled from '?' to 'Y' or 'N' and should only be changed when a reviewer has reviewed such data in detail. After carefully reviewing the errata table and determining which flags to apply, the reviewer then toggles the 'Errata table verification status' from 'N' to 'Y'. The errata table will not be applied in later processing if the verification status is not changed to 'Y'. Processing comments and the processor's name are also important for collaborative data review.\n    \n    Move reviewed E77 errata tables to the $MGD77_HOME E77 directory.\n\nE)  Applying corrections\n\n    1. Convert the raw trackline file (m: MGD77T, a: MGD77) to MGD77+ format (see [3] for format details):\n        \n    gmt mgd77convert \u003cngdc-id\u003e -Fm -Tc\n\n    2. Make sure that the path to the MGD77+ directory is specified in the MGD77_paths.txt file\n    \n    3. Apply E77 corrections\n\n    gmt mgd77manage \u003cngdc-id\u003e -Ae \n    \n    4. Confirm that E77 corrections are applied\n    \n    gmt mgd77info \u003cngdc-id\u003e -Me -Iam\n    \nF) Extracting corrected data\n    \n    gmt mgd77list \u003cngdc-id\u003e -Flon,lat,depth -Iam\n\n    See man pages for complete options and syntax.\n\nReferences:\n\n[3] Chandler, M.T. and P. Wessel (2012): Errata-based Correction of Marine Geophysical Trackline Data, Geochem Geophy Geosy., 13(Q10004), doi:10.1029/2012GC004294.\n\n[2] Chandler, M.T., and P. Wessel (2008), Improving the quality of marine geophysical track line data: Along-track analysis, J. Geophys. Res., 113, B02102, doi:10.1029/2007JB005051.\n\n[1] Wessel, P. and M.T. Chandler (2007), The mgd77 supplement to the Generic Mapping Tools, Comp. \u0026 Geosci., 33, 62-75.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenericmappingtools%2Fmgd77-errata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenericmappingtools%2Fmgd77-errata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenericmappingtools%2Fmgd77-errata/lists"}