hrbrmstr / albersusa

Tools, shapefiles & data to work with an "AlbersUSA" composite projection in R
Other
77 stars 16 forks source link

Eliding points #2

Closed rdinter closed 7 years ago

rdinter commented 7 years ago

I coded up a rough function for taking SpatialPoints, subsetting those around Alaska and Hawaii, making the correct transformation, and returning a new SpatialPoints object which has shifted around the Alaska and Hawaii coordinates.

This is my first attempt in adding functionality to a package in R, so let me know if there's anything wrong with what I did. Hopefully this can be a bit of a learning experience for me.

hrbrmstr commented 7 years ago

Thx. I'll see what it takes to enable it for simple features support too.