Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

299
Views
How to create images by calculating other images in Google Earth Engine?

I have some categorical images (Max, Min, MinUp, C) in GEE. Each image has integer values in different ranges. For example, C is [0, 35], and Max is [1, 20] etc.

I want to create a Boolean image: pixels that meet any two of the following criteria have a value of 1, while other pixels get 0. What I can think of is that I do 3 overlays of (1,2) (1,3) &(2,3) and take the union. Is there a sophisticated way to create the Boolean map?

  1. Max < 3.

  2. Min < MinUp/3

  3. C < 5

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I didn't get an answer before I worked it out, so I am just gonna post mine here. I don't think it's sophisticated enough for more complicated conditions, but at least it's an one-line code for me.

var result = (C1.multiply(C2)).max((C1.multiply(C3)).max(C2.multiply(C3)));
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!