However, I would like to directly read the same file from a URL.
Therefore, i have changed the published parameter accordingly (see screenshot attached). The following error messages is produced:
Emptying factory pipeline
https://www.opengeodata.nrw.de/produkte/geobasis/hm/dgm1_xyz/dgm1_xyz/dgm1_32_372_5714_1_nw.xyz.gz
Python Exception <FileNotFoundError>: Errno 2] No such file or directory: 'https://www.opengeodata.nrw.de/produkte/geobasis/hm/dgm1_xyz/dgm1_xyz/dgm1_32_372_5714_1_nw.xyz.gz'
Traceback (most recent call last):
File "<string>", line 24, in input
File "gzip.py", line 58, in open
File "gzip.py", line 174, in __init__
FileNotFoundError: oErrno 2] No such file or directory: 'https://www.opengeodata.nrw.de/produkte/geobasis/hm/dgm1_xyz/dgm1_xyz/dgm1_32_372_5714_1_nw.xyz.gz'
Error encountered while calling method `input'
PythonCaller_3 (PythonFactory): PythonFactory failed to process feature
An error has occurred. Check the logfile above for details
Translation FAILED with 4 error(s) and 1 warning(s) (0 feature(s) output)
FME Session Duration: 1.7 seconds. (CPU: 0.1s user, 0.3s system)
END - ProcessID: 16596, peak process memory usage: 99848 kB, current process memory usage: 99320 kB
An error has occurred. Check the logfile above for details
Program Terminating
Translation FAILED.
Any ideas what I do wrong?