geocompx / geocompjl

Geocomputation with Julia: an open source book
https://jl.geocompx.org/
Other
11 stars 2 forks source link

Missing GeoInterface methods / things that would be nice to have #5

Open asinghvi17 opened 2 months ago

asinghvi17 commented 2 months ago

Extents

All of this is made a lot easier with GO.apply which might become GI.apply or GI.map at some point...

Boundaries

Shapely has a boundary method that extracts exterior rings as linestrings.

We do also need to create constructors such that GI.LineString can wrap LinearRing trait objects.