{"id":28563828,"url":"https://github.com/hvandermarel/crsutil-matlab-toolbox","last_synced_at":"2025-09-06T02:47:33.503Z","repository":{"id":297810238,"uuid":"997968105","full_name":"hvandermarel/crsutil-matlab-toolbox","owner":"hvandermarel","description":"Coordinate Reference System (CRSUTIL) Matlab Toolbox","archived":false,"fork":false,"pushed_at":"2025-07-15T13:19:06.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-16T05:59:08.390Z","etag":null,"topics":["geodesy","gnss","gps","keplerian-elements"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hvandermarel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-06-07T15:32:04.000Z","updated_at":"2025-07-15T13:17:17.000Z","dependencies_parsed_at":"2025-06-07T16:41:50.665Z","dependency_job_id":"4e7b377e-16f4-4bfb-baae-4beee173041c","html_url":"https://github.com/hvandermarel/crsutil-matlab-toolbox","commit_stats":null,"previous_names":["hvandermarel/crsutil-matlab-toolbox"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hvandermarel/crsutil-matlab-toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvandermarel%2Fcrsutil-matlab-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvandermarel%2Fcrsutil-matlab-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvandermarel%2Fcrsutil-matlab-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvandermarel%2Fcrsutil-matlab-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hvandermarel","download_url":"https://codeload.github.com/hvandermarel/crsutil-matlab-toolbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvandermarel%2Fcrsutil-matlab-toolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273850820,"owners_count":25179357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["geodesy","gnss","gps","keplerian-elements"],"created_at":"2025-06-10T13:08:45.317Z","updated_at":"2025-09-06T02:47:33.448Z","avatar_url":"https://github.com/hvandermarel.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"CRSUTIL Coordinate and Time Reference System Toolbox\n====================================================\n\n**Version 1.3 (9 October 2017)**\n\n**Coordinate transformations (ECEF reference frame)**\n\n    xyz2plh     - Cartesian Coordinates to Ellipsoidal coordinates\n    plh2xyz     - Ellipsoidal coordinates to Cartesian Coordinates\n    inqell      - Semi-major axis, flattening and GM for various ellipsoids\n    plh2str     - Phi,lambda,h to a string with dd mm ss.ssss notation\n    str2plh     - Reads Phi, lambda and h from a string\n    xyz2neu     - North, East, Up (dN, dE, dU) to Cartesian delta's (dX, dY, dZ)\n    neu2xyz     - Cartesian delta's (dX, dY, dZ) to North, East, Up (dN, dE, dU)\n    plh2neu     - Ellipsoidal (Lat,Lon,Hgt) to North,East,Up (dN, dE, dU)\n    xyz2zas     - Cartesian coordinates to Zenith angle, azimuth and distance\n    zas2xyz     - Zenith angle, azimuth and distance to cartesian coordinates\n\n**Time conversions (with Matlab date numbers)**\n\n     date2mjd    - Matlab date to Modified Julian Date\n     mjd2date    - Modified Julian Date to Matlab date number\n     date2gps    - Matlab date to GPS second of week and GPS week\n     gps2date    - GPS second of week and GPS week to Matlab date number\n     date2dyear  - Matlab date to decimal year\n     dyear2date  - decimal year to Matlab date number\n\n**Time conversions (other/legacy functions)**\n\n    ymd2mjd     - [year month day] to Modified_Julian_Date\n    mjd2ymd     - Modified_Julian_Date to [year month day]\n    gps2mjd     - [GPSweek GPSsecond_in_week] to Modified_Julian_Date\n    mjd2gps     - Modified_Julian_Date to [GPSweek GPSsecond_in_week]\n    ymd2dyear   - [year month day hour min sec] to decimal year\n    dyear2ymd   - decimal year to [year month day hour min sec]\n    hms2sec     - [hour  minute second] to second_in_day\n    sec2hms     - second_in_day to [hour minute second]\n    hms2str     - [hour  minute second] to string with 'hh:mm:ss.sss'\n    str2hms     - string with 'hh:mm:ss.sss' to [hour  minute second]\n    gps2str     - GPSsecond_in_week to string with 'dd-mon-yy hh:mm:ss.sss'\n    str2gps     - string with 'dd-mmm-yy hh:mm:ss.sss' to GPSsecond_in_week\n    sec2str     - Second_in_day to string with 'hh:mm:ss.sss'\n    str2sec     - string with 'hh:mm:ss.sss' to second_in_day\n    ymd2str     - [year month day ] to string with 'dd-mmm-yy'\n    str2ymd     - string with 'dd-mmm-yy' or 'dd-mm-yy' to [year month day]\n    gpsdate     - prints the GPS week number, second in the week and day of year\n\n**UT1 to GMST, and ECI/ECEF, conversions**\n\n    ut2gmst    - Compute Greenwich Mean Siderial Time from UT1\n    ecef2eci   - Convert position and velocity from ECEF to ECI reference frame\n    eci2ecef   - Convert position and velocity from ECI to ECEF reference frame\n\n**Keplerian elements**\n\n    vec2orb     - Convert inertial state vector into Keplerian elements\n    orb2vec     - Convert Keplerian elements into inertial state vector\n    kepler      - Compute mean anomaly from eccentric anomaly (Kepler's equation)\n    keplernu    - Compute mean anomaly from true anomaly (Kepler's equation)\n    keplerm     - Compute eccentric/true from mean anomaly solving Kepler's eqn\n\n**Miscellaneous**\n\n     prtcrd      - Print table with coordinates and optional co-variances\n     covreformat - Reformat a co-variance matrix\n\n(c) Hans van der Marel, Delft University of Technology, 1995-2017.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvandermarel%2Fcrsutil-matlab-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhvandermarel%2Fcrsutil-matlab-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvandermarel%2Fcrsutil-matlab-toolbox/lists"}