Get Past Course Organisation
API returns GeoJSON location of past courses within a certifying organisation. The location is the location of the training center where this course will be held.
GET /id/qgis/certifyingorganisation/north-river-geographic-systems-inc/feed/past-course/?format=api
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-85.24377822875977,
35.09822632041404
]
},
"properties": {
"name": "QGIS_Introduction to QGIS 3.x_2020-05-13-2020-05-14",
"start_date": "2020-05-12",
"end_date": "2020-05-13",
"course_type_name": "Introduction to QGIS",
"course_convener_name": "Randal Hale ",
"training_center_name": "Chattanooga State Technical Community College",
"certifying_organisation_name": "North River Geographic Systems, Inc",
"language": "English",
"trained_competence": null
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.606,
39.622
]
},
"properties": {
"name": "QGIS_Introduction to QGIS 3.x_2021-03-23-2021-03-24",
"start_date": "2021-03-23",
"end_date": "2021-03-24",
"course_type_name": "Introduction to QGIS",
"course_convener_name": "Randal Hale ",
"training_center_name": "NRGS Virtual Classroom",
"certifying_organisation_name": "North River Geographic Systems, Inc",
"language": "English",
"trained_competence": "Introduction to Data, Layouts, Processing Tools, and Layouts"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.606,
39.622
]
},
"properties": {
"name": "QGIS_Introduction to QGIS 3.16_2021-04-27-2021-04-28",
"start_date": "2021-04-27",
"end_date": "2021-04-28",
"course_type_name": "Introduction to QGIS",
"course_convener_name": "Randal Hale ",
"training_center_name": "NRGS Virtual Classroom",
"certifying_organisation_name": "North River Geographic Systems, Inc",
"language": "English",
"trained_competence": "Introduction to Data, Layouts, Processing Tools, and Layouts"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.606,
39.622
]
},
"properties": {
"name": "QGIS_Introduction to QGIS 3.16_2021-06-22-2021-06-23",
"start_date": "2021-06-22",
"end_date": "2021-06-23",
"course_type_name": "Introduction to QGIS",
"course_convener_name": "Randal Hale ",
"training_center_name": "NRGS Virtual Classroom",
"certifying_organisation_name": "North River Geographic Systems, Inc",
"language": "English",
"trained_competence": "An Introduction to QGIS covering the Interface, Data Types, Data Symbology, Processing Tools, Editing Tools, and Layouts"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.606,
39.622
]
},
"properties": {
"name": "QGIS_Introduction to QGIS_2021-08-24-2021-08-25",
"start_date": "2021-08-24",
"end_date": "2021-08-25",
"course_type_name": "Introduction to QGIS",
"course_convener_name": "Randal Hale ",
"training_center_name": "NRGS Virtual Classroom",
"certifying_organisation_name": "North River Geographic Systems, Inc",
"language": "English",
"trained_competence": "An Introduction to QGIS covering the Interface, Data Types, Data Symbology, Processing Tools, Editing Tools, and Layouts"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.606,
39.622
]
},
"properties": {
"name": "QGIS_QGIS: Tools and Processing_2021-08-31-2021-09-02",
"start_date": "2021-08-31",
"end_date": "2021-09-02",
"course_type_name": "QGIS: Tools and Processing",
"course_convener_name": "Randal Hale ",
"training_center_name": "NRGS Virtual Classroom",
"certifying_organisation_name": "North River Geographic Systems, Inc",
"language": "English",
"trained_competence": "Expressions, Processing tools and models, Editing, Forms, and Virtual Layers"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.606,
39.622
]
},
"properties": {
"name": "QGIS_Introduction to QGIS_2021-11-30-2021-12-01",
"start_date": "2021-11-29",
"end_date": "2021-11-30",
"course_type_name": "Introduction to QGIS",
"course_convener_name": "Randal Hale ",
"training_center_name": "GoGeomatic's Virtual Classroom",
"certifying_organisation_name": "North River Geographic Systems, Inc",
"language": "English",
"trained_competence": "QGIS Interface, Processing Tools, Layouts, and Symbology"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.606,
39.622
]
},
"properties": {
"name": "QGIS_Introduction to QGIS_2022-05-11-2022-05-11",
"start_date": "2022-05-11",
"end_date": "2022-05-11",
"course_type_name": "Introduction to QGIS",
"course_convener_name": "Randal Hale ",
"training_center_name": "GoGeomatic's Virtual Classroom",
"certifying_organisation_name": "North River Geographic Systems, Inc",
"language": "English",
"trained_competence": "QGIS Interface, Processing Tools, Layouts, and Symbology"
}
}
]
}