mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
8 lines
216 B
ReStructuredText
8 lines
216 B
ReStructuredText
Profiles and Writing Files
|
|
==========================
|
|
|
|
How to use profiles when opening files.
|
|
|
|
Like Python's built in ``open()`` function, ``rasterio.open()`` has two primary
|
|
arguments: a path (or URL) and a mode (
|