Git Product home page Git Product logo

emit-ghg's Introduction

emit-ghg

Welcome to the EMIT GHG codebase. This is research code to support point-source mapping from EMIT, and stands slightly outside of the main SDS - if you're looking for info on the full SDS, please see the repository guide.

Please note that this is research code, made available as it is being developed and deployed in the interest of open science and open applications. In particular, some poor coding practices like hardcoded paths or pre-built dependencies are still in place, though should fade with time. The main call for a particular scene is:

python ghg_process.py 
       radiance_file
       obs_file
       loc_file
       glt_file
       l1b_bandmask_file
       l2a_mask_file
       output_base
       --state_subs  
       --loglevel
       --logfile

This will generate both ch4 and co2 matched filter results, along with some scaling and visualization products to accomany each.

This code uses a classical matched filter applied independently along each pushbroom column (Thompson et al., 2015, 2016; Frankenberg et al., 2016). Signatures are calculated on a scene-specific basis to account for local water vapor, elevation and solar position as in Foote et al. (2020). Statistical control for surface reflectance is used as in Elder et al. (2020).

Relevent references include, but are not limited to:

Thompson, D. R., Leifer, I., Bovensmann, H., Eastwood, M., Fladeland, M., Frankenberg, C., Gerilowski, K., Green, R.O., Kratwurst, S., Krings, T. and Luna, B., (2015). Real-time remote detection and measurement for airborne imaging spectroscopy: a case study with methane. Atmospheric Measurement Techniques, 8(10), pp.4383-4397.

Frankenberg, C., Thorpe, A.K., Thompson, D.R., Hulley, G., Kort, E.A., Vance, N., Borchardt, J., Krings, T., Gerilowski, K., Sweeney, C. and Conley, S., (2016). Airborne methane remote measurements reveal heavy-tail flux distribution in Four Corners region. Proceedings of the national academy of sciences, 113(35), pp.9734-9739.

Thompson, D.R., Thorpe, A.K., Frankenberg, C., Green, R.O., Duren, R., Guanter, L., Hollstein, A., Middleton, E., Ong, L. and Ungar, S., (2016). Space‐based remote imaging spectroscopy of the Aliso Canyon CH4 superemitter. Geophysical Research Letters, 43(12), pp.6571-6578.

Foote, M.D., Dennison, P.E., Thorpe, A.K., Thompson, D.R., Jongaramrungruang, S., Frankenberg, C. and Joshi, S.C., (2020). Fast and accurate retrieval of methane concentration from imaging spectrometer data using sparsity prior. IEEE Transactions on Geoscience and Remote Sensing, 58(9), pp.6480-6492.

Elder, C. D., Thompson, D. R., Thorpe, A. K., Hanke, P., Walter Anthony, K. M., & Miller, C. E. (2020). Airborne mapping reveals emergent power law of arctic methane emissions. Geophysical Research Letters, 47(3), e2019GL085707.

Thorpe, A. K., Duren, R. M., Conley, S., Prasad, K. R., Bue, B. D., Yadav, V., ... & Miller, C. E. (2020). Methane emissions from underground gas storage in California. Environmental Research Letters, 15(4), 045005.

emit-ghg's People

Contributors

pgbrodrick avatar winstonolson avatar jfahlen avatar davidraythompson avatar

Stargazers

 avatar Gregory H. Halverson avatar  avatar Liang Menglei avatar  avatar Yinan He avatar  avatar Piotr Powroźnik avatar Parth Parimalbhai Bhatt avatar  avatar Alvise Ferrari avatar  avatar dx_imperial avatar Richie Bendall avatar Pursue the light avatar K. Dana Chadwick avatar  avatar Khalil Misbah avatar Tobias Augspurger avatar Huang Qidan avatar  avatar  avatar Nick avatar  avatar Noah Spahn avatar Alexandre Zouaoui avatar Ryan Avery avatar David Calhoun avatar Dien Wu avatar Jon Saints avatar Digital Energy  avatar Allan Jackson avatar Bradley Gay avatar  avatar Vít Růžička avatar

Watchers

 avatar  avatar Mike Smyth avatar Digital Energy  avatar Charles Wamsley avatar  avatar Kevin Wurster (Planet Corporate Activities) avatar Alvise Ferrari avatar  avatar

emit-ghg's Issues

Default sensor altitude is 100 km

emit-ghg/ghg_process.py

Lines 141 to 144 in 0a13107

if (os.path.isfile(co2_target_file) is False or args.overwrite) and args.co2:
target_generation.main(['--co2', '-z', str(mean_sza), '-s', '100', '-g', str(mean_elevation), '-w', str(mean_h2o), '--output', co2_target_file, '--hdr', radiance_file_hdr])
if os.path.isfile(ch4_target_file) is False or args.overwrite:
target_generation.main(['--ch4', '-z', str(mean_sza), '-s', '100', '-g', str(mean_elevation), '-w', str(mean_h2o), '--output', ch4_target_file, '--hdr', radiance_file_hdr])

According to these codes, why did you set the sensor altitude to 100 km? EMIT altitude is around 407 km.

data request

Can you provide us with a test data so that we can run this program?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.