Pastuu commited on
Commit
541475a
1 Parent(s): 39ac70d

Upload rasterio.ipynb

Browse files
e670ad4bab9e8d674615f7e39be2e0b0-b7918f4ef568b507483d3208f5f1532ac4f6a0a6/rasterio.ipynb ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nbformat": 4,
3
+ "nbformat_minor": 0,
4
+ "metadata": {
5
+ "colab": {
6
+ "provenance": [],
7
+ "authorship_tag": "ABX9TyOuvBRTL0deryle01Y4aa0y",
8
+ "include_colab_link": true
9
+ },
10
+ "kernelspec": {
11
+ "name": "python3",
12
+ "display_name": "Python 3"
13
+ },
14
+ "language_info": {
15
+ "name": "python"
16
+ }
17
+ },
18
+ "cells": [
19
+ {
20
+ "cell_type": "markdown",
21
+ "metadata": {
22
+ "id": "view-in-github",
23
+ "colab_type": "text"
24
+ },
25
+ "source": [
26
+ "<a href=\"https://colab.research.google.com/gist/Pastuuu/e670ad4bab9e8d674615f7e39be2e0b0/rasterio.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
27
+ ]
28
+ },
29
+ {
30
+ "cell_type": "code",
31
+ "execution_count": null,
32
+ "metadata": {
33
+ "id": "oJTpUu_oO6qn"
34
+ },
35
+ "outputs": [],
36
+ "source": [
37
+ "!pip install rasterio"
38
+ ]
39
+ }
40
+ ]
41
+ }