aazuspan / eerepr

Interactive Code Editor-style reprs for Earth Engine objects in a Jupyter notebook
MIT License
34 stars 1 forks source link

Fix bug with null geometry features #17

Closed aazuspan closed 1 year ago

aazuspan commented 1 year ago

Building a repr for ee.Feature(None) used to fail. This handles that edge cases and adds a regression test.

Close #16