locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 362 forks source link

Lazy init circe codecs in the vector module #3457

Closed pomadchin closed 2 years ago

pomadchin commented 2 years ago

Overview

Shapeless 2.3.7 in deps can cause runtime issues in case the codec is created, however, it is possible to work around it in case codecs are lazy.

Checklist