Giter VIP home page Giter VIP logo

ee-jupyter-examples's People

Contributors

tylere avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ee-jupyter-examples's Issues

A Small Bug in Example Time Series-Landsat

Hi Tylere,

time = [datetime.datetime.fromtimestamp(i/1000) for i in (data[0:,iTime].astype(int))]

This is from your example Time Series- Landsat. When I run the code, it seems that an error occurs becasue of astype(int).

The error is "Python int too large to convert to C long".

My environment is a Jupyter notebook Python 3 (windows 64-bit).

I think the solution is to exclude astype(int), just use time = [datetime.datetime.fromtimestamp(i/1000) for i in (data[0:,iTime])]. But I have not went through it.

Unable to import images reduced by featureCollection

Hi Tylere,
Can you help me with an issue? I am using Jupyter Notebooks with Python 3.

I want to download images in a watershed (I got from a fusion table).

import ee
ee.Initialize()

get features of watershed

w3031 = ee.FeatureCollection('users/hutx2309/wsd3031')

get ndvi data with only June and July from 2009 to 2017

ndvi = ee.ImageCollection('MODIS/006/MOD13A2').filterDate('2009-01-01','2017-12-31').select('NDVI')
ndvi_mon = ndvi.filter(ee.Filter.calendarRange(2009,2017,'year'))
.filter(ee.Filter.calendarRange(6,7,'month'))

download data using watershed feature as a filter using python API

image = ndvi_mon.first()
task = ee.batch.Export.image.toDrive(image,description='NDVI',region=w3031,scale=1000, crs='EPSG:4326')
task.start()

==========================================================

TypeError: Object of type 'FeatureCollection' is not JSON serializable

I have no idea how to deal with this. Thanks!

import gdal fails

Hi @tylere, I'm wondered how should I set up the gdal library to run the 4 - Earth Engine and TensorFlow nb? Here the error when I import gdal, I'm using MacOS...

ImportErrorTraceback (most recent call last)
<ipython-input-1-ecfcf1c998b3> in <module>()
      4 from matplotlib import pyplot
      5 import numpy
----> 6 import gdal
      7 import tempfile
      8 import tensorflow as tf

ImportError: No module named gdal

Missing?: "Earth Engine Datalab Initialization.ipynb"

This is a very helpful set of notebooks! I'm trying to initialize Earth Engine on a Datalab instance and couldn't find the "Earth Engine Datalab Initialization" notebook referenced in the "Earth Engine and TensorFlow" notebook. Is it still available, perhaps with a different name?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.