Skip to content

Commit d4c4ea7

Browse files
author
doruk.ozturk
committed
Add all places of worship layer
1 parent 5088a81 commit d4c4ea7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ansible/roles/dataqs/templates/dataq_settings.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,13 @@
271271
'table': 'urgent_care_facilities',
272272
'sld': 'point',
273273
'description': "Urgent Care Facilities Urgent care is defined as the delivery of ambulatory medical care outside of a hospital emergency department on a walk-in basis without a scheduled appointment. (Source: Urgent Care Association of America) The Urgent Care dataset consists of any location that is capable of providing emergency medical care and must provide emergency medical treatment beyond what can normally be provided by an EMS unit, must be able to perform surgery, or must be able to provide recuperative care beyond what is normally provided by a doctor's office. In times of emergency, the facility must be able to accept patients from the general population or patients from a significant subset of the general population (e.g., children). Florida and Arizona license Urgent Care facilities within their state. However, the criteria for licensing and the criteria for inclusion in this dataset do not appear to be the same. For these two states, this dataset contains entities that fit TGS' criteria for an Urgent Care facility but may not be licensed as Urgent Care by the state. During processing, TGS found that this is a rapidly changing industry. Although TGS intended for all Urgent Care facilities to be included in this dataset, the newest facilities may not be included. Entities that are excluded from this dataset are administrative offices, physician offices, workman compensation facilities, free standing emergency rooms, and hospitals. Urgent Care facilities that are operated by and co-located with a hospital are also excluded because the locations are included in the hospital dataset. ID# 10194253 is a 'mobile' urgent care center that provides urgent care to private residences. This entity is plotted at its administrative building. Records with '-DOD' appended to the end of the [NAME] value are located on a military base, as defined by the Defense Installation Spatial Data Infrastructure (DISDI) military installations and military range boundaries. At the request of NGA, text fields in this dataset have been set to all upper case to facilitate consistent database engine search results. At the request of NGA, all diacritics (e.g., the German umlaut or the Spanish tilde) have been replaced with their closest equivalent English character to facilitate use with database systems that may not support diacritics. This dataset does not contain any Urgent Care facilities in American Samoa, Guam, the Virgin Islands, or the Commonwealth of the Northern Mariana Islands. The currentness of this dataset is indicated by the [CONTDATE] field. Based upon this field, the oldest record is dated 11/22/2004 and the newest record is dated 07/17/2009."
274+
},
275+
{
276+
'name': 'All Places of Worship',
277+
'url': 'https://hifld-dhs-gii.opendata.arcgis.com/datasets/ece7900854a443c28e1351a2eb3d7e7c_0.geojson',
278+
'table': 'all_places_of_worship',
279+
'sld': 'point',
280+
'description': "Places of Worship in the United States. The Places of Worship dataset is composed of any type of building or portion of a building that is used, constructed, designed, or adapted to be used as a place for religious and spiritual activities. These facilities include, but are not limited to, the following types: chapels, churches, mosques, shrines, synagogues, and temples. The license free Large Protestant Churches, Mosques, Jewish Synagogues, and Roman Catholic Churches in Large Cities datasets were merged together to create the initial data for the Places of Worship dataset. Additional entities have been added from TGS research. This dataset contains Buddhist, Christian, Hindu, Islamic, Judaic, and Sikh places of worship. Unitarian places of worship have been included when a congregation from one of these religions meets at a church owned by a Unitarian congregation. Some Protestant denominations are not currently represented in this dataset. The Places of Worship dataset is not intended to include homes of religious leaders (unless they also serve as a place of organized worship), religious schools (unless they also serve as a place of organized worship for people other than those enrolled in the school), Jewish Mikvahs or Hillel facilities, and buildings that serve a purely administrative purpose. If a building's primary purpose is something other than worship (e.g., a community center, a public school), but a religious group uses the building for worship on a regular basis, it was included in this dataset if it otherwise met the criteria for inclusion. Convents and monasteries are included in this dataset, regardless of whether or not the facilities are open to the public, because religious services are regularly held at these locations. TGS was not tasked with ensuring the completeness of this layer. No entities are included in this dataset for the Commonwealth of the Northern Mariana Islands. On 08/07/2007, TGS ceased making phone calls to verify information about religious locations. Therefore, most entities in this dataset were verified using alternative reference sources such as topographic maps, parcel maps, various sources of imagery, and internet research. The [CONTHOW] (contact how) value for these entities has been set to 'ALT REF'. The website http://www.gettochurch.org was used for verification during processing. As of August 2009, this website is no longer active. Records with '-DOD' appended to the end of the [NAME] value are located on a military base, as defined by the Defense Installation Spatial Data Infrastructure (DISDI) military installations and military range boundaries."
274281
}
275282
]
276283

dataqs/hifld/hifld.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ class HIFLDProcessor(GeoDataProcessor):
5858
'day_care_centers': 'category:Education',
5959
'private_schools': 'category:Education',
6060
'public_schools': 'category:Education',
61-
'urgent_care_facilities': 'category:Public Health'
61+
'urgent_care_facilities': 'category:Public Health',
62+
'all_places_of_worship': 'category:Public Venues'
6263
}
6364

6465
def __init__(self, layers=None):

0 commit comments

Comments
 (0)