Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
New patch: fix-cf-epoch
· fa5d563c
Antonio Valentino
authored
Jan 15, 2019
fa5d563c
Set distribution to unstable
· e4091d94
Antonio Valentino
authored
Jan 14, 2019
e4091d94
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e4091d94
satpy (0.11.1-1)
UNRELEASED
; urgency=medium
satpy (0.11.1-1)
unstable
; urgency=medium
* Initial version (Closes: #917110)
-- Antonio Valentino <antonio.valentino@tiscali.it>
Mon, 31 Dec 2018 17:50:07
+0000
-- Antonio Valentino <antonio.valentino@tiscali.it>
Tue, 15 Jan 2019 06:29:16
+0000
debian/patches/0004-Fix-cf-epoch.patch
0 → 100644
View file @
e4091d94
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Tue, 15 Jan 2019 06:26:23 +0000
Subject: Fix cf epoch
Fix CF epoch for xarray compat.
See also upstream commit 58bbb0108ecb7abb99e0688a9342512e8ba65709
(https://github.com/pytroll/satpy).
---
satpy/writers/cf_writer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/satpy/writers/cf_writer.py b/satpy/writers/cf_writer.py
index c8243c5..dcf2f52 100644
--- a/satpy/writers/cf_writer.py
+++ b/satpy/writers/cf_writer.py
@@ -33,7 +33,7 @@
from satpy.writers import Writer
logger = logging.getLogger(__name__)
-EPOCH = u"seconds since 1970-01-01 00:00:00 +00:00"
+EPOCH = u"seconds since 1970-01-01 00:00:00"
def omerc2cf(area):
debian/patches/series
View file @
e4091d94
0001-Fix-pyhdf.patch
0002-Compatibility-with-Python-3.7.patch
0003-Skip-tests-that-require-pydecorate.patch
0004-Fix-cf-epoch.patch