Giter Club home page Giter Club logo

Comments (3)

giswqs avatar giswqs commented on July 22, 2024 1

You can specify the region argument when the image is unbounded. Something like this:

# Define a point of interest
aoi = ee.Geometry.Point(-99.2222, 46.7816)
region = aoi.buffer(1000)

# Define an image.
img_coll = ee.ImageCollection('NASA/OCEANDATA/MODIS-Aqua/L3SMI') \
                  .filterDate('2016-06-01', '2016-06-05') \
                  .select(['Rrs_645', 'Rrs_555', 'Rrs_443']) \
                  .filterBounds(aoi)

out_dir='/home/qiusheng/Downloads/'

geemap.ee_export_image_collection(img_coll, out_dir=out_dir, region=region)

from geemap.

giswqs avatar giswqs commented on July 22, 2024

Hope you have resolved the issue. Feel free to reopen the issue if needed.

from geemap.

znculee avatar znculee commented on July 22, 2024

@giswqs By using the above code, it indeed skips the error but all the download tif images are just black squares. Do you know how to fix this?

from geemap.

Related Issues (20)

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.