Re: [gdal-dev] Reading s57 charts with GDAL

2023-01-30 Thread Aryan Landi
m<mailto:i...@t-kartor.com> This e-mail is private and confidential between the sender and the addressee. In the event of misdirection, the recipient is prohibited from using, copying or disseminating it or any information in it. Please notify the above of any such misdirectio

Re: [gdal-dev] Reading s57 charts with GDAL

2023-01-30 Thread Aryan Landi
Hi again, Not sure what you mean by “support files”. The command line tool returns: ERROR 4: `US5LA26M.000' not recognized as a supported file format. gdalinfo failed - unable to open 'US5LA26M.000 Den 30. jan. 2023 kl. 11.46 skrev br...@frogmouth.net: Do you have

[gdal-dev] Reading s57 charts with GDAL

2023-01-30 Thread Aryan Landi
Hi all, I recently wrote about the difficulty of reading an s57 chart with GDAL following the standard example, as it seems that GDAL cannot find the s57 driver (the gdalinfo command also returns an error). I am curious to know, if this is a general problem, or if it is only my local GDAL insta

Re: [gdal-dev] Parsing s57 chart with GDAL.

2023-01-19 Thread Aryan Landi
t;Open failed.\n" ); exit( 1 ); } } Den 19. jan. 2023 kl. 13.23 skrev Aryan Landi mailto:aryan.la...@trelleborg.com>>: CAUTION: External Mail Hi all, I am unable to use the GDAL/OGR S57 driver to parse s57 charts. According to the official tutorial at https://gdal.org/tutorials

[gdal-dev] Parsing s57 chart with GDAL.

2023-01-19 Thread Aryan Landi
Hi all, I am unable to use the GDAL/OGR S57 driver to parse s57 charts. According to the official tutorial at https://gdal.org/tutorials/vector_api_tut.html