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/birds-eye-view/feed/past-course/
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -106.59417270130918, 35.183708859969904 ] }, "properties": { "name": "QGIS_GIS 2020: Introduction to Open Source GIS_2017-05-16-2017-08-08", "start_date": "2017-05-15", "end_date": "2017-08-07", "course_type_name": "GIS 2020: Introduction to Open Source GIS", "course_convener_name": "Kurt Menke", "training_center_name": "Central New Mexico Community College", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough introduction to QGIS" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -106.59417270130918, 35.183708859969904 ] }, "properties": { "name": "QGIS_GIS 2020: Trends in Geospatial Technology (Introduction to Open Source GIS)_2018-09-17-2018-12-09", "start_date": "2018-09-16", "end_date": "2018-12-08", "course_type_name": "GIS 2020: Introduction to Open Source GIS", "course_convener_name": "Kurt Menke", "training_center_name": "Central New Mexico Community College", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough introduction to QGIS including PostGIS and GDAL/OGR" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -75.70526360411658, 45.40205463208384 ] }, "properties": { "name": "QGIS_Introduction to QGIS (3 day)_2018-09-25-2018-09-27", "start_date": "2018-09-25", "end_date": "2018-09-27", "course_type_name": "Introduction to QGIS ", "course_convener_name": "Kurt Menke", "training_center_name": "CANSOFCOM", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough introduction to QGIS including data visualization and spatial analysis" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -82.63823880594916, 27.770877941286503 ] }, "properties": { "name": "QGIS_Introduction to QGIS _2019-05-26-2019-05-28", "start_date": "2019-05-28", "end_date": "2019-05-30", "course_type_name": "Introduction to QGIS ", "course_convener_name": "Kurt Menke", "training_center_name": "Spatial Networks", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough introduction to QGIS including data visualization and spatial analysis" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -157.83324969597916, 21.278295109534728 ] }, "properties": { "name": "QGIS_Vector Borne Disease Surveillance with QGIS_2019-06-07-2019-06-07", "start_date": "2019-06-04", "end_date": "2019-06-05", "course_type_name": "Vector Borne Disease Surveillance with QGIS", "course_convener_name": "Kurt Menke", "training_center_name": "Outrigger Reef Waikiki Beach Resort", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough introduction to typical surveillance workflows in QGIS" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -71.41595004994825, 41.82516428904564 ] }, "properties": { "name": "QGIS_Vector Borne Disease Surveillance with QGIS_2019-06-18-2019-06-19", "start_date": "2019-06-17", "end_date": "2019-06-18", "course_type_name": "Vector Borne Disease Surveillance with QGIS", "course_convener_name": "Kurt Menke", "training_center_name": "Omni Providence Hotel", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough introduction to typical surveillance workflows in QGIS" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -121.93845747204236, 36.61910995400536 ] }, "properties": { "name": "QGIS_Data Visualization and Cartography in QGIS_2019-05-21-2019-07-14", "start_date": "2019-07-14", "end_date": "2019-07-14", "course_type_name": "Data Visualization and Cartography in QGIS", "course_convener_name": "Kurt Menke", "training_center_name": "SCGIS - Asilomar Conference Center", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough tour of the advanced data visualization and cartography features of QGIS 3.x" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -106.65505169331414, 35.083251701276886 ] }, "properties": { "name": "QGIS_Introduction to QGIS _2019-09-04-2019-09-06", "start_date": "2019-09-04", "end_date": "2019-09-06", "course_type_name": "Introduction to GIS & QGIS", "course_convener_name": "Kurt Menke", "training_center_name": "Center for Civic Policy", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough introduction to GIS & QGIS including: data models, cartography, projections, editing, data collection and processing." } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ -106.62701903289894, 35.100086350190786 ] }, "properties": { "name": "QGIS_Beginning QGIS_2019-11-05-2019-11-14", "start_date": "2019-11-05", "end_date": "2019-11-14", "course_type_name": "QGIS: Beginning", "course_convener_name": "Kurt Menke", "training_center_name": "UNM Continuing Education", "certifying_organisation_name": "Bird's Eye View", "language": "English", "trained_competence": "A thorough introduction to QGIS including adding and styling data, cartography, working with tables and editing." } } ] }