pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
144 stars 30 forks source link

astropy not always needed in pycno #189

Closed martinfleis closed 9 months ago

martinfleis commented 9 months ago

pycno checks for astropy and raises if it is not present but we need it only if handle_null=True. I suggest we raise only if handle_null is True, otherwise let folks use it without astropy. It is quite heavy dependency.