NOAA-ORR-ERD / cell_tree2d

Cell Tree data structure for fast searching of an unstructured grid for the polygon containing the specified point
16 stars 11 forks source link

make code py3 compatible #4

Closed ChrisBarker-NOAA closed 1 month ago

ChrisBarker-NOAA commented 8 years ago

we really should make it py2/3 compatible. probably not much to change, but needs to be tested, etc...

MuellerSeb commented 2 months ago

Tested with #15

ChrisBarker-NOAA commented 1 month ago

I think we can close this -- in addition to #15, we've been using with Py3 for ages now.