GithubHelp home page GithubHelp logo

Comments (3)

banesullivan avatar banesullivan commented on July 28, 2024

Aha, so you're bringing up something that I wanted to make clear with the name. localtileserver is intended to be used only to serve tiles from raster files that exist on your local filesystem. If you want a tile server that can handle accessing remote files, you have a few options:

  1. We create a new remotetileserver package or submodule here
  2. You can use Resonant GeoData (which my team and I at Kitware have put a TON of work into handling tile serving from cloud-hosted data). See ResonantGeoData/ResonantGeoData#603 for a demonstration.
  3. You can use GDAL's Virtual Storage Interface since we're using large_image which is simply wrapping GDAL for data access.

In your particular case, this should work because your raster is a pre-tiled Cloud Optimized GeoTiff. I have this working locally with minimal changes to localtileserver I will push the change to a PR for you to test soon

from localtileserver.

giswqs avatar giswqs commented on July 28, 2024

Resonant GeoData seems awesome. I need to look into it. It would be great if you can make localtileserver work for pre-tiled COG. It might be too much work to create and maintain another package like remotetileserver.

from localtileserver.

banesullivan avatar banesullivan commented on July 28, 2024

It might be too much work to create and maintain another package like remotetileserver.

Well that is what Resonant GeoData is.... 😉

from localtileserver.

Related Issues (20)

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.