StevenWInfo / haskell-soda

Haskell bindings for the Socrata Open Data API
MIT License
4 stars 0 forks source link

Correct the URL representation of some SODA function input parameters #4

Closed StevenWInfo closed 7 years ago

StevenWInfo commented 7 years ago

Some of the literal SODA values inside of functions appear differently when displayed as parameters. Mostly, these are the geometric types in things like within_circle().

StevenWInfo commented 7 years ago

I initially thought that SODA functions like within_circle() took the values for things like points in a different format, but I found that the function actually does take two numeric values for the latitude and longitude rather than a point value. I'll have to do a little investigating, but this may not be necessary.

StevenWInfo commented 7 years ago

I've looked over the functions and it looks like there may not actually be any different representations like I initially thought. I'll close the bug for now, but if some testing or something in the future shows that this actually is a problem, we can reopen this issue.