pytroll / pyresample

Geospatial image resampling in Python
http://pyresample.readthedocs.org
GNU Lesser General Public License v3.0
344 stars 95 forks source link

An easy way to create and add customized area in areas.yaml. #270

Open bornagain1981 opened 4 years ago

bornagain1981 commented 4 years ago

Problem description

An easy way to create and add customized area in areas.yaml. AreaDef is written in PHP and is not implemented for Transverse Mercator.

Expected Output

Jupyter Notebook having widget and using Geoviews Drawing tools. The output is appended in yaml file

Actual Result

me and @lmeru are working on it. Partially implemented inside notebook. We hope to have final version at the end of PCW Spring 2020

Versions of Python, package at hand and relevant dependencies

Python 3.8 Geoviews Jupyter Notebook

djhoese commented 4 years ago

Would be great if this could be implemented as a utility function or even a method on the AreaDefinition itself. Can't wait to see what you come up with.