Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MathewBiddle
MathewBiddle / gts_atn_metrics_problem.ipynb
Created April 26, 2023 17:03
GTS_ATN_metrics_problem.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MathewBiddle
MathewBiddle / 2017-06-12-ncei_ra_archive_history.ipynb
Created May 10, 2023 19:10
2017-06-12-ncei_ra_archive_history.ipynb
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.
@MathewBiddle
MathewBiddle / gazetteerSearch
Created August 4, 2023 17:42
Search MarineGazetteer for polygon overlap
library(sf)
library(dplyr)
#get WKT
bb_points <- event %>%
st_as_sf(coords = c("decimalLongitude", "decimalLatitude"),
crs = "WGS84") %>%
st_bbox() %>%
st_as_sfc() %>%
st_cast(to = "POINT")
@MathewBiddle
MathewBiddle / datatypes_available_on_erddap.ipynb
Created August 11, 2023 17:17
dataTypes_available_on_ERDDAP.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MathewBiddle
MathewBiddle / datatypes_available_on_erddap.ipynb
Created August 22, 2023 20:02
count_asset_inventory_platforms.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MathewBiddle
MathewBiddle / ir.ipynb
Created September 6, 2023 21:40
IR.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MathewBiddle
MathewBiddle / glider_days.ipynb
Created October 12, 2023 20:35
glider_days.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MathewBiddle
MathewBiddle / filter_for_first_row_in_hour.ipynb
Created November 8, 2023 16:56
filter_for_first_row_in_hour.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.