I am trying to geocode based on imperfect address data using OpenStreetMap. This generally works pretty well. However, one thing I cannot seem to figure out is how to specify the county name in the address if I know that. Using an example of The 5th precient of the New York City Police Department (NYPD), which has the address of 19 Elizabeth Street, New York, NY, 10013 if I enter the full address OSM finds it. If I enter 19 Elizabeth Street, NY I get a several results. If I specify 19 Elizabeth Street, , New York, NYI get a result (the correct one ) in Manhattan, and one in Staten Island.
It seems that I can specify County according to the docs. However, I cannot figure out how to do so.
Update: Also asked the question here.