Skip to content

Commit 20c2ebf

Browse files
author
doruk.ozturk
committed
Add private schools layer
1 parent 4ed8a22 commit 20c2ebf

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
@@ -250,6 +250,13 @@
250250
'table': 'day_care_centers',
251251
'sld': 'point',
252252
'description': 'This database contains locations of day care centers for 50 states of USA, Washington D.C., and Puerto Rico.The dataset only includes center based day care locations (including schools and religious institutes) and does not include group, home, and family based day cares. All the data was acquired from respective states departments or their open source websites and contains data only provided by these sources. Information on the source of data for each state is available in the database itself.Data for the states of AK, AR, AZ, CA, CT, FL, GA, IA, ID, IN, KY, LA, MI, MO, MN, MS, MT, NC, NV, NY, OH, PA, SC, SD, and TX was updated in this release.Currency of data is denoted by the SOURCEDATE field.The TYPE attribute is a common classification of day care for all states which classifies every day care into Center Based, School Based, Head Start, or Religious Facility.'
253+
},
254+
{
255+
'name': 'Private Schools',
256+
'url': 'https://hifld-dhs-gii.opendata.arcgis.com/datasets/36695bf035fb4e98a88dbdcbaca2c40d_0.geojson',
257+
'table': 'private_schools',
258+
'sld': 'point',
259+
'description': 'This dataset represents private schools composed of all private elementary and secondary education features in the United States as defined by the Private School Universe Survey (PSS), National Center for Education Statistics, US Department of Education. This includes all kindergarten through 12th grade schools as tracked by the PSS. This feature class contains all MEDS/MEDS+ attributes as approved by NGA. For each field, the 'Not Available' and NULL designations are used to indicate that the data for the particular record and field is currently unavailable and will be populated when and if that data becomes available.'
253260
}
254261
]
255262

dataqs/hifld/hifld.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ class HIFLDProcessor(GeoDataProcessor):
5555
'nursing_homes': 'category:Public Health',
5656
'veterans_health_administration_medical_facilities': 'category:Public Health',
5757
'major_sport_venues': 'category:Public Venues',
58-
'day_care_centers': 'category:Education'
58+
'day_care_centers': 'category:Education',
59+
'private_schools': 'category:Education'
5960
}
6061

6162
def __init__(self, layers=None):

0 commit comments

Comments
 (0)