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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GypsyBojangles
GypsyBojangles / data_finder.ipynb
Last active September 4, 2019 23:09
Landsat Finder
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GypsyBojangles
GypsyBojangles / MYD13Q1.006_Demonstration.ipynb
Created August 30, 2019 00:10
MYD13Q.006 Notebook Demo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GypsyBojangles
GypsyBojangles / MYD13Q1.006_Demonstration.py
Last active August 29, 2019 00:53
MYD13Q1.006_Demonstration
import datacube
config = {
'db_hostname': 'agdcdev-db.nci.org.au',
'db_port': 6432,
'db_database': 'dsg547_dev'
}
dc = datacube.Datacube(config=config)
print(dc.list_products())