Skip to content

Instantly share code, notes, and snippets.

View adyork's full-sized avatar

Amber York adyork

  • Woods Hole Oceanographic Institution
  • Woods Hole/N Falmouth, MA
View GitHub Profile
@adyork
adyork / bats_niskin_exploration.ipynb
Last active October 20, 2022 15:27
BATS_niskin_exploration.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adyork
adyork / bats_niskin_subset_example.ipynb
Last active October 20, 2022 15:34
BATS_niskin_subset_example.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
%% DateTime transformations
% goals:
% * add time zone to datetime
% * convert to ISO_DateTime_UTC
% * convert to ISO_DateTime_local
% * get epoch time (seconds since 1970)
% * check epoch conversion
%starting with a matlab datenum format (no time zone). But we know it is local (Mountain Time) timezone.
datenum = DATA.Time; %in this data structure DATA.Time is a time with seconds resolution (no time zone in datenum)
@adyork
adyork / read_netcdf.ipynb
Last active October 20, 2022 15:57
read_netcdf.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adyork
adyork / read_netcdf.ipynb
Last active October 20, 2022 15:58
read_netcdf.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adyork
adyork / match_names_gnrd.ipynb
Last active October 20, 2022 15:26
match_names_gnrd.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adyork
adyork / species_erddap_json.ipynb
Last active October 20, 2022 16:01
species_erddap_json.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adyork
adyork / species_erddap_csv.ipynb
Last active October 20, 2022 16:01
species_erddap_csv.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adyork
adyork / taxamatch_response_data.ipynb
Last active October 20, 2022 16:09
taxamatch_response_data.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adyork
adyork / full_gnrd_test.ipynb
Last active October 20, 2022 16:07
full_gnrd_test.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.