ChangpeiHe

Results 25 comments of ChangpeiHe

so, did you have solved this problem?

if still cannot solve this problem, it's advised to apply a proxy

bounding_box = (data.loc[i, "xmin"], data.loc[i, "ymin"], data.loc[i, "xmax"], data.loc[i, "ymax"]) Landsat_name = request_Landsat(username, password, product, start_date, end_date, bounding_box)

This package seems not having this function, which can only be achieved in the Google Earth Engine (GEE). However, the GEE is not so feasible for large-scale study.

I have solved this problem by changing the product ID

modifying this function could solve it

1. If you want to calculate pm2.5 concentration (ug/m3) by your mentioned fomula, please use SO4, NH4, NIT, and other compositions in GEOSChem.SpeciesConc.YYYTMMDD_0000z.nc4 instead of GEOSChem.AerosolMass.YYYYMMDD_0000z.nc4. Note that don't forget...

You are correct. Actually, it's recommended to directly use the 'AerMassPM25' in 'GEOSChem.AerosolMass.YYYYMMDD_0000z.nc4.'