- Disable Windows Fast-Startup
- Disable Secure Boot
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This document: https://goo.gl/AqGoE8
By far the most annoying part of getting started with messing with ML is installing researcher-made code and turning it into something fun to play with.
Before doing any of these, please install Miniconda. If you don't have it installed already, here's how:
For OSX, this is:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Atom One Light theme | |
xterm*background: #f9f9f9 | |
xterm*foreground: #383a42 | |
xterm*cursorColor: #d0d0d0 | |
xterm*color0: #000000 | |
xterm*color1: #E45649 | |
xterm*color2: #50A14F | |
xterm*color3: #986801 | |
xterm*color4: #4078F2 | |
xterm*color5: #A626A4 |
Fc660 dip switch
http://tiborsimko.org/capslock-escape-control.html
Karabiner-Elements
Hi, and welcome!
We love pixels. We build our tools such that they allow us to work with pixels at a wide range of scales, from individual landsat scenes, to global mosaics, via command line programs or as python libraries we can integrate into large processing pipelines.
Today we'll walk through:
- processing an individual Landsat scene using rasterio, a tool which serves as the foundation for most of our work
- uploading the outputs of ^ to Mapbox, where we can visualize it on top of
mapbox.satellite
, and serve it globally at crazy speed
$ pip install jupyterlab
$ jupyter labextension install @jupyterlab/geojson-extension