Deutsche Bahn dataset → SPOI data model
';
// click to start transformation -> reload page
echo 'Start';
echo '
(this may take a while)';
// should start the transformation? - get method
if (IsSet($_GET['transform'])){
$status=$_GET['transform'];
if($status == "start"){
transform();
}
}
// end of html document
echo '