-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4002cca
commit 3f52bc5
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
dcpy/lifecycle/ingest/templates/nysed_nonpublicenrollment.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
id: nysed_nonpublicenrollment | ||
|
||
acl: public-read | ||
|
||
attributes: | ||
name: NYSED Nonpublic Enrollment by Grade | ||
description: Nonpublic Enrollment by Grade, this dataset is updated once a year. Version names are in the convention of YYYY-YY e.g. 2019-20 | ||
url: http://www.p12.nysed.gov/irs/statistics/nonpublic/ | ||
|
||
ingestion: | ||
source: | ||
type: file_download | ||
url: https://www.p12.nysed.gov/irs/statistics/nonpublic/enrollment-by-grade-nonpublic-{{ version }}.xlsx | ||
file_format: | ||
type: xlsx | ||
sheet_name: NonPubEnroll_byGrade_{{ version[] }} | ||
#crs: EPSG:2263 | ||
processing_steps: [] | ||
|
||
columns: [] |