from mpop.satellites import GeostationaryFactoryfrom mpop.projector import get_area_defimport datetime
from mpop.utils import debug_ondebug_on()
time_slot = datetime.datetime(2015,1,25,2,30)global_data = GeostationaryFactory.create_scene('Himawari', '8','ahi', time_slot)
No handlers could be found for logger "mpop.scene"
Traceback (most recent call last):
File "demo.py", line 19, in <module>
from mpop.projector import get_area_def
File "C:\Python27\lib\site-packages\mpop-1.3.0-py2.7.egg\mpop\projector.py", line 41, in <module>
from pyresample import image, utils, geometry, kd_tree
File "C:\Python27\lib\site-packages\pyresample-1.2.7-py2.7-win32.egg\pyresample\__init__.py", line 21, in <module>
from pyresample import geometry
ImportError: cannot import name geometryHi,
If you install pykdtree and pyresample, does it help with the error?
Best regards
Martin
Thank everyone.Before use Pytroll on Windows and now installing linux.
--
You received this message because you are subscribed to the Google Groups "pytroll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytroll+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Now I use in linux but i have a problem " mpop.satin.mipp_xrit] no data files: 'IMG_DK01VIS*_201501250230_0??*' "
/home/user/Python/HRITWARNING Message[DEBUG: 2016-12-01 00:53:05 : mpop.satellites] Instrument: ahi
[DEBUG: 2016-12-01 00:53:05 : mpop.satellites] Build instrument compositer: ahi
[DEBUG: 2016-12-01 00:53:05 : mpop.satellites] No custom composites provided i config file...
[DEBUG: 2016-12-01 00:53:05 : mpop.satellites] No custom composites provided i config file...
[DEBUG: 2016-12-01 00:53:05 : mpop.scene] Looking for sources in section ahi-level2
[DEBUG: 2016-12-01 00:53:05 : mpop.scene] Using plugin mpop.satin.mipp_xrit
[INFO: 2016-12-01 00:53:05 : mpop.scene] old style plugin: mipp_xrit
[DEBUG: 2016-12-01 00:53:05 : mpop.satin.mipp_xrit] Channels to load from ahi: set(['VIS'])
[INFO: 2016-12-01 00:53:05 : mipp] No prologue file to read.
[WARNING: 2016-12-01 00:53:05 : mpop.satin.mipp_xrit] no data files: 'IMG_DK01VIS*_201501250230_0??*'
[INFO: 2016-12-01 00:53:05 : mpop.scene] No channels loaded with mpop.satin.mipp_xrit.
[DEBUG: 2016-12-01 00:53:05 : mpop.scene] Successfully loaded: set([])
[WARNING: 2016-12-01 00:53:05 : mpop.scene] Unable to import channels set(['VIS'])
'B01: (0.430,0.455,0.480)μm, resolution 2000.0m, not loaded'
'B02: (0.500,0.510,0.520)μm, resolution 2000.0m, not loaded'
'VIS: (0.630,0.645,0.660)μm, resolution 2000.0m, not loaded'
'B04: (0.850,0.860,0.870)μm, resolution 2000.0m, not loaded'
'B05: (1.600,1.610,1.620)μm, resolution 2000.0m, not loaded'
'B06: (2.160,2.260,2.360)μm, resolution 2000.0m, not loaded'
'IR4: (3.740,3.850,3.960)μm, resolution 2000.0m, not loaded'
'B08: (6.060,6.250,6.430)μm, resolution 2000.0m, not loaded'
'IR3: (6.890,6.950,7.010)μm, resolution 2000.0m, not loaded'
'B10: (7.230,7.350,7.490)μm, resolution 2000.0m, not loaded'
'B11: (8.440,8.600,8.740)μm, resolution 2000.0m, not loaded'
'B12: (9.540,9.630,9.720)μm, resolution 2000.0m, not loaded'
'IR1: (10.300,10.450,10.600)μm, resolution 2000.0m, not loaded'
'B14: (11.100,11.200,11.300)μm, resolution 2000.0m, not loaded'
'IR2: (12.200,12.350,12.500)μm, resolution 2000.0m, not loaded'
'B16: (13.200,13.300,13.400)μm, resolution 2000.0m, not loaded'
CFG## Level 1.5 configuration file for MTSAT2## An item like:# name = value# is read in python like:# try:# name = eval(value)# except:# name = str(value)#[satellite]satname = 'himawari'number = '8'instruments = ('ahi',)projection = 'geos(140.7)'[ahi-level2]format = 'mipp_xrit'[ahi-level1]format = 'mipp/xrit/H8'dir = '/home/user/Python/HRIT'filename = 'IMG_DK01%(channel)s_%Y%m%d%H%M_%(segment)s'[ahi-1]name = 'B01'frequency = (0.430, 0.455, 0.480)resolution = 2000.0size = (5500, 5500)[ahi-2]name = 'B02'frequency = (0.50, 0.51, 0.52)resolution = 2000.0size = (5500, 5500)[ahi-3]name = 'VIS'frequency = (0.630, 0.645, 0.660)resolution = 2000.0size = (5500, 5500)[ahi-4]name = 'B04'frequency = (0.850, 0.860, 0.870)resolution = 2000.0size = (5500, 5500)[ahi-5]name = 'B05'frequency = (1.6, 1.61, 1.62)resolution = 2000.0size = (5500, 5500)[ahi-6]name = 'B06'frequency = (2.16, 2.26, 2.36)resolution = 2000.0size = (5500, 5500)[ahi-7]name = 'IR4'frequency = (3.74, 3.85, 3.96)resolution = 2000.0size = (5500, 5500)[ahi-8]name = 'B08'frequency = (6.06, 6.25, 6.43)resolution = 2000.0size = (5500, 5500)[ahi-9]name = 'IR3'frequency = (6.89, 6.95, 7.01)resolution = 2000.0size = (5500, 5500)[ahi-10]name = 'B10'frequency = (7.23, 7.35, 7.49)resolution = 2000.0size = (5500, 5500)[ahi-11]name = 'B11'frequency = (8.44, 8.6, 8.74)resolution = 2000.0size = (5500, 5500)[ahi-12]name = 'B12'frequency = (9.54, 9.63, 9.72)resolution = 2000.0size = (5500, 5500)[ahi-13]name = 'IR1'frequency = (10.3, 10.45, 10.6)resolution = 2000.0size = (5500, 5500)[ahi-14]name = 'B14'frequency = (11.1, 11.2, 11.3)resolution = 2000.0size = (5500, 5500)[ahi-15]name = 'IR2'frequency = (12.2, 12.35, 12.5)resolution = 2000.0size = (5500, 5500)[ahi-16]name = 'B16'frequency = (13.2, 13.3, 13.4)resolution = 2000.0size = (5500, 5500)
--
You received this message because you are subscribed to the Google Groups "pytroll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytroll+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.