[gdal-dev] Inquiry about 3D .DGN to KML/GeoJSON Conversion Capabilities in GDAL

2023-08-26 Thread Shahrukh Mirza Nawandish
Dear GDAL Support Team, I hope this email finds you well. I am writing to inquire about the capabilities of the GDAL library regarding the conversion of 3D .DGN files to KML/GeoJSON or any other formats. I have been a user and admirer of GDAL for its comprehensive geospatial data manipulation funct

[gdal-dev] Inquiry about 3D .DGN to KML/GeoJSON Conversion Capabilities in GDAL

2023-08-26 Thread Shahrukh Mirza Nawandish
Dear GDAL Support Team, I hope this email finds you well. I am writing to inquire about the capabilities of the GDAL library regarding the conversion of 3D .DGN files to KML/GeoJSON or any other formats. I have been a user and admirer of GDAL for its comprehensive geospatial data manipulation funct

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread Andrew C Aitchison
On Sat, 26 Aug 2023, Hernán De Angelis wrote: rpc.h is missing och is not located in a standard path in your system. What package provides rpc in your OS? Perhaps installing grpc-devel? My ubuntu has /usr/include/ntirpc/rpc/rpc.h from libntirpc-dev and /usr/include/tirpc/rpc/rpc.h from li

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread Scott
Parquet issue. Do you have apache-arrow installed? https://arrow.apache.org/docs/index.html If you cmake it and install it in the default path, gdal should find it. I'm using apache-arrow 12.0.1 with gdal 3.7.1. Even solved this for me. The OGDI may be a different issue. It seems to be looking

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread andy
If I remove OGDI and PARQUET, I have no error cmake -D GDAL_USE_GEOS=ON -D OGR_ENABLE_DRIVER_OGDI:BOOL=OFF -D OGR_ENABLE_DRIVER_PARQUET:BOOL=OFF .. cmake --build . I know it's obvious, but it's to see if there was more ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread andy
Hi, if I remove OGDI support "cmake -D GDAL_USE_GEOS=ON -D GDAL_USE_PARQUET=ON -D OGR_ENABLE_DRIVER_OGDI:BOOL=OFF ..", I have the error below after "cmake --build ." [ 93%] Built target gcore_mdreader Scanning dependencies of target GDAL [ 93%] Linking CXX shared library libgdal.so /usr/bin/ld: o

Re: [gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread Hernán De Angelis
rpc.h is missing och is not located in a standard path in your system. What package provides rpc in your OS? Perhaps installing grpc-devel? Den 2023-08-26 kl. 13:06, skrev andy: Hi, if I try to compile gdal 3.7.1 on debian bullseye, cmake -D GDAL_USE_GEOS=ON -D GDAL_USE_PARQUET=ON .. cmake --

[gdal-dev] compiling gdal: ogr_ODS error

2023-08-26 Thread andy
Hi, if I try to compile gdal 3.7.1 on debian bullseye, cmake -D GDAL_USE_GEOS=ON -D GDAL_USE_PARQUET=ON .. cmake --build . I have this error: Scanning dependencies of target ogr_ODS [ 89%] Building CXX object ogr/ogrsf_frmts/ods/CMakeFiles/ogr_ODS.dir/ods_formula_node.cpp.o [ 89%] Building CXX o