We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623b5a1 commit 444ef99Copy full SHA for 444ef99
ingest_templates/doe_mszones.yml
@@ -0,0 +1,20 @@
1
+id: doe_mszones
2
+acl: public-read
3
+
4
+attributes:
5
+ name: 2024-2025 School Zones (Middle School)
6
+ description: |
7
+ Polygon boundaries of school zones used for school assignment and access.
8
+ url: https://data.cityofnewyork.us/d/t26j-jbq7
9
10
+ingestion:
11
+ source:
12
+ type: socrata
13
+ org: nyc
14
+ uid: t26j-jbq7
15
+ format: geojson
16
+ file_format:
17
+ type: geojson
18
+ processing_steps:
19
+ - name: clean_column_names
20
+ args: { "replace": { " ": "_" }, "strip": True, "lower": True }
0 commit comments