{ "info": { "author": "David Ketchum", "author_email": "dgketchum@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: GIS" ], "description": "# dem\nSee test_dem.py for examples of how this is used.\n\nCollect elevation data from AWS or Thredds, merge, reproject, resample.\n\nNo API key needed!\n\n`pip install opendem`\n\n`$ python`\n\n`>>> import dem`\n\nReturn elevation, aspect, or slope, that has been correctly transformed to fit rasters you are already working on.\n\n![Montana Slope](https://github.com/dgketchum/dem/blob/master/Montana_Slope.png)\n\nPulls a web map tile service (AWS) list of tiles, based on input zoom level and bounding box, merges it,\nreprojects it, and resamples it to a raster you are working with.\n\nThis is intended for work where one needs a dem (elevation), slope, or aspect in a grid that matches another\ndataset they are working on. \n\nFor example, I work on Landsat images that come in WGS UTM coordinate reference systems. With [bounds](https://github.com/dgketchum/bounds),\n[satellite_image](https://github.com/dgketchum/satellite_image), and [Landsat578](https://github.com/dgketchum/Landsat578), I can easily download and unzip a Landsat scene, read it into a\nLandsat5 (or 7, 8) object, pass the object attributes to dem, and get back a numpy array that is reprojected\ninto the same local coordinate system for accurate scientific analysis with the cloud mask, reflectance, albedo and other\nhandy data returned by methods in satellite_image.\n\nThis is intended to replace the task of downloading NED files and going through a long process in a GIS to \nmerge, reproject, resample, etc, which often requires time consuming file management and use of proprietary software.\n\nThis pulls elevation data from the web, much like an app on your phone does. Don't spend all your time dealing with\nNED tiles!\n\nBig ups to [rasterio](https://github.com/mapbox/rasterio).\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/dgketchum/dem/archive/0.0.23.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dgketchum", "keywords": "DEM digital elevation model", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "opendem", "package_url": "https://pypi.org/project/opendem/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/opendem/", "project_urls": { "Download": "https://github.com/dgketchum/dem/archive/0.0.23.tar.gz", "Homepage": "https://github.com/dgketchum" }, "release_url": "https://pypi.org/project/opendem/0.0.23/", "requires_dist": null, "requires_python": "", "summary": "Very simple API to download, merge, resample, project DEM tiles from AWS and Thredds", "version": "0.0.23" }, "last_serial": 4209681, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "140caf022aac015faa45b25d2096773c", "sha256": "07191599d61e1b7773521d0d47e1f18b5e2c62f9a0a4b36e408a7b9fe5a90d0c" }, "downloads": -1, "filename": "opendem-0.0.1.tar.gz", "has_sig": false, "md5_digest": "140caf022aac015faa45b25d2096773c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2497, "upload_time": "2018-08-25T21:53:48", "url": "https://files.pythonhosted.org/packages/46/83/27059c6962ca524d5e1ad200e8acf72f58e2b27d166fe2cde4045234bbd0/opendem-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "9cde465a7cf590376f81f8e1ce947b73", "sha256": "73815e04f6fda5707bb7f2658559451bd7a7789801160222df76bbdc3a628243" }, "downloads": -1, "filename": "opendem-0.0.2.tar.gz", "has_sig": false, "md5_digest": "9cde465a7cf590376f81f8e1ce947b73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5809, "upload_time": "2018-08-25T23:13:55", "url": "https://files.pythonhosted.org/packages/a5/fe/4beb69286788e8547d73e053824548e74853193d99f712e16efd076e97ef/opendem-0.0.2.tar.gz" } ], "0.0.21": [ { "comment_text": "", "digests": { "md5": "24199529dfa93a64e473c94705a64a14", "sha256": "2af202e566c16345def7187f57d589386fe5a4567940bb4458bdeeac53e163d4" }, "downloads": -1, "filename": "opendem-0.0.21.tar.gz", "has_sig": false, "md5_digest": "24199529dfa93a64e473c94705a64a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5808, "upload_time": "2018-08-26T00:14:39", "url": "https://files.pythonhosted.org/packages/b7/fb/100b0ac4756302e60746a03b202f1d2c2121d4d45c23794b5040dcfc5098/opendem-0.0.21.tar.gz" } ], "0.0.22": [ { "comment_text": "", "digests": { "md5": "23a4237457d5e3a34697ddc154c171bc", "sha256": "83f0ba4bc2cce6a5737173e1879ce60fdf01a47eece9a1a287e92dcaf844327d" }, "downloads": -1, "filename": "opendem-0.0.22.tar.gz", "has_sig": false, "md5_digest": "23a4237457d5e3a34697ddc154c171bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5809, "upload_time": "2018-08-26T00:23:08", "url": "https://files.pythonhosted.org/packages/b7/d8/ac2d33dd38b0e87210b002bbbcef7831eab529fa1f4b3d87e0d5877bce97/opendem-0.0.22.tar.gz" } ], "0.0.23": [ { "comment_text": "", "digests": { "md5": "d64e88279d98166e9647bf257836a305", "sha256": "14aa268f4cea4f854d0775378ceede7f8ec1e9aec61f1dbef8fe7591ee5e780e" }, "downloads": -1, "filename": "opendem-0.0.23.tar.gz", "has_sig": false, "md5_digest": "d64e88279d98166e9647bf257836a305", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5813, "upload_time": "2018-08-27T02:56:51", "url": "https://files.pythonhosted.org/packages/af/2b/ef0aa16f9d2feaa02e14cf935a4acf01d13ea6ae8c9f73a5a55a1782852e/opendem-0.0.23.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d64e88279d98166e9647bf257836a305", "sha256": "14aa268f4cea4f854d0775378ceede7f8ec1e9aec61f1dbef8fe7591ee5e780e" }, "downloads": -1, "filename": "opendem-0.0.23.tar.gz", "has_sig": false, "md5_digest": "d64e88279d98166e9647bf257836a305", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5813, "upload_time": "2018-08-27T02:56:51", "url": "https://files.pythonhosted.org/packages/af/2b/ef0aa16f9d2feaa02e14cf935a4acf01d13ea6ae8c9f73a5a55a1782852e/opendem-0.0.23.tar.gz" } ] }