{ "info": { "author": "\u00d6mer \u00d6zak", "author_email": "omer@omerozak.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: GIS", "Topic :: Utilities" ], "description": "gisrastertools\n===========\n\nThe ``gisrastertools`` is a python module that provides a fast and flexible\ntool to work with GIS raster files. It includes tools to \n\n- Given a point (lat,lon) find its location in a raster\n- Aggregate rasters to lower resolutions\n- Align two rasters of different sizes to common area and size\n- Get all the geographical information of raster\n- Create GeoTiff files easily\n- Load GeoTiff files as masked numpy rasters\n\nInstall\n-------\n\n.. code-block:: python\n \n pip install gisrastertools\n \nExample Usage\n-------------\n\n.. code-block:: python\n \n from gisrastertools import *\n # Get info on raster\n NDV, xsize, ysize, GeoT, Projection, DataType = get_geo_info(raster)\n \n # Load raster\n data = load_tiff(raster)\n \n # Find location of point (x,y) on raster, e.g. to extract info at that location\n col, row = map_pixel(x,y,GeoT[1],GeoT[-1], GeoT[0],GeoT[3])\n value = data[row,col]\n \n # Agregate raster by summing over cells in order to increase pixel size by e.g. 10\n aggregate(data,NDV,(10,10))\n \n # Align two rasters\n data2 = load_tiff(raster2)\n (alignedraster_o, alignedraster_a, GeoT_a) = align_rasters(raster, raster2, how=np.mean)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ozak/gis-raster-tools", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "gisrastertools", "package_url": "https://pypi.org/project/gisrastertools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gisrastertools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ozak/gis-raster-tools" }, "release_url": "https://pypi.org/project/gisrastertools/0.1/", "requires_dist": null, "requires_python": null, "summary": "Tools for working with Geographical Information System Rasters", "version": "0.1" }, "last_serial": 1326203, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8743321f3d366b2ea1e1185459714ccf", "sha256": "ff8b5770e6ee7f94076584aa8664e0c1ccf29be05638aff3a5c92abf08008e57" }, "downloads": -1, "filename": "gisrastertools-0.1.tar.gz", "has_sig": false, "md5_digest": "8743321f3d366b2ea1e1185459714ccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17611, "upload_time": "2014-12-01T03:53:16", "url": "https://files.pythonhosted.org/packages/50/1c/ac358c163a94b262ece8290bde7b1b729702c89c81f0b100696145450990/gisrastertools-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8743321f3d366b2ea1e1185459714ccf", "sha256": "ff8b5770e6ee7f94076584aa8664e0c1ccf29be05638aff3a5c92abf08008e57" }, "downloads": -1, "filename": "gisrastertools-0.1.tar.gz", "has_sig": false, "md5_digest": "8743321f3d366b2ea1e1185459714ccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17611, "upload_time": "2014-12-01T03:53:16", "url": "https://files.pythonhosted.org/packages/50/1c/ac358c163a94b262ece8290bde7b1b729702c89c81f0b100696145450990/gisrastertools-0.1.tar.gz" } ] }