Hi
Been struggling with this for the last hours now and I cant get it to work with gpkg, with shp it works fine. But this file i need to download is gpkg.
The data is open road data and the zip is around 2.7Gb big.
This is the error I get
OGCGEOPACKAGE reader: Dataset 'C:\\FME_TEMP\\wbrun_1694624249590_18024\\fmetmp_0\\1694627133694_13812_d\\tor050\\http_download_1694627134354_13812.zip.gpkg' requires file extension '.gpkg'. Using dataset 'C:\\FME_TEMP\\wbrun_1694624249590_18024\\fmetmp_0\\1694627133694_13812_d\\tor050\\http_download_1694627134354_13812.zip.gpkg.gpkg'
OGCGEOPACKAGE reader: C:\\FME_TEMP\\wbrun_1694624249590_18024\\fmetmp_0\\1694627133694_13812_d\\tor050\\http_download_1694627134354_13812.zip.gpkg: No such file or directory
OGCGEOPACKAGE reader: Failed to open the dataset 'C:\\FME_TEMP\\wbrun_1694624249590_18024\\fmetmp_0\\1694627133694_13812_d\\tor050\\http_download_1694627134354_13812.zip.gpkg'. Please ensure source data is valid and correct
reader is selected
I added the workspace so you can try to find out what is wrong, maybe its a bug of some sort.
EDIT: Seems FME cant read a zipped 6Gb gpkg. Luckily for me they offer the material as shapefiles aswell. Its a big zip file consisting of 19 subfolders (municipalities) and each folder has a shapefile with the data i need. So Iam now using the same setup with temppathnamecreator and featurereader, but instead of gpkg iam using shape. And it works! :)