Search found 12 matches

by hyoklee
Wed Feb 19, 2025 11:39 am America/New_York
Forum: Home
Question: Request for Environmental Datasets in CSV Format for D3.js Visualizations
Replies: 3

Re: Request for Environmental Datasets in CSV Format for D3.js Visualizations

Hi, I think OPeNDAP service is probably the best solution: https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal/opendap Please search for "ascii" in the above document. It's equivalent to CSV. After playing with the demo server in the above document,...
by hyoklee
Tue Jan 14, 2025 11:37 pm America/New_York
Forum: Home
Question: MCD19A2 data Processing
Replies: 8

Re: MCD19A2 data Processing

Here's another example that subsets data at specific location: https://hdfeos.org/zoo/MORE/LPDAAC/MCD/MCD19A2.A2010010.h25v06.006.2018047103710.hdf.s.py Please adjust the following code for your region: # Subset region. # lon = 85 : 90 E # lat = 20 : 25 N latbounds = [ 20 , 25 ] lonbounds = [ 85 , 9...
by hyoklee
Tue Dec 03, 2024 9:34 am America/New_York
Forum: Home
Question: MOD09GA in HDF Preprocessing
Replies: 4

Re: MOD09GA in HDF Preprocessing

1. Read MOD09GA using https://hdfeos.org/zoo/LPDAAC/MOD09GA.A2007268.h10v08.061.2021074090204.hdf.py example. 2. Write GeoTIFF using https://www.hdfeos.org/zoo/MORE/GESDISC/OMI/OMI-Aura_L2-OMAERUV_2019m0801t0453-o80020_v003-2019m0802t194820.SUB.he5.py example. Please contact eoshelp@hdfgroup.org if ...
by hyoklee
Thu Jul 18, 2024 12:30 am America/New_York
Forum: Home
Question: Code example for CALIPSO data
Replies: 7

Re: Code example for CALIPSO data

I added a new CAL_LID_L2_05kmAPro-Standard-V4-51 example [1] and plot [2] on website [3]. It subsets data using UAE latitude boundary. It plots Backscatter_Coefficient_1064. I hope this will be enough for further processing to create plots that are similar to ones on ASDC website [4]. [1] https://hd...
by hyoklee
Tue Jan 30, 2024 6:40 pm America/New_York
Forum: Home
Question: Code example for CALIPSO data
Replies: 7

Re: Code example for CALIPSO data

Have you clicked "more" link that leads to the following page?

https://hdfeos.org/zoo/LaRC_CALIPSO_py.php

It has a similar data product although the version is 4.21.
by hyoklee
Tue Jan 30, 2024 10:34 am America/New_York
Forum: Home
Question: Code example for CALIPSO data
Replies: 7

Re: Code example for CALIPSO data

by hyoklee
Wed Nov 08, 2023 11:33 am America/New_York
Forum: Home
Question: georeference of ECO2LSTE v001
Replies: 4

Re: georeference of ECO2LSTE v001

Hi, @muqian1207! HETIC (HDF-EOS Tools & Information Center) added ECO2LSTE examples. http://hdfeos.org/zoo/index_openLPDAAC_Examples.php#ECOSTRESS We hope that our new examples can help your research. For example, you can cross-examine ArcMap visualization result by generating Albers Equal Area ...
by hyoklee
Fri Nov 03, 2023 10:46 am America/New_York
Forum: Home
Question: Accessing and Processing L3 Data in Python with netCDF4
Replies: 2

Re: Accessing and Processing L3 Data in Python with netCDF4

Hi, @eric.r.enloe!

HTIC (HDF-EOS Tools & Information Center) added a new Python example today:

http://hdfeos.org/zoo/OBPG/AQUA_MODIS.20221001_20221031.L3m.MO.RRS.Rrs_412.4km.nc.py

I hope it helps your research!