Trackage / trip

trip package development
http://trackage.github.io/trip/
12 stars 2 forks source link

gut spTransform() and replace with reproj() #41

Closed mdsumner closed 4 years ago

mdsumner commented 4 years ago

in hindsight it would have been better to stick with the special function "tripTransform()", but that's now gone so just replace the spTransform method for trip with the simpler code for source/target.

Maybe remove coercions to Lines etc. with replacements using silicate, that will allow proper segment plotting and c.

mdsumner commented 4 years ago

doh, already had done this now merged https://github.com/Trackage/trip/pull/40/