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

258
Views
Error generating chart: User memory limit exceeded in Google Earth Engine

I am using "GFS: Global Forecast System 384-Hour Predicted Atmosphere Data" to extract relative humidity data. But while executing my codes it showing 'user memory limit exceeded'. This same codes working for extracting rainfall and temperature data from "ERA5 Daily Aggregates - Latest Climate Reanalysis Produced by ECMWF / Copernicus Climate Change Service". Please guide me in this regard.

Thanking you

Warm Regards

Ratnesh Karjee

//Import GFS: Global Forecast System 384-Hour Predicted Atmosphere Data
var imgHum = ee.ImageCollection("NOAA/GFS0P25")
               .select('relative_humidity_2m_above_ground')
               .filterDate('2018-01-01', '2020-12-31');

var relHum = imgHum.map(function(imgHum){
             return imgHum.clip(JNP)
             });


var relativeHumidity = ui.Chart.image.series(relHum, JNP,
        ee.Reducer.mean(), 5000)
        .setOptions({
          title: 'Humidity of Jaldapara',
          vAxis:{title: 'rainfall (m)'},
          hAxis:{title: 'Days/Months'}
        });
print(relativeHumidity)
about 4 years ago · Juan Pablo Isaza
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!