Skip to content

Instantly share code, notes, and snippets.

View darkblue-b's full-sized avatar
👁️
.

Brian M Hamlin darkblue-b

👁️
.
View GitHub Profile
@darkblue-b
darkblue-b / pystac_landsat.ipynb
Created August 19, 2020 04:46
tryout Notebook for STAC-1.0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
"browser" ->
"http_request" ->
"server" ->
"routes" ->
"controller" ->
"model" -> "controller"
"controller" -> "response"
#!/bin/sh
CITY="HOLLYWOOD_CA"
#34.10256/-118.36805
## W,S,E,N ?
## (south,west,north,east) from the Overpass wiki page
## BONN_DE
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darkblue-b
darkblue-b / draw_example0.ipynb
Last active August 29, 2015 14:20
networkx_draw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darkblue-b
darkblue-b / f0.adoc
Last active August 29, 2015 14:19
asciidoc test0

Search and Matching / Gene Sequences

Notes on implementation language environments, execution performance and machine considerations; based on the software technical supplement to "Uncovering disease-disease relationships through the incomplete interactome" Science Magazine Feb 2015

19Apr15 dbb v0.2

Observations

  • supplied python code ran quickly on all compute environments (~2 seconds)

  • non-trivial transform of a python networkx interactome requires 9GB of physical RAM

@darkblue-b
darkblue-b / pl1.ipynb
Created April 3, 2015 15:54
plot one tif gray
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darkblue-b
darkblue-b / test_join_800.ipynb
Last active August 29, 2015 14:16
clean geodataframe JOIN example, not solved
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darkblue-b
darkblue-b / nc-t0ext.ipynb
Last active August 29, 2015 14:16
netcdf extract and export example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.