Rasterio plugin to read mercator tiles from Cloud Optimized GeoTIFF.
Project description
rio-tiler
Rasterio plugin to read mercator tiles from Cloud Optimized GeoTIFF.
Documentation: https://cogeotiff.github.io/rio-tiler/
Source Code: https://github.com/cogeotiff/rio-tiler
Install
You can install rio-tiler
using pip
$ pip install -U pip
$ pip install rio-tiler --pre # version 2.0 is in development
or install from source:
$ git clone https://github.com/cogeotiff/rio-tiler.git
$ cd rio-tiler
$ pip install -U pip
$ pip install -e .
Partial reading on Cloud hosted dataset
rio-tiler
perform partial reading on local or distant dataset, which is why it will perform best on Cloud Optimized GeoTIFF (COG).
It's important to note that Sentinel-2 scenes hosted on AWS are not in Cloud Optimized format but in JPEG2000.
When performing partial reading of JPEG2000 dataset GDAL (rasterio backend library) will need to make a lot of GET requests and transfer a lot of data.
Ref: Do you really want people using your data blog post.
Plugins
- rio-tiler-mvt: Create Mapbox Vector Tile from numpy array (tile/mask)
Mission Specific tiler
In rio-tiler
v2 we choosed to remove the mission specific tilers (Sentinel2, Sentinel1, Landsat8 and CBERS). Those are now in a specific plugin: rio-tiler-pds.
Implementations
- rio-viz: Visualize Cloud Optimized GeoTIFF in browser locally
- titiler: A lightweight Cloud Optimized GeoTIFF dynamic tile server.
- cogeo-mosaic: Create mosaics of Cloud Optimized GeoTIFF based on mosaicJSON specification.
Contribution & Development
See CONTRIBUTING.md
Authors
The rio-tiler
project was begun at Mapbox and has been transferred in January 2019.
See AUTHORS.txt for a listing of individual contributors.
Changes
See CHANGES.md.
License
See LICENSE.txt
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
File details
Details for the file rio-tiler-2.0.0rc1.tar.gz
.
File metadata
- Download URL: rio-tiler-2.0.0rc1.tar.gz
- Upload date:
- Size: 124.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3b080e361fa9ccebeb3f9663f792b7fa7e904811eaddd00fee0e84b91e7d490 |
|
MD5 | 8968f9679b4ed9d754a3beabdd85794c |
|
BLAKE2b-256 | 4e61cf87a46a1eed1242ab471d1a8021e2865b32638ac90e1e1868c1885fca0b |