Matthew Alger

Results 22 comments of Matthew Alger

I'm using the API right now and would be keen to help write some simple docs, if that's of interest to you. No idea if I'm actually using the API...

Awesome! What's the intended entry point for use? I'm using source_finder.SourceFinder at the moment.

[aegean-guide.ipynb.zip](https://github.com/PaulHancock/Aegean/files/3488541/aegean-guide.ipynb.zip) This is a "basic usage" style notebook that does a minimal application of Aegean to an NVSS field. There's a few gotchas in using the API that I've worked...

Thanks for following this up with Geopandas!

@whatnick is getting me to run this on OS X... :D I'll keep flagging things I run into.

I've added tests back in again. Going to use Vows to run them. Not really sure what kind of tests are needed, so I'll throw lots of things in.

Added some more tests in a919cbc. Again, not really sure what I'm doing, so if someone wants to reorder them or add more, feel free. I'm going to add more...

@zvxryb - This should be a pretty easy fix; I'll put it in the next patch. @bshlgrs - #112

I think you're right, expanding makes sense. I'm not entirely sure expanding is going to give a canonical form, though (which seems to be the problem here anyway), so that'll...

That looks really good! I'd definitely expect overlap between `canonicalize` and `simplify`, but possibly more overlap with `expand`. One idea that comes to mind is rewriting `simplify` and `expand` in...