-
I know that there are Circle, Sphere and Cylinder using MaplyShape. But is there any feature that allows me to draw a circle using a line? Much like VectorObject but is a circle.
-
The dataset uses a modified mercator and polar stereographic projections
When I test points like this:
```js
proj4(
'PROJCS["Moon_Mecator",GEOGCS["GCS_Moon_2000",DATUM["D_Moon_2000",SPHERO…
-
**Quick questions**
OS: Windows 10
HOI4 version: 1.10.4
Kaiserreich version: 0.16.1
List any other mods used: Toolpack
Were you using Steam? Yes
Were you in multiplayer? No
Which expansions do …
-
The `sst_guess` routine sets the SST values for small lakes that are far from other water bodies. The SST is based on latitude as follows:
```
if (latitude >= 60.0) then
sst = 273.16
elseif …
-
NCEP modified their processing to add surface marine data processed from BUFR input on 10/22/2020. The 'prepdata.x' program used to produce the MERRA2 prepbufr files at NCEP had to be updated, and it…
-
This update is to fix the restart process, optimize it and clean up pcgsoi.
With the inclusion of ensembles, the restart option was broken. It was relatively straightforward to get it to work, how…
-
I have just noticed the aggregate function geof:boundingCircle. It looks like it could use more details about how it should be used and implemented. Its current description:
`The function geof:boun…
-
Using Stellarium v0.19.1-86-g063f535f3b, I get the following image of the Moon. Compared with [the photo from Wikipedia](https://en.wikipedia.org/wiki/File:FullMoon2010.jpg) or [the one from NASA](htt…
-
While making experiments with your libraries at the Moon's south pole, I noticed a (possible) issue when using lsp_spice.
This should be the interior of a crater (see elevation map of the region belo…
-
When opened with
```python
with rasterio.open(path) as file_object:
xres = file_object.transform[0]
yres = file_object.transform[-4]
```
what is the unit of `xres` and `yres` ?
-…