pietern / goestools

Tools to work with signals and files from GOES satellites
https://pietern.github.io/goestools/
BSD 2-Clause "Simplified" License
374 stars 83 forks source link

Map overlay #20

Closed pietern closed 6 years ago

pietern commented 6 years ago

Can use this issue to track relevant info. I think it would be simplest to not do shapefile parsing and instead use something like shp2json to turn it into JSON and reuse the existing JSON parser that is already bundled. Then use cairo to draw lines. Would be nice to ditch opencv as well while working on this, as it is only used for its jpg/png/etc write capability.