Skip to content

Instantly share code, notes, and snippets.

@james2432
Last active September 13, 2016 14:05
Show Gist options
  • Save james2432/7846f7bd50731799b35b3e9879480d5b to your computer and use it in GitHub Desktop.
Save james2432/7846f7bd50731799b35b3e9879480d5b to your computer and use it in GitHub Desktop.
CECCE Schools
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@james2432
Copy link
Author

james2432 commented Sep 12, 2016

@DenisCarriere
Converted it to geojson.
School type code can be:
Elem = (Elementary)
ConEd = (Continued Education)
Sec = (Secondary/Highschool)

@DenisCarriere
Copy link

DenisCarriere commented Sep 12, 2016

@james2432 It's going to go a lot faster to edits manually a few fields:

Fix tags

  • addr:street:en: English street names written in full.
  • addr:street:fr: French street names written in full.

Research Tags

New tags

  • religion= 'christian'
  • operator= 'Conseil des écoles catholiques du Centre-Est'
  • source = CECCE

Proposed extra OSM tags:

  • school:jurisdiction=Orleans/Kanata/Pembroke
  • school:language=french

ISCED Levels

  • Elem = (Elementary - 7e-8e) = ISCED = 2
  • ConEd = (Continued Education) = ISCED = ?? (Case by case) Can be a range 1-2
  • Sec = (Secondary/Highschool) = ISCED = 3
name:
    field: SCHOOL_NAME
'addr:postal':
    field: POSTAL_CODE
'addr:street':
    title: True
    field: STREET
'addr:housenumber':
    int: True
    field: STREET_NO
'isced:level':
    field: SCHOOL_TYPE_CODE
ref:
    int: True
    field: SCHOOL_ORG_ID
'source:ref':
    text: 'CECCE'
source:
    text: 'CECCE'
operator:
    text: 'Conseil des écoles catholiques du Centre-Est'
amenity:
    text: 'school'
'school:jurisdiction':
    field: JURISDICTION_NAME
'school:language':
    text: 'french'
religion:
    text: 'christian'

@DenisCarriere
Copy link

@james2432
Add this to your Gist
https://gist.github.com/DenisCarriere/5e4250b968ffc94f4a74c855bafba005

Only fields to clean up manually are addr:street & isced:level.

We can do all the extra tags when we add it to OSM.

@james2432
Copy link
Author

Jurisdiction is actually the city/region it's located in

@james2432
Copy link
Author

@DenisCarriere also I'm not sure if postcode needs a space between the middle or not.

@james2432
Copy link
Author

james2432 commented Sep 13, 2016

ISCED Level for continued education is usually for 3 : it runs summer courses, night classes, etc to get your high school diploma (in this case the school is called education permanente), but that school has second language courses for adults, international students(students between 13 and 16) which is usually english or french classes and online courses which help you gain missing credits to earn high school diploma.

@DenisCarriere
Copy link

Oh Yea.. that's true, the Gists don't send emails :( Maybe we will do this on GitHub next dataset

@DenisCarriere
Copy link

The reason why i added the Jurisdiction is sometimes it doesn't line up with the OSM boundaries, it's just extra meta data, it's optional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment