Automatically download a collection from an OGC Feature API
Project description
ogcFeatureApiCollectionDownloader
A python package to automatically download data from an OGC Feature API Collection.
Install
pip install ogcFeatureApiCollectionDownloader
How to use
import os
from ogcFeatureApiCollectionDownloader import downloader
download_location = f"{os.getcwd()}/downloads"
downloader.DownloadCollection(
url="https://demo.pygeoapi.io/stable/collections/lakes/"
).download(
download_path=download_location
)
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 ogcFeatureApiCollectionDownloader-0.0.1.tar.gz
.
File metadata
- Download URL: ogcFeatureApiCollectionDownloader-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79084498d3b451f70847384c257df892de2697a79d640772f4d1258015c7db5a |
|
MD5 | bbb529c1b904e3036ebd327ca874662a |
|
BLAKE2b-256 | 9d030d7dd3b8242c6672fa873bbd02ffe2c7bf6b60c0c94fe6e4d832327fbc54 |
Provenance
File details
Details for the file ogcFeatureApiCollectionDownloader-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ogcFeatureApiCollectionDownloader-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e399a1b4ee92bd9a9c7d87e62b45e8f2716d3fb68217e6d668fca24730a323a |
|
MD5 | e08b5e6ea07026b167842f4a5ae9ffbe |
|
BLAKE2b-256 | 83788cb7a169ba53d28fa78a2bc7d7c9cb18334ec0f1d26b837b35c3bedec42b |