RE: [gdal-dev] Zip/Unzip

2009-10-26 Thread Harsh Govind
Thanks for the info. I will give it a shot. Regards, Harsh Govind -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Friday, October 23, 2009 1:08 PM To: Harsh Govind Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Zip/Unzip Selon Harsh Govind

Re: [gdal-dev] Zip/Unzip

2009-10-23 Thread Even Rouault
Selon Harsh Govind : cpl_minizip_* is just a copy&paste from the corresponding files from the zlib source package. So you'll probably find ressources/examples on their site. In GDAL, we use zlib (gzip) compression & uncompression and zip (pkzip) uncompression, but not zip compression, which is req

[gdal-dev] Zip/Unzip

2009-10-23 Thread Harsh Govind
I see a Zip/Unzip API in GDAL cpl_minizip_ioapi.h and cpl_minizip_unzip inside port directory and would like to use it for purpose of creating kmz. Has anyone used those for zip/unzip? Any example/literature that someone can point me to would really help. I would prefer going through the API ra