Create virtual environment
python3 -m venv env/
Activate virtual environment
source env/bin/activate
| { | |
| "format": "image/png", | |
| "filename": "fractional-scale-test.png", | |
| "frames": [ | |
| { | |
| "maptime": "2020-08-30T12:00:00Z", | |
| "title": "2020-08-30T12:00:00Z", | |
| "overlays": [ | |
| { | |
| "type": "tile", |
| import { contours } from 'd3-contour'; | |
| import * as GeoTIFF from 'geotiff'; | |
| import * as fs from 'fs'; | |
| const minLng = -95.9791062729049; | |
| const minLat = 29.468568269199807; | |
| const maxLng = -94.87582655116825; | |
| const maxLat = 30.377703838800894; | |
| let vals = undefined; |
| .fill-window { | |
| height: 100%; | |
| position: absolute; | |
| left: 0; | |
| width: 100%; | |
| overflow: hidden; | |
| } | |
| body { | |
| margin: 0px; | |
| } |
Create virtual environment
python3 -m venv env/
Activate virtual environment
source env/bin/activate