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

Py3k #1

Closed ocefpaf closed 8 years ago

ocefpaf commented 8 years ago

@ChrisBarker-NOAA I can squash the commits if you want, but I left them separated to make it easier to review. Note that from .cell_tree2d import CellTree will change the way you run py.test.

ocefpaf commented 8 years ago

I just rebased to accommodate the latest changes, but do not merge this yet. I am adding some Travis-CI template too.

Can you enable Travis in this repo?

ocefpaf commented 8 years ago

All done. Travis is working on my branch: https://travis-ci.org/ocefpaf/cell_tree2d/builds/96451780

ChrisBarker-NOAA commented 8 years ago

awsome! thanks for the contribution Filipe, and thanks Jay for merging.

I'm confused about the best way to maintain the conda recipe. I think we have three for this one now: one in this repo, one in IOOS conda-recipes, and one in orr-conda-recipes.

Filipe, any ideas about how to keep this all sorted out and in sync??

ocefpaf commented 8 years ago

Filipe, any ideas about how to keep this all sorted out and in sync?

@ChrisBarker-NOAA I sent you an e-mail about this. We need to address the recipe forking issue. Right now my short-term solution decide a canonical place for the recipes and use a script to get the recipe from that place (see https://github.com/ioos/conda-recipes/pull/554).

That approach has many advantages beyond joining efforts to maintain recipes in one place:

In a smaller community this has worked very well. We just implemented this in the IOOS/SciTools channels. Not sure how that would scale to larger communities though.