Python snippets for geospatial analysis
Project description
pygis
Author: Qiusheng Wu (https://wetlands.io | wqs@binghamton.edu)
pygis is a collection of Python snippets for geospatial analysis.
GitHub repo: https://github.com/giswqs/pygis
Documentation: https://py-pygis.readthedocs.io.
Binder: https://gishub.org/pygis-cloud
Free software: MIT license
Features
Download files from direct URLs or shared files from Google Drive
Read and write zip files; extract files from zip files
Examples
import pygis
url = "https://github.com/giswqs/lidar/raw/master/examples/lidar-dem.zip"
pygis.download_from_url(url, file_name='data.zip', unzip=False)
gfile_url = 'https://drive.google.com/file/d/1c6v-ep5-klb2J32Nuu1rSyqAc8kEtmdh'
pygis.download_from_gdrive(gfile_url, 'dem.zip')
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2018-11-09)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pygis-0.1.3.tar.gz
.
File metadata
- Download URL: pygis-0.1.3.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c327f166725f0115f929e22ae5e5caaaa705b9a2154a6ce3fef6ac178dad170b |
|
MD5 | 15bf839e5cb9ac275ac9f98bdbef9419 |
|
BLAKE2b-256 | afd35e122990e9f0560ac07d4b81a9d6e4b8325b27a39f9af4325c6653a44ae3 |
File details
Details for the file pygis-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: pygis-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f572929626be74de3ffe67cbd70be0601eaaa64cf9961beec3d70a4c251af051 |
|
MD5 | f9eba5c4a46922ac53d801cfdd054af1 |
|
BLAKE2b-256 | 411a1f756f3c33c84ed1697f95f8a1ad1cbaf585f3e93952f216eed278b237fd |