Proposal:Homeless Shelter

From OpenStreetMap Wiki
Jump to navigation Jump to search
Homeless Shelter
Proposal status: Abandoned (inactive)
Proposed by: SeanHorgan
Tagging: social_facility=shelter
Applies to: node/area
Definition: Organizations that provide shelter and related services to people in need
Statistics:

Rendered as: picture
Draft started:
Proposed on: 2010-08-11
RFC start: 2010-09-03

Tags

The homeless_shelter feature would be a specific type of social facility, as defined in the Proposed_features/social_facility proposal. It would require two tags:

social_facility = shelter
social_facility:for = homeless

Rationale

The primary goal is to allow homeless people or their advocates to efficiently locate outreach services in their community. With site-specific service tagging, someone would be able to quickly find a meal or overnight shelter or emergency medical services. These tags could be used by those in need or their advocates. Some communities are designating land specifically for the homeless that can be used to set up a tent.

Elements Applied to

A node would be used for small shelters while an area element would be used for large multi-structure shelters or dedicated lands.

The feature would apply to permanent and temporary facilities, as well as fixed structures like buildings, mobile structures like trailers (e.g. FEMA trailers for Hurricane Katrina), or camp sites.

Tags

A node/area could be tagged as an amenity or landuse.

Amenity

Landuse

Attributes

A homeless shelter feature could have the follow attributes

amenity=social_facility
social_facility=shelter
social_facility:for=homeless
+ homeless_shelter:name=* 
+ homeless_shelter:meals=breakfast/lunch/dinner/none
+ homeless_shelter:lodging=yes/no
+ homeless_shelter:veterans_services=yes/no
+ homeless_shelter:job_training=yes/no
+ emergency
+ Operator
+ wheelchair
+ opening hours
+ Addr

Tags with a finite and small (<= 10) set of values should use a multivalued string, delimited with a semicolon. For example: meals {yes;no;breakfast;lunch;dinner;takeout}. For tags with a potential infinite number of values, a "yes/no" model similar to Tag:amenity=recycling should be followed.

Rendering

Would follow the rendering in Proposed_features/social_facility

Examples

Homeless shelter node in Galveston TX:

tags:
  "amentity"="social_facility"
  "social_facility"="shelter"
  "social_facility:for"="homeless"
  "name"="Baptist Ministers Association Homeless Shelter"
  "addr:housenumber"="2727"
  "addr:street"="Market Street"
  "addr:city"="Galveston"
  "addr:state"="TX"
  "addr:postcode"="77553"

Homeless shelter node in Boston MA:

tags:
  "amenity"="social_facility"
  "social_facility"="shelter"
  "social_facility:for"=v="homeless"
  "name"="Pine Street Inn"
  "meals"="breakfast"="lunch" v="dinner"
  "opening_hours"="24/7"
  "lodging"="yes"
  "wheelchair"="yes"
  "veterans_services"="yes"
  "emergency"="no"
  "website"="http://www.pinestreetinn.org/"
  "addr:housenumber"="444"
  "addr:street"="Harrison Avenue"
  "addr:city"="Boston"
  "addr:state"="MA"

Tent city in Sacramento: (Still working on this)

tags:
  "landuse"="social_facility"
  "social_facility"="shelter"
  "social_facility:for"="homeless"
  "name"="City of Sacramento Tent City"
  "lodging"="yes"

Discussion

Discussion will take place on the talk page: Talk:Proposed features/Homeless Shelter