gigerbytes / ncov-ph-data

Generating aggregated & usable data about Novel Coronavirus outbreak in the Philippines
MIT License
4 stars 1 forks source link

Empty regions with coordinates #3

Open wobsoriano opened 4 years ago

wobsoriano commented 4 years ago

Hi, thanks again.

Just want to report something. Looks like some of the facilities have coordinates but does not have regions? Is that normal?

Thanks!

gigerbytes commented 4 years ago

This issue comes with the endpoints DOH has.

  1. PUI endpoint has Regions
  2. Confirmed Cases endpoint has no regions

I try my best to join them but hospitals with confirmed cases and no PUIs would have no region information. A solution would be to query the google api for the address/region information but I unfortunately don't have the time to implement.

Would be happy to accept a PR :)