-
I recommend removing the code that sets CRS to Web Mercator in the absence of any CRS in the source data.
- HyBIG will reproject if necessary.
- Most often, the absence of an explicit CRS implies Ge…
-
Vector Tiles have no projection, thus any cylindrical projection on the WGS84 Datum can be rendered into Vector Tiles in meters. The default is currently web-mercator (3857), but 3395 (Elliptical Merc…
-
-
The issue is documented in detail in https://github.com/opendatacube/odc-stac/issues/172
The short reproduction of the cause of the issue is this code:
```python
from odc.geo.types import xy_
…
-
Firstly, thanks for all your hard work on the globe feature, I've just given it a go and it looks great!
I don't generate vector tiles for zoom levels below 2, as it's slow and there's not really a…
-
In the first case I perform crop and then reproject:
1) `raster.crop(roi.envelope).reproject(dst_crs=WEB_MERCATOR_CRS).save(output_raster)`
In the second case I reproject and then I crop:
2) …
-
MF_CesiumWaterMaskSample uses a parameter named `geographicTextureCoordinateIndex`. It's never set, so it will always have its default value (0). If the tileset has a Web Mercator overlay (e.g. Bing),…
kring updated
3 years ago
-
Support the following Coordinate Reference Systems and projections when displaying data from external sources, such as WMS:
Coordinate Reference Systems
CRS:84 WGS84 geographic longitude, then latitu…
-
#### Problem description
The tile server is supposed to expose Web Mercator, LatLng, and any CRSes that make up its mosaic as options for `GetMap` requests. However, the tile server seems to only b…
-
In GitLab by @bdepaula on Dec 1, 2023, 10:08
Now that we have Autosubmit in Docker, it would be great to have the other parts of AS in Docker too, including API and the GUI.
Besides, we will need it…
kinow updated
4 months ago