{"id":28514087,"url":"https://github.com/100prznt/rca.physical","last_synced_at":"2025-07-04T11:31:33.937Z","repository":{"id":83149367,"uuid":"605636312","full_name":"100prznt/Rca.Physical","owner":"100prznt","description":"Library to handle physical values, dimensions and units.","archived":false,"fork":false,"pushed_at":"2024-02-12T14:38:41.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T01:33:34.227Z","etag":null,"topics":["physical","physics","units"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/100prznt.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":"SupportedUnits.csv","governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-02-23T15:24:44.000Z","updated_at":"2024-03-24T22:19:25.000Z","dependencies_parsed_at":"2024-02-12T16:01:56.661Z","dependency_job_id":null,"html_url":"https://github.com/100prznt/Rca.Physical","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/100prznt/Rca.Physical","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100prznt%2FRca.Physical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100prznt%2FRca.Physical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100prznt%2FRca.Physical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100prznt%2FRca.Physical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/100prznt","download_url":"https://codeload.github.com/100prznt/Rca.Physical/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100prznt%2FRca.Physical/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263501667,"owners_count":23476464,"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","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":["physical","physics","units"],"created_at":"2025-06-09T01:30:43.755Z","updated_at":"2025-07-04T11:31:33.924Z","avatar_url":"https://github.com/100prznt.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Bulid](https://img.shields.io/appveyor/ci/100prznt/rca-physical.svg?logo=appveyor\u0026style=popout-square)](https://ci.appveyor.com/project/100prznt/rca-physical)   [![Current version](https://img.shields.io/nuget/v/Rca.Physical.svg?logo=nuget\u0026logoColor=%23ef8b00\u0026style=popout-square)](https://www.nuget.org/packages/Rca.Physical/)   [![Code size](https://img.shields.io/github/languages/code-size/100prznt/Rca.Physical.svg?logo=github\u0026style=popout-square)](#)   [![NuGet](https://img.shields.io/nuget/dt/Rca.Physical.svg?logo=nuget\u0026logoColor=%23ef8b00\u0026style=popout-square)](https://www.nuget.org/packages/Rca.Physical/)\n\n# Rca.Physical\n\nLibrary to handle physical values, dimensions and units.\n\n\n## Core Features\n\n* Basic calculation with physical values \n\n\n## Usage\n\n```csharp\n//Use the helper classes, are provided for each physical dimension.\nPhysicalValue myVoltageValue = Voltage.FromMillivolt(7410);\n\n//Use the PhysicalValue constructor and select the unit from the common Units-Enum\nPhysicalValue myCurrentValue = new(0.147, PhysicalUnits.Ampere);\n\n\n//Use the overloaded ToString() method, to print out the value\nConsole.WriteLine(myVoltageValue);\n\n//Fit the value to the best unit, and print in out with ToString(), also\nConsole.WriteLine(myCurrentValue.GetFittedPhysicalValue());\n\n\n// The example displays the following output to the console:\n//  7410 mV\n//  147 mA\n```\n\n## Credits\nThis library is made possible by contributions from:\n* [Elias Rümmler](http://www.100prznt.de) ([@rmmlr](https://github.com/rmmlr)) - core contributor\n\n## License\nRca.Physical is licensed under [MIT](http://www.opensource.org/licenses/mit-license.php \"Read more about the MIT license form\"). Refer to [LICENSE](https://github.com/100prznt/Rca.Physical/blob/master/LICENSE) for more information.\n\n## Contributions\nContributions are welcome. Fork this repository and send a pull request if you have something useful to add.\n\n## Related Projects\n* [Rca.Physical.If97](https://github.com/100prznt/Rca.Physical.If97) - Property library for water and steam according to the industrial formulation IAPWS-IF97.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100prznt%2Frca.physical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F100prznt%2Frca.physical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100prznt%2Frca.physical/lists"}