Giter VIP home page Giter VIP logo

gdal2tiles's Introduction

gdal2tiles

This is a fork of gdal2tiles from GDAL 1.9.2.

This work was initiated by Marion Bechennec for her internship.

The objectives were to refactor the original gdal2tiles code, to improve its maintainability, and to allow parallel processing of tiles.

The parallel processing has been added using the multiprocess python module.

gdal2tiles's People

Contributors

izandcuddles avatar nicomgd avatar gildas-mgd avatar jf-mgd avatar rotoglup avatar

Watchers

James Cloos avatar Jean-François Verdon avatar  avatar  avatar  avatar  avatar  avatar

gdal2tiles's Issues

regression: html preview files are broken

The generation does not format the values anymore, for example, a generated googlemaps.html contains :

            var mapBounds = new GLatLngBounds(new GLatLng(%(south)s, %(west)s), new GLatLng(%(north)s, %(east)s));
            var mapMinZoom = %(minzoom)s;
            var mapMaxZoom = %(maxzoom)s;

Troubles with accents in paths

Depending on cases, the input files are said to be non-existing, or output folders may change (path truncated to last accent for example)

For exemple, the output path "C:\temp\MACTe_test\Boite_A_Fichiers_recompos_s\Boite A Fichiers recomposés\ABANCOURT-00069-4" becomes "C:\temp\MACTe_test\Boite_A_Fichiers_recompos_s\Boite A Fichiers recomposABANCOURT-00069-4"

ECW plugin cache eats all available memory

The ECW cache is configured to use 1/4 of the available RAM, which will cause troubles with multiple processes !

The ECW_CACHE_MAXMEM config/environment value can allow to control that outside of gdal2tiles.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.