pytroll / fogpy

Satellite based fog and low stratus detection and nowcasting
http://fogpy.readthedocs.io/en/latest
GNU General Public License v3.0
20 stars 10 forks source link

check_areas is deprecated, replace by match_data_arrays #66

Open gerritholl opened 4 years ago

gerritholl commented 4 years ago

Fogpy uses check_areas but this is deprecated, resulting in this warning:

/opt/pytroll/pytroll_inst/miniconda3-exp/envs/py38/lib/python3.8/site-packages/satpy/composites/__init__.py:355: UserWarning: satpy.composites.CompositeBase.check_areas is deprecated, use satpy.composites.CompositeBase.match_data_arrays instead