KipCrossing / geotiff

A noGDAL tool for reading and writing geotiff files
GNU Lesser General Public License v2.1
213 stars 23 forks source link

Feature outer_points #20

Closed KipCrossing closed 3 years ago

KipCrossing commented 3 years ago

Adds an arg to the .read_box() method to obtain the points surrounding the area_box that is imminently supplied by the user; and not just the points within,

For example:

array = geotiff.read_box(area_box, outer_points=True)
KipCrossing commented 3 years ago

Default is False to avoid breaking UI