Skip to content
View daudee215's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report daudee215

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
daudee215/README.md

Daud Tasleem researcher at Polito GIS GeoAI BIM infrastructure and natural hazards banner

Daud Tasleem

Researcher at Politecnico di Torino (Polito). Semantic modelling of geodata, geo-analytical question answering, GeoAI, and infrastructure digital twins.

Website | LinkedIn | Google Scholar | GitHub

Updated August 2026. The public repositories below are runnable and tested. Client and product work stays private.

Profile

I build geospatial systems that make the analysis checkable. Recent work concentrates on the semantics of geodata: giving attributes explicit types, deriving which workflows those types actually admit, and measuring whether the answers produced are any use to the people who asked the question.

Alongside that runs applied infrastructure work at Polito, where the same concern appears as data pipelines, hazard context, and 3D review surfaces for real corridors and assets.

Featured work

Geo-analytical question answering

Three packages written to work together. Each is runnable from a clean checkout and each has a test suite that runs in CI.

Repository What it does
typed-workflow-layer A typed intermediate layer between a geo-analytical question and the workflows that answer it. Core concept data types, exhaustive workflow synthesis to a depth bound, cost-based ranking, and refusals that name the repairing transformation. Standard library only.
geo-annotation-kit Semantic annotation of geodata attributes, with inter-annotator agreement measured on the axis it belongs on. Krippendorff ordinal alpha, disagreement analysis, and gold standards that refuse to break ties.
geoqa-study-harness Running a user study on a question answering system. Workflow comparison as trees, power analysis before recruiting, and no export until the data is safe to publish.

A corpus annotated in geo-annotation-kit produces the typed sources typed-workflow-layer consumes. The answers its workflows produce are then scored in geoqa-study-harness.

Tech: Python GeoPandas pytest GitHub Actions

natech-guidance-qa

natech-guidance-qa is retrieval-grounded question answering over the European Commission Joint Research Centre technical guidance on Natech risk management, with the retrieval measured rather than read. The underlying system comes from Politecnico di Torino work in April 2026 and is kept unchanged in original/. The corpus validation and retrieval evaluation were added later, and every module docstring states which part is which, so the difference is checkable rather than asserted.

Tech: Python pytest

ModelRAIL Pro

A full-stack rail infrastructure monitoring prototype built around the real Ceva-Ormea corridor in Piemonte, Italy. Five-stage pipeline from ingest to publish, GIS and InSAR fusion with live updates, UAV planning, point-cloud visualisation, role-based access, and audit logging. Private repository, available on request.

Tech: JavaScript Node.js Express SQLite Cesium Mapbox GL Leaflet Three.js

Focus areas

Area What that means in practice
Semantic modelling of geodata Core concept data types, attribute annotation, agreement measurement, and gold standards
Geo-analytical question answering Workflow synthesis under type constraints, cost-based ranking, provenance, and refusal with a named repair
Evaluation User studies, inter-annotator agreement, retrieval evaluation, and sizing a study before recruiting
GeoAI and remote sensing Spatial analysis, deep learning for mapping, point clouds, and corridor-scale products
Infrastructure and natural hazards Landslide, flood, subsidence, climate, and exposure context; digital twins and inspection workflows
Geospatial interfaces Spatial dashboards, map interaction, terrain-aware views, and 3D review

Selected stack

Python GeoPandas Rasterio Shapely GDAL PostGIS QGIS pytest JavaScript Node.js Cesium Mapbox GL Leaflet GeoJSON

Connect

Pinned Loading

  1. geo-annotation-kit geo-annotation-kit Public

    Semantic annotation of geodata attributes with inter-annotator agreement measured on the axis it belongs on. Krippendorff's ordinal alpha, disagreement analysis, and gold standards that refuse to b…

    Python

  2. geoqa-study-harness geoqa-study-harness Public

    Running a user study on a geo-analytical question answering system, and refusing to export the data until it is safe to publish

    Python

  3. natech-guidance-qa natech-guidance-qa Public

    Retrieval-grounded QA over the JRC Natech risk management guidance, with retrieval measured rather than read

    Python

  4. typed-workflow-layer typed-workflow-layer Public

    A typed intermediate layer between a geo-analytical question and the workflows that answer it. Core concept data types, exhaustive workflow synthesis to a depth bound, and refusals that name the re…

    Python