Re: [gdal-dev] Unexpected behavior on gdal2tiles.py

2021-03-02 Thread jratike80
Hi, Tiles created by gdal2tiles are never georeferenced directly but only through the tileset definition. I had a try with your coordinate system with raster profile and by looking at the generated tilemapresource.xml it seems to me that the tileset is correct and tiles georeferenced right. Client

Re: [gdal-dev] Unexpected behavior on gdal2tiles.py

2021-03-02 Thread Eren Tarïmcï
If i use raster, the resulting tiles are not georeferenced, i.e the {x},{y},{z} coordinates are not correct. I require them to be georeferenced. Do you know of another tool that would let me render georeferenced tiles for mars? On 02/03/2021 23.17, jratike80 wrote: > Hi, > > By looking at the mess

Re: [gdal-dev] GDAL SVG to BMP conversion

2021-03-02 Thread jratike80
Hi, You can test it with any SVG file ogrinfo matplotlib.svg --debug on ... SVG: matplotlib.svg seems to be a SVG file, but not a Cloudmade vector one. ... I recommend to use some other tools. -Jukka Rahkonen- Shaw, Theodore wrote > I'm attempting to convert SVG files output by Gdspy to large

Re: [gdal-dev] Unexpected behavior on gdal2tiles.py

2021-03-02 Thread jratike80
Hi, By looking at the messages the installation on Machine B has an error: "It [means proj.db] comes from another PROJ installation." Because of that error gdal2tiles "works". If you fix the installation on Machine B it will fail for the same reason than Machine A: "Cannot find coordinate operatio

[gdal-dev] GDAL SVG to BMP conversion

2021-03-02 Thread Shaw, Theodore
I'm attempting to convert SVG files output by Gdspy to large BMPs, approximately 50,000 x 50,000 pixels. This documentation page https://gdal.org/drivers/vector/svg.html looks like it says that GDAL only supports SVG files that are the output of Cloudmade Vector Stream Server. Am I understandin

[gdal-dev] Unexpected behavior on gdal2tiles.py

2021-03-02 Thread erentar2002
Machine A: user@machineA:~/mars$ gdal2tiles.py -z 6-8 -p geodetic -v debris.jp2 Options: {'profile': 'geodetic', 'resampling': 'average', 's_srs': None, 'zoom': '6-8', 'resume': False, 'srcnodata': None, 'tmscompatible': None, 'xyz': None, 'verbose': True, 'exclude_transparent': None, 'quiet': N