{ "info": { "author": "Pat Daburu", "author_email": "pat@daburu.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries" ], "description": "shapeit\n=======\n\n`Shapely `__ is\ngreat for working with geometries, but if you're dealing with Geographic\nInformation Systems\n(`GIS `__)\nthere are times when you really need your geometries to have some\nawareness of `spatial\nreference `__.\nThis project seeks to combine ``Shapely`` with\n`pyproj `__ and some other\nconveniences to make working with geometries across spatial references\neasy and fun!\n\nProject Features\n----------------\n\n- `shapeit `__\n- automated unit tests you can run with\n `pytest `__\n- a `Sphinx `__ documentation\n project\n\nGetting Started\n---------------\n\nThe project's documentation contains a section to help you `get\nstarted `__\nas a developer or user of the library.\n\nExamples\n--------\n\nWGS84 to UTM\n~~~~~~~~~~~~\n\nIn this example we'll start with a latitude and a longitude and create a\npoint that happens to be in `UTM zone\n15N `__ (32615). We'll\nthen use the ``as_utm`` method to create the equivalent point in the UTM\ncoordinate system.\n\n.. code:: python\n\n from shapeit import SrPoint\n\n # Create a point from a latitude, longitude.\n wgs84 = SrPoint.from_lat_lon(lat=45.553670, lon=-94.142430)\n\n # Convert it to UTM.\n utm = wgs84.as_utm()\n\n # What are the coordinates of the UTM point?\n print(f'x={utm.x}, y={utm.y}')\n\n # What's the SRID of the UTM point's coordinate system.\n print(f\"The UTM SRID is: {utm.srid}\")\n\n.. code:: sh\n\n x=410830.5412685075, y=5045093.805781859\n The UTM SRID is: 32615\n\nFor more examples and other information, visit the `documentation\npage `__.\n\nDevelopment Prerequisites\n-------------------------\n\nIf you're going to be working in the code (rather than just using the\nlibrary), you'll want a few utilities.\n\n- `GNU Make `__\n- `Pandoc `__\n\nResources\n---------\n\nBelow are some handy resource links.\n\n- `Project Documentation `__\n- `Click `__ is a Python package for\n creating beautiful command line interfaces in a composable way with\n as little code as necessary.\n- `Sphinx `__ is a tool that\n makes it easy to create intelligent and beautiful documentation,\n written by Geog Brandl and licnsed under the BSD license.\n- `pytest `__ helps you write\n better programs.\n- [GNU Make] is a tool which controls the generation of executables and\n other non-source files of a program from the program's source files.\n\nAuthors\n-------\n\n- **Pat Daburu** - *Initial work* -\n `github `__\n\nSee also the list of\n`contributors `__ who\nparticipated in this project.\n\nLicenseMIT License\n------------------\n\nCopyright (c) patdaburu\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/patdaburu/shapeit/archive/0.0.7.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/patdaburu/shapeit", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "shapeit", "package_url": "https://pypi.org/project/shapeit/", "platform": "", "project_url": "https://pypi.org/project/shapeit/", "project_urls": { "Download": "https://github.com/patdaburu/shapeit/archive/0.0.7.tar.gz", "Homepage": "https://github.com/patdaburu/shapeit" }, "release_url": "https://pypi.org/project/shapeit/0.0.7/", "requires_dist": null, "requires_python": ">=0.0.1", "summary": "It's Shapely with projections and some other conveniences!", "version": "0.0.7" }, "last_serial": 5927721, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3da5b944f73a34a6af52f7767050667a", "sha256": "180c888946e832bcc896c5e1de90c3d809fea5a000839e9fec27832db69ebe91" }, "downloads": -1, "filename": "shapeit-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3da5b944f73a34a6af52f7767050667a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=0.0.1", "size": 13457, "upload_time": "2019-09-14T18:43:17", "url": "https://files.pythonhosted.org/packages/f8/1d/c4277b1739142bd0c8f40b076593feb648541b4924f7b6772076605a203a/shapeit-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "1071519950ada5afd5d7d42b1773a398", "sha256": "cfb455cda8d77f334c9a751cb0c1a42fe1330c9a24030fc49e5161117dcbcc40" }, "downloads": -1, "filename": "shapeit-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1071519950ada5afd5d7d42b1773a398", "packagetype": "sdist", "python_version": "source", "requires_python": ">=0.0.1", "size": 13539, "upload_time": "2019-09-15T16:15:55", "url": "https://files.pythonhosted.org/packages/36/3a/79dd51ede98fb8cfbf1cbe262162992386ea12d446c654dc8769157349c4/shapeit-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "0a7f92e9f2c3a015dd61129ed2a20f08", "sha256": "d4287e5be476cfdc0f4ad7e342d6308c9a88c7f9d25d45dc0c4d2eee647b53f2" }, "downloads": -1, "filename": "shapeit-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0a7f92e9f2c3a015dd61129ed2a20f08", "packagetype": "sdist", "python_version": "source", "requires_python": ">=0.0.1", "size": 13709, "upload_time": "2019-09-17T22:38:11", "url": "https://files.pythonhosted.org/packages/db/c5/c4de014f9f176955199a0144c90cc0f787a56156f33882dd10c9dc884bc6/shapeit-0.0.4.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "5f976b13d1375e74094e4b9b5f4cf35e", "sha256": "058041c532b5a0e17521200aabd93870c50fb95a5a1fd4fd507264b2f47d48b9" }, "downloads": -1, "filename": "shapeit-0.0.6.tar.gz", "has_sig": false, "md5_digest": "5f976b13d1375e74094e4b9b5f4cf35e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=0.0.1", "size": 13870, "upload_time": "2019-09-20T17:40:00", "url": "https://files.pythonhosted.org/packages/a9/fd/456a23318d1e1bce9dc42c87aa3d77e6c76b5d2138c80910d66dc17f5ae2/shapeit-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "ca48ed21ae922409c4f4ae7087caf5f4", "sha256": "e4b723baba661f4d2642945c294b5ada0283b186ca4a3d98bc9c04ae506b68bf" }, "downloads": -1, "filename": "shapeit-0.0.7.tar.gz", "has_sig": false, "md5_digest": "ca48ed21ae922409c4f4ae7087caf5f4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=0.0.1", "size": 14676, "upload_time": "2019-10-04T10:22:53", "url": "https://files.pythonhosted.org/packages/51/b0/178e9bb7cc637b054a1b47c576a6396d7dd8232d5ae4458d13cf790717b7/shapeit-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca48ed21ae922409c4f4ae7087caf5f4", "sha256": "e4b723baba661f4d2642945c294b5ada0283b186ca4a3d98bc9c04ae506b68bf" }, "downloads": -1, "filename": "shapeit-0.0.7.tar.gz", "has_sig": false, "md5_digest": "ca48ed21ae922409c4f4ae7087caf5f4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=0.0.1", "size": 14676, "upload_time": "2019-10-04T10:22:53", "url": "https://files.pythonhosted.org/packages/51/b0/178e9bb7cc637b054a1b47c576a6396d7dd8232d5ae4458d13cf790717b7/shapeit-0.0.7.tar.gz" } ] }