Skip to content

Instantly share code, notes, and snippets.

View jdbcode's full-sized avatar

Justin Braaten jdbcode

View GitHub Profile
@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 / 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_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 / 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_nn_resample_bug_293144007.ipynb
Created July 28, 2023 23:27
ee_nn_resample_bug_293144007.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 / js_vs_py_exports_test.ipynb
Created August 4, 2023 20:41
js_vs_py_exports_test.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 / estimate_image_chunk_size.md
Created August 14, 2023 20:53
Estimate image chunk size

(Updated: 2023-08-14)

A method to estimate Earth Engine interactice server-to-client image data request size.

Code Editor script

var geometry = ee.Geometry.Polygon(
        [[[-123.61064453125, 45.977647428626796],
@jdbcode
jdbcode / convert_js_to_py.ipynb
Last active September 18, 2023 20:41
convert_js_to_py.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 / g4g_2023_py_vs_code_editor.md
Last active October 10, 2023 05:10
JavaScript Code Editor demo used in the Geo For Good (2023) session on "Python vs Code Editor"
@jdbcode
jdbcode / earth-engine-data-converters.ipynb
Last active March 12, 2024 06:45
A Colab notebook on how to use Earth Engine data converters for visualizing and exploring data in Pandas, GeoPandas, and NumPy formats.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.