marks / ONC-EHR-Incentives-Program-Payout-Data

Working with data from various HHS/CMS and other data sources to compare healthcare providers
http://hitech.socialhealthinsights.com
MIT License
3 stars 3 forks source link

Do something about odd geocoding #18

Closed marks closed 10 years ago

marks commented 10 years ago

making__meaningful_use__of_hhs_data_-_by_social_health_insights_using_hhs___healthit gov_open_data

marks commented 10 years ago

Thinking of filtering these by looking for those items with longitude >= to -45 degrees.

Hospital.where("geo.geometry.location.lng" => {"$gte" => -45})

marks commented 10 years ago

This was fixed and addressed by 5240b20