Re: [gdal-dev] Convert KML to Shapefile PyQGIS

2019-03-20 Thread Julierme Pinheiro
Dear Even Rouault, I got it done. Thank you very much for your reply. I appreciated your time Julierme On Tue, Mar 19, 2019 at 1:09 PM Even Rouault wrote: > Julierme, > > the issue here is that your KML file is seen as a multi-layer dataset, with > one feature per layer, so you can't use

[gdal-dev] Convert KML to Shapefile PyQGIS

2019-03-18 Thread Julierme Pinheiro
Dear all, I have a kml file which is like a zip kml file available in here ( https://www.eorc.jaxa.jp/ALOS-2/obs/map/world_asc/kml/A_Cycle06.kml) which has several satellite polygon footprint for Alos/Palsar images. I am in need to convert all these files from KML to SHAPEFILE, saving the SHP

[gdal-dev] Constructing GDAL_WMS XML files for TMS servers

2018-02-22 Thread Julierme Pinheiro
Hi all, I found this discussion related to my question: http://osgeo-org.1560.x6. nabble.com/gdal-dev-Constructing-GDAL-WMS-XML-files-for-TMS-servers- td5033787.html. I have several sar images in geoserver and I need to create a XML file for each TMS service in order to load them in Qgis. For

[gdal-dev] Gdal WMTS configuration

2018-02-16 Thread Julierme Pinheiro
Hi all, I am creating a gdal wmts xml file for the tile layers in geoserver using the following gdal function: gdal_translate ""'WMTS: http://localhost:8080/geoserver/gwc/service/wmts?REQUEST=GetCapabilities,layer= '$gslayer""

[gdal-dev] GeoTIFF NoData

2018-02-05 Thread Julierme Pinheiro
Hi all, Sorry if my question has been discussed here before. I followed 1 Answer/Option 2 of this post to convert an image (GeoTIFF) external pixels RGB(255,255,255) to NoData. So, I used