evetion/GeoArrays.jl

Should bbox return an Extent?

alex-s-gardner opened this issue · 3 comments

Should all of the bbox named tuples be changed to Extents?

Yes it should, I should be eating my own dogfood.

I think Extent is an improvement over the namedtuple (especially since we're adopting it in multiple places), but I'm still unhappy with it in terms of naming (is it x, or X, or should it be longitude). And is the (min, max) thing also (west, east) etc.

In GeoArrays 0.8, GeoInterface.extent(::Geoarray) now returns an Extent.