Education & Projects
Education
Hacettepe University - Geomatics Engineering (Current Student)
Tapu Kadastro MTAL - 2021
1. Web-GIS Portfolio Map
This map, developed for the Web-GIS course, integrates the OpenLayers library with an OSM base layer. It marks all the cities I have visited across Turkey and Cyprus. Objective: Demonstrate proficiency in OL, HTML, and CSS.
Technologies Used: HTML, CSS, OpenLayers, JavaScript
View Map2. Shopping Mall Event Data Collection and API Integration
This project utilized BeautifulSoup (bs4) for web scraping to collect standardized event data (name, date, location, etc.) from shopping malls across Turkey's three major cities (Ankara, Istanbul, and Izmir). We implemented site-specific parsing logic to accommodate diverse HTML structures, unifying the outputs into a common schema. A central main.py script aggregated the data, which was then made accessible through an API. This process established a robust data pipeline, allowing external systems to easily consume the standardized event information.
Technologies Used: QGIS, Python, MapInfo, etc.