Search found 14 matches

by leon_c
Tue May 09, 2023 1:47 pm America/New_York
Forum: Questions/Comments
Question: HawkEye L2 coordinates - where are they stored?
Replies: 4

Re: HawkEye L2 coordinates - where are they stored?

Hi, another question, kind of related. The timestamp in the filename is UTC, right? Thanks!
by leon_c
Tue May 02, 2023 11:08 am America/New_York
Forum: Questions/Comments
Question: HawkEye L2 coordinates - where are they stored?
Replies: 4

Re: HawkEye L2 coordinates - where are they stored?

Got it, thanks!
by leon_c
Tue May 02, 2023 10:40 am America/New_York
Forum: Questions/Comments
Question: HawkEye L2 coordinates - where are they stored?
Replies: 4

HawkEye L2 coordinates - where are they stored?

Hi all!

I'm thinkering a bit with the HawkEye L2 data, but I seem not to be able to find the coordinates.
I've unpacked the .nc file using

Code: Select all

nc = xarray.open_dataset(file, group = "geophysical_data")
Could you please point me to the storage location of the coordinates? Thank you!
by leon_c
Fri Nov 25, 2022 12:07 pm America/New_York
Forum: Questions/Comments
Question: Data level distinction?
Replies: 4

Re: Data level distinction?

Combining the two sources it is implicitly implied that L is the only level 1 physical variable, everything else is level 2. Thanks!

As for suggestions, I reckon some tacit examples of data levels in the documentation would be of great use.
Thank you once again! :D
by leon_c
Fri Nov 25, 2022 10:43 am America/New_York
Forum: Questions/Comments
Question: Data level distinction?
Replies: 4

Re: Data level distinction?

Hi!
Thanks for the reply. I'm aware of the documentatiton, but the term "geophysical" is still too vague to me and doesn't really help me place radiance and/or reflectance into level 1 or 2...
by leon_c
Thu Nov 24, 2022 4:30 am America/New_York
Forum: Questions/Comments
Question: Data level distinction?
Replies: 4

Data level distinction?

Hi! I'm having some trouble grasping the distinction between data levels and actual physical interpretation of data. Say we are talking about chlorophyll concentration: level 1 would include both radiance L (power of the light radiation at specific wavelength per unit solid angle per unit area) and ...
by leon_c
Mon Jul 04, 2022 5:06 am America/New_York
Forum: Questions/Comments
Question: Download script error?
Replies: 1

Download script error?

Hi all! I'm trying to download some files from the GHRSST Level 4 MUR Global Foundation Sea Surface Temperature Analysis (v4.1) set via the download script. However, upon entering my credentials I get this message: ./dl.sh: command substitution: line 47: syntax error near unexpected token `(' ./dl.s...
by leon_c
Thu Feb 03, 2022 6:15 am America/New_York
Forum: Questions/Comments
Question: What exaclty are Level 0 and Level 1 data?
Replies: 3

Re: What exaclty are Level 0 and Level 1 data?

Thanks for the advice!

So L1 data is radiance, but the L0 is still a bit vague to me, at least physically.

"Production Data Set (PDS) is the raw instrument package" would that be the measured product of photovoltaic/photoelectirc effect?

Thank you!
by leon_c
Wed Feb 02, 2022 4:19 pm America/New_York
Forum: Questions/Comments
Question: What exaclty are Level 0 and Level 1 data?
Replies: 3

What exaclty are Level 0 and Level 1 data?

Hi! I have a question regarding the nature of Level 0 and Level 1 data as described in the "Data Processing Levels". What exactly is "Reconstructed, unprocessed instrument and payload data" at Level 0? Is it electrical signals (voltage, frequency...), and is Level 1 data then rad...
by leon_c
Tue Dec 07, 2021 8:20 am America/New_York
Forum: Questions/Comments
Question: Bulk data extraction using python?
Replies: 2

Re: Bulk data extraction using python?

Thank you very much!
I'll compare this method with post-download extraction, see what works best for me.

Thank you once again!