Skip to content

Instantly share code, notes, and snippets.

View jdbcode's full-sized avatar

Justin Braaten jdbcode

View GitHub Profile
@jdbcode
jdbcode / annual_modis_cloud_fraction.ipynb
Created June 1, 2023 19:56
annual_modis_cloud_fraction.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / ee_image_chips.ipynb
Last active March 23, 2023 17:59
Create image chips that have consistent dimensions despite varying aspect ratios of input image region using Earth Engine and PIL
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / ee_filmstrip_gif_precipitable_water_2023_01_03.ipynb
Last active January 4, 2023 16:16
ee_filmstrip_gif_precipitable_water_2023_01_03.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / ee-api-methods-list.ipynb
Last active November 8, 2022 19:58
ee-api-methods-list.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / g4g22_feature_collection_to_csv.ipynb
Created October 5, 2022 19:49
g4g22_feature_collection_to_csv.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / g4g22_ndvi_time_series_viz.ipynb
Last active April 18, 2024 07:49
g4g22_ndvi_time_series_viz.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / g4g22_ndvi_animation.ipynb
Created October 3, 2022 15:35
g4g22_ndvi_animation.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / medium_featureview_styling.js
Created May 11, 2022 17:19
[Medium] FeatureView styling
var styleRules = {
pointSize: 15,
pointFillColor: {
property: 'fuel1',
categories: [
['Coal', '#CD3290'],
['Gas', '#3290CD'],
['Nuclear', '#90CD32'],
]
},
@jdbcode
jdbcode / ee_landtrendr_example.ipynb
Last active February 3, 2024 18:43
ee_landtrendr_example.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / ee_numpy_array_with_pixel_coordinates.ipynb
Last active March 1, 2022 21:43
Include coordinates of image pixels transferred from Earth Engine to Numpy array
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.