Jonas

Results 86 comments of Jonas

Maybe we can join forces here, Andrew? I saw that you recently added a similar function to `cartopy.util` (https://github.com/SciTools/cartopy/pull/394) but that one lacks support for irregular grids and 2D arrays,...

@jswhit I don't know if you are still interested, but I made another version of `addcyclic` that has the same functionality as my original suggestion (multiple input arrays besides the...

I am split about this: * Pro **ditch**: The database is what makes deployment cumbersome - you need to make sure you update the DB in sync with the data...

> so if you have tens of thousands of files it could become slow to filter those on `/datasets` queries Slower than a database lookup for sure, but listing keys...

We have had this on an internal wish list for a while, since pre-fetched PNG for a selected area is a way to render a smooth animation of a selected...

Yes, and binary tiles are a cool concept, too. Btw, we have this simple client library https://github.com/DHI-GRAS/terracotta-react

I think the pro of having a fully OpenAPI compliant API weighs pretty heavily.

> Have you ever missed this feature? I am not sure. Not me, personally. Maybe @bertearazvan can comment whether we are doing this in any frontend: 1. Fetch all `/datasets`...

Maybe the best solution to larger-than-GeoTIFF layers is to store the data not in GeoTIFF tiles (e.g. Sentinel 2 tiles) but in even smaller chunks (say 256x256) in a fast...

> mainly how to handle overlap If that is the main concern, we could require that there is no overlap (or undefined behavior in such case). But there are probably...