Skip to content

Commit

Permalink
Merge pull request #45 from mraspaud/feature-lac2
Browse files Browse the repository at this point in the history
Add LAC support
  • Loading branch information
mraspaud authored Dec 5, 2019
2 parents 559c1bc + fe07e30 commit 19c82fc
Show file tree
Hide file tree
Showing 16 changed files with 2,623 additions and 1,705 deletions.
1 change: 1 addition & 0 deletions .stickler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
linters:
flake8:
fixer: true
max-line-length: 120
fixers:
enable: true
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
pygac
=====

[![Build Status](https://travis-ci.org/adybbroe/pygac.png?branch=feature-clock)](https://travis-ci.org/adybbroe/pygac)
[![Coverage Status](https://coveralls.io/repos/adybbroe/pygac/badge.png?branch=feature-clock)](https://coveralls.io/r/adybbroe/pygac?branch=develop)
[![Code Health](https://landscape.io/github/pytroll/pygac/develop/landscape.png)](https://landscape.io/github/pytroll/pygac/develop)
[![Build Status](https://travis-ci.org/adybbroe/pygac.png?branch=feature-clock)](https://travis-ci.org/pytroll/pygac)
[![Coverage Status](https://coveralls.io/repos/adybbroe/pygac/badge.png?branch=feature-clock)](https://coveralls.io/r/pytroll/pygac?branch=develop)


A python package to read, calibrate and navigate NOAA AVHRR GAC data.
A python package to read, calibrate and navigate NOAA and Metop AVHRR GAC and LAC data.


Abhay Devatshale, Martin Raspaud and Adam Dybbroe
April 2014, Norrkoping, Sweden
521 changes: 49 additions & 472 deletions pygac/gac_klm.py

Large diffs are not rendered by default.

Loading

0 comments on commit 19c82fc

Please sign in to comment.