{ "info": { "author": "Luke de Waal", "author_email": "lr.de.waal.01@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# ISA Calculator\n_Basic ISA Calculator for Python projects_\n\nContents:\n - Atmospheric Model up to 110km\n - Accurate Calculations for Temperature, Pressure and Density\n - Custom defined atmospheric conditions\n - Tabulate your data to save future computation time\n - Save tabulated data in .csv or .xlsx files\n \n \nWith this module, it is possible to calculate, using the 1976 standard atmosphere model, the Temperature,\nDensity and Pressure at any point in the atmosphere from 0 up to 110,000 [m].\n\nThis package is useful for Aerospace and Aeronautical Engineers who wish to run simulations using atmospheric data.\n\nTo use this package, follow these steps:\n\n - Install isacalc\n - Import isacalc as isa\n - Define the Atmosphere Model: isa.get_atmosphere()\n - Calculate all parameters at a cetain height: isa.calculate_at_h(h, atmosphere_model)\n - It calculates, at the defined height:\n - Temperature\n - Pressure\n - Density\n - Speed of sound\n - Dynamic Viscosity\n\nAnd thats it! An example Script:\n\n \n import isacalc as isa\n \n atmosphere = isa.get_atmosphere()\n \n h = 50000.0\n \n T, P, d, a, mu = isa.calculate_at_h(h, atmosphere)", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/LukeDeWaal/ISA_Calculator/archive/v1.2.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LukeDeWaal/ISA_Calculator", "keywords": "ISA,Aerospace,Aeronautical,Atmosphere", "license": "GNU GPLv3", "maintainer": "", "maintainer_email": "", "name": "isacalc", "package_url": "https://pypi.org/project/isacalc/", "platform": "", "project_url": "https://pypi.org/project/isacalc/", "project_urls": { "Download": "https://github.com/LukeDeWaal/ISA_Calculator/archive/v1.2.1.tar.gz", "Homepage": "https://github.com/LukeDeWaal/ISA_Calculator" }, "release_url": "https://pypi.org/project/isacalc/v1.2.1/", "requires_dist": null, "requires_python": "", "summary": "Standard International Atmosphere Calculator", "version": "v1.2.1" }, "last_serial": 5145372, "releases": { "v1.0": [ { "comment_text": "", "digests": { "md5": "718cb27c654f9f69fa54d906cbead2d3", "sha256": "1ca6ce4e7a726c4ac1f60d0637d0ed4995dc2e9d0c9f5845ddb2b9464010b13e" }, "downloads": -1, "filename": "isacalc-v1.0.tar.gz", "has_sig": false, "md5_digest": "718cb27c654f9f69fa54d906cbead2d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1596, "upload_time": "2019-04-10T15:00:11", "url": "https://files.pythonhosted.org/packages/d6/05/480fb98f124ac5b392225647c0b02af54f632ef6bc6f50634251eded2ebf/isacalc-v1.0.tar.gz" } ], "v1.0.1": [ { "comment_text": "", "digests": { "md5": "b6411fa8d1685e97255b1a69a6439cd5", "sha256": "91973e2f550d607ef304d6ef869f1f6172b0970ea5d49e8648e2e9557f8e817e" }, "downloads": -1, "filename": "isacalc-v1.0.1.tar.gz", "has_sig": false, "md5_digest": "b6411fa8d1685e97255b1a69a6439cd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1600, "upload_time": "2019-04-12T12:21:05", "url": "https://files.pythonhosted.org/packages/3d/dd/5dd8f15f5d5200a4c756c8ea0bfec9ac27ce28038ddb386a3cdac02d22ad/isacalc-v1.0.1.tar.gz" } ], "v1.0.2": [ { "comment_text": "", "digests": { "md5": "b37990c158407cda6ef5a580778749e7", "sha256": "c03afad42547c5aa9be95a526b3e0c049b4dd4ad51d93e0bfa3a5ac76612db3f" }, "downloads": -1, "filename": "isacalc-v1.0.2.tar.gz", "has_sig": false, "md5_digest": "b37990c158407cda6ef5a580778749e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1550, "upload_time": "2019-04-12T13:02:48", "url": "https://files.pythonhosted.org/packages/6f/98/465f72db041ec77a7596e005fe6f64140f5a65643c6fc06d1bc07080bf10/isacalc-v1.0.2.tar.gz" } ], "v1.1.0": [ { "comment_text": "", "digests": { "md5": "e95b3cce699140d5039190eb578b0ec4", "sha256": "d8be32cd1d4f2d7314a88a6f46f79b8643dc047c40ddaeffff643c846ee305aa" }, "downloads": -1, "filename": "isacalc-v1.1.0.tar.gz", "has_sig": false, "md5_digest": "e95b3cce699140d5039190eb578b0ec4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2052, "upload_time": "2019-04-12T13:18:39", "url": "https://files.pythonhosted.org/packages/19/ee/e9b283810090108f70a62dda34bf7fd7797a562b57313f4813ac0e48acd1/isacalc-v1.1.0.tar.gz" } ], "v1.2.0": [ { "comment_text": "", "digests": { "md5": "035fa66eff4daf378c5d1eccf5b93f1d", "sha256": "76ada42e67411488f53b1dbce407314bd5c22bf16b4013e717c939671986c94b" }, "downloads": -1, "filename": "isacalc-v1.2.0.tar.gz", "has_sig": false, "md5_digest": "035fa66eff4daf378c5d1eccf5b93f1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2102, "upload_time": "2019-04-12T19:49:28", "url": "https://files.pythonhosted.org/packages/7f/59/0f6517a831ba50cc285c6974e385453f4a9496038c383d416e630f374ada/isacalc-v1.2.0.tar.gz" } ], "v1.2.1": [ { "comment_text": "", "digests": { "md5": "382c9a362486a2b00618cbb1d81a78dc", "sha256": "99b7bd8509612f52c8f17cdeb63817f5c011d1b6378437039079a987735e5711" }, "downloads": -1, "filename": "isacalc-v1.2.1.tar.gz", "has_sig": false, "md5_digest": "382c9a362486a2b00618cbb1d81a78dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3344, "upload_time": "2019-04-15T15:22:41", "url": "https://files.pythonhosted.org/packages/59/1c/eb11dde7b6b2ae9fc6a999fc7a49670773703fd5347a264abf12dff39dc3/isacalc-v1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "382c9a362486a2b00618cbb1d81a78dc", "sha256": "99b7bd8509612f52c8f17cdeb63817f5c011d1b6378437039079a987735e5711" }, "downloads": -1, "filename": "isacalc-v1.2.1.tar.gz", "has_sig": false, "md5_digest": "382c9a362486a2b00618cbb1d81a78dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3344, "upload_time": "2019-04-15T15:22:41", "url": "https://files.pythonhosted.org/packages/59/1c/eb11dde7b6b2ae9fc6a999fc7a49670773703fd5347a264abf12dff39dc3/isacalc-v1.2.1.tar.gz" } ] }