pysal / gwr

This is a repository for the geographically-weighted regression submodule of the Python Spatial Analysis Library
BSD 2-Clause "Simplified" License
16 stars 16 forks source link

Support for projected coordinates #6

Closed TaylorOshan closed 6 years ago

TaylorOshan commented 6 years ago

Code currently only support projected coordinates (Euclidian distances) and users may only have lat/long data or may be using a global-scale dataset that requires spherical coordinates and requires distances computed by the haversine formula.

TaylorOshan commented 6 years ago

Addressed in #26