Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Use Boundary and AreaDefBoundary from Pyresample
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <adam.dybbroe@smhi.se>
  • Loading branch information
adybbroe committed Oct 23, 2018
1 parent 88d45d5 commit 9cd8493
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trollduction/producer.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2014-2017
# Copyright (c) 2014-2018
#
# Author(s):
#
Expand Down Expand Up @@ -65,7 +65,8 @@
from pyresample.utils import AreaNotFound
from pytroll_collectors.file_notifiers import ConfigWatcher
from trollduction import helper_functions, xml_read
from trollsched.boundary import AreaDefBoundary, Boundary
#from trollsched.boundary import AreaDefBoundary, Boundary
from pyresample.boundary import AreaDefBoundary, Boundary
from trollsched.satpass import Pass
from trollsift import compose

Expand Down

0 comments on commit 9cd8493

Please sign in to comment.