mapshaper-proj icon indicating copy to clipboard operation
mapshaper-proj copied to clipboard

Add support for interrupted versions of Good Homolosine

Open TomBor opened this issue 3 years ago • 1 comments

Would be great to use this projections with mapshaper. Information about both versions in proj website :

  • https://proj.org/operations/projections/igh.html
  • https://proj.org/operations/projections/igh_o.html Proj code :
  • https://github.com/OSGeo/PROJ/blob/master/src/projections/igh.cpp
  • https://github.com/OSGeo/PROJ/blob/master/src/projections/igh_o.cpp

Recent improvement in mapshaper (antimeridian and circular clipping) are really great but maybe this kind of projection involve a different way of clipping.

TomBor avatar May 27 '21 10:05 TomBor

Thanks for the links :) I'll be working on interrupted projections soon... I'll probably put all the clipping work in the main mapshaper repo, and keep mapshaper-proj focused on transforming individual coordinates (like the PROJ library that it's based on). See: https://github.com/mbloch/mapshaper/issues/483.

mbloch avatar May 27 '21 13:05 mbloch