pytroll / pyresample

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

Improve docs for dump and load_area_from_string #429

Closed gerritholl closed 2 years ago

gerritholl commented 2 years ago

Improve the documentation for dump, create_areas_def (deprecated), and load_area_from_string, by referring to the opposite function.

codecov[bot] commented 2 years ago

Codecov Report

Merging #429 (57f1600) into main (d6cc9e4) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #429   +/-   ##
=======================================
  Coverage   93.95%   93.95%           
=======================================
  Files          65       65           
  Lines       11252    11252           
=======================================
  Hits        10572    10572           
  Misses        680      680           
Flag Coverage Δ
unittests 93.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyresample/area_config.py 90.55% <ø> (ø)
pyresample/geometry.py 87.04% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d6cc9e4...57f1600. Read the comment docs.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 93.78% when pulling 57f1600a7a3a6efe465c0aa3959831165720e332 on gerritholl:refer-to-opposite-function into d6cc9e422119987502df1717b1c4506457e0a65a on pytroll:main.