pygdal-chm


Namepygdal-chm JSON
Version 3.6.2.11 PyPI version JSON
download
home_pagehttps://github.com/nextgis/pygdal
SummaryVirtualenv and setuptools friendly version of standard GDAL python bindings
upload_time2023-01-10 19:06:51
maintainerAleksandr Dezhin
docs_urlNone
authorFrank Warmerdam
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            b'pygdal\n======\n\nVirtualenv and setuptools friendly version of standard GDAL python bindings.\n\nThis package is for you if you had problems installing GDAL in your virtualenv. You can install GDAL into your virtualenv using this package but you still need to install GDAL library and its header files on your system. On Ubuntu it can be done this way:\n\n::\n\n  $ sudo apt-get install libgdal1-dev\n\nVersion of the same package, and GDAL, so that if you have installed GDAL 1.8.1 you need to install the version 1.8.1 of this package:\n\n::\n\n  $ gdal-config --version\n  1.8.1\n\n  $ git clone git@github.com:nextgis/pygdal.git\n  $ cd pygdal\n  $ virtualenv --no-site-packages env\n  $ env/bin/pip install 1.8.1/\n\nOr you can install package directly from PyPi:\n\n::\n\n  $ virtualenv --no-site-packages env\n  $ env/bin/pip install pygdal=="`gdal-config --version`.*"\n\nThe trick with range of versions required to support pygdal versioning.\n\nThe supported versions are ``1.8.1`` - ``3.4.1``. Package ``numpy`` is also listed as a dependency (using ``setup_requires`` and ``install_requires`` directives), so you do not need to install it before installing GDAL.\n\nIf you installed GDAL using the `KyngChaos frameworks <http://www.kyngchaos.com/software/frameworks/>`_, you may need to override the default values returned by ``gdal-config --prefix`` in order to install this package. This can be accomplished by setting the ``GDALHOME`` environment variable, e.g.\n\n::\n\n  $ export GDALHOME="/Library/Frameworks/GDAL.framework/Versions/Current/unix/"\n  $ env/bin/pip install pygdal=="`gdal-config --version`.*"\n\nAfter package is installed you can use is same way as standard GDAL bindings:\n\n::\n\n  from osgeo import gdal\n\n'

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nextgis/pygdal",
    "name": "pygdal-chm",
    "maintainer": "Aleksandr Dezhin",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "me@dezhin.net",
    "keywords": "",
    "author": "Frank Warmerdam",
    "author_email": "warmerdam@pobox.com",
    "download_url": "https://files.pythonhosted.org/packages/99/a3/1e6566ac78f4d88c3fb45d53bc7c0918f6b0725f2c56afbf0582e65e6364/pygdal-chm-3.6.2.11.tar.gz",
    "platform": null,
    "description": "b'pygdal\\n======\\n\\nVirtualenv and setuptools friendly version of standard GDAL python bindings.\\n\\nThis package is for you if you had problems installing GDAL in your virtualenv. You can install GDAL into your virtualenv using this package but you still need to install GDAL library and its header files on your system. On Ubuntu it can be done this way:\\n\\n::\\n\\n  $ sudo apt-get install libgdal1-dev\\n\\nVersion of the same package, and GDAL, so that if you have installed GDAL 1.8.1 you need to install the version 1.8.1 of this package:\\n\\n::\\n\\n  $ gdal-config --version\\n  1.8.1\\n\\n  $ git clone git@github.com:nextgis/pygdal.git\\n  $ cd pygdal\\n  $ virtualenv --no-site-packages env\\n  $ env/bin/pip install 1.8.1/\\n\\nOr you can install package directly from PyPi:\\n\\n::\\n\\n  $ virtualenv --no-site-packages env\\n  $ env/bin/pip install pygdal==\"`gdal-config --version`.*\"\\n\\nThe trick with range of versions required to support pygdal versioning.\\n\\nThe supported versions are ``1.8.1`` - ``3.4.1``. Package ``numpy`` is also listed as a dependency (using ``setup_requires`` and ``install_requires`` directives), so you do not need to install it before installing GDAL.\\n\\nIf you installed GDAL using the `KyngChaos frameworks <http://www.kyngchaos.com/software/frameworks/>`_, you may need to override the default values returned by ``gdal-config --prefix`` in order to install this package. This can be accomplished by setting the ``GDALHOME`` environment variable, e.g.\\n\\n::\\n\\n  $ export GDALHOME=\"/Library/Frameworks/GDAL.framework/Versions/Current/unix/\"\\n  $ env/bin/pip install pygdal==\"`gdal-config --version`.*\"\\n\\nAfter package is installed you can use is same way as standard GDAL bindings:\\n\\n::\\n\\n  from osgeo import gdal\\n\\n'\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Virtualenv and setuptools friendly version of standard GDAL python bindings",
    "version": "3.6.2.11",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99a31e6566ac78f4d88c3fb45d53bc7c0918f6b0725f2c56afbf0582e65e6364",
                "md5": "722de1bf1d456ce219fc62fffe0b37f7",
                "sha256": "ce607773c052b30ba00a0d515cd60186176143cf0c1141d82ef3d2a903739ee2"
            },
            "downloads": -1,
            "filename": "pygdal-chm-3.6.2.11.tar.gz",
            "has_sig": false,
            "md5_digest": "722de1bf1d456ce219fc62fffe0b37f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 487573,
            "upload_time": "2023-01-10T19:06:51",
            "upload_time_iso_8601": "2023-01-10T19:06:51.812912Z",
            "url": "https://files.pythonhosted.org/packages/99/a3/1e6566ac78f4d88c3fb45d53bc7c0918f6b0725f2c56afbf0582e65e6364/pygdal-chm-3.6.2.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-10 19:06:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "nextgis",
    "github_project": "pygdal",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygdal-chm"
}
        
Elapsed time: 0.04006s