Skip to content

Instantly share code, notes, and snippets.

View jgomezdans's full-sized avatar

José Gómez-Dans jgomezdans

View GitHub Profile
@jgomezdans
jgomezdans / run_me.sh
Last active September 24, 2020 16:00
geog0111
#!/bin/bash
echo Cloning course Geog0111 from github...
echo This will take a couple of minutes
git clone https://github.com/UCL-EO/geog0111
cd geog0111
bin/init.sh&>~/geog0111_init.log
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
ogr2ogr -f GeoJSON -dialect sqlite -sql "select points.* from points, grid where ST_Intersects(grid.geometry, points.geometry)" sel_points.geojson data.vrt
@jgomezdans
jgomezdans / xarray-temporal-fit.ipynb
Created April 24, 2020 15:22 — forked from scottyhq/xarray-temporal-fit.ipynb
polynomial fit with xarray in time
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jgomezdans
jgomezdans / Ejura_S2_eg.ipynb
Created December 13, 2019 18:22
Ejura S2 visualisation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jgomezdans
jgomezdans / VIIRS_DNB.ipynb
Created December 5, 2019 20:04
VIIRS_DNB.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jgomezdans
jgomezdans / UncertainUncertainty.ipynb
Created December 3, 2019 15:57
UncertainUncertainty.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python
import datetime as dt
from dask.distributed import Client
from kaska import utils
from kaska.entry import run_process
#!/bin/bash
# This one fails!
cd /gws/nopw/j04/odanceo/jlgomezdans/flevo_out
ls -lht s2__lai_A2018001_0x* | awk '{print "/gws/nopw/j04/odanceo/jlgomezdans/flevo_out/"$9}' > flist.txt
gdalbuildvrt -input_file_list flist.txt testme.vrt
@jgomezdans
jgomezdans / WeatherInAmerica.ipynb
Last active October 14, 2019 14:14
WeatherInAmerica
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.