question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PyAPS grib file timing

See original GitHub issue

Possible PyAPS improvement?

We have this time string in the .unw header file : date: 2015 1 25 8 28 59.6906

At the moment, we just have the 12noon weather file for APS correction.

We should try to correct with a .grib, the weather file, close to this time. .grib files are available every 6 hours?

Any other source of weather file, or some other preferred way?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (21 by maintainers)

github_iconTop GitHub Comments

2reactions
neginmoghaddamcommented, May 24, 2016

@basaks : a simple description for lv_theta with a schematic lv_theta is SAR look-vector elevation angle at each map pixel. The values in lv_theta changes between -pi/2 (down) and pi/2 (up). This vector defines as the angle between the horizontal surface and the look vector with positive angles indicating sensor positions above the surface. schematic-lv_theta

1reaction
mcgarthcommented, May 24, 2016

Good pick up! PyAPS is after the angle labelled as ‘Elevation Angle’ in @neginmoghaddam’s diagram. A conversion (i.e. pi/2 minus lv_theta) needs to be undertaken by the prepifg code when the data is read in. Possible conversion to degrees also.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tropospheric delay correction for PySAR - Google Groups
Now I'm going to process a time-series so my question is: should I download a grib file for each acquisition date, regardless of...
Read more >
Getting time dimension from GRIB file? - GIS Stack Exchange
There are other files for different times: 00-60-12-18-00, thus, every 6 hours. What I'm missing is the relation between the value obtained for ......
Read more >
API — pygrib documentation - GitHub Pages
open a GRIB file, create a grib message iterator: ... 2 m:fcst time 108-120 hrs:from 200402291200 >>> grbs.tell() 3. print an inventory of...
Read more >
Agram (JPL) GIAnT Jul-31-2013 0 / 42 - UNAVCO
Memory mapped files - can handle large data. 4. Weather model based corrections - PyAPS. ... (Time-series analysis scripts). |. |----geocode.
Read more >
MetPy Mondays #135 - Reading GRIB files - YouTube
This week we start learning about GRIB and why it can be a problematic format to deal with!Unidata does not offer support via...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found