Skip to content

Instantly share code, notes, and snippets.

View jdbcode's full-sized avatar

Justin Braaten jdbcode

View GitHub Profile
@jdbcode
jdbcode / ee_landtrendr_example.ipynb
Last active February 3, 2024 18:43
ee_landtrendr_example.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / earth-engine-data-converters.ipynb
Last active December 18, 2023 16:48
Earth Engine Data Converters
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / ee_landsat_8_mean_composite.ipynb
Last active December 10, 2023 14:30
ee_landsat_8_mean_composite
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / ee_img_col_as_df.ipynb
Last active December 4, 2023 16:32
Earth Engine Python example of getting image properties as a Pandas table and charting a histogram with Altair
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 / convert_js_to_py.ipynb
Last active September 18, 2023 20:41
convert_js_to_py.ipynb
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 / js_vs_py_exports_test.ipynb
Created August 4, 2023 20:41
js_vs_py_exports_test.ipynb
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdbcode
jdbcode / gee_era5_wind_animation_fading_history_dynamic_feed.md
Created December 29, 2020 19:17
Earth Engine ERA-5 wind path animation with fading history and dynamic data feed

Code Editor script

/**
 * @license
 * Copyright 2020 Google LLC.
 * SPDX-License-Identifier: Apache-2.0
 * 
 * Generates wind trajectory maps and animations from ECMWF ERA-5 hourly wind
 * data. A set of random points are drawn within an area of interest; a path is