-
Having trouble using this with OS Terrain 50. I get the following error:
`Error in mosaic_files("terr50_gagg_gb/data/nn", extract_zip = TRUE, zip_file_match = ".*GRID.*.zip", :
Input files hav…
-
https://github.com/sagemath/sage/runs/1003662756
```
[sagelib-9.2.beta9] gcc -shared -Wl,--enable-auto-image-base -L/cygdrive/d/a/sage/sage/local/lib -Wl,-rpath,/cygdrive/d/a/sage/sage/local/li…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **gdal/3.2.1**
* Operating System+version: **Arch LInux**
* Compiler+version: **GCC 11.1**
…
-
I'm trying to get accurate conversions from ERTS89 (EPSG:4937) to OSG36B+ODN (EPSG:7405) using a geoid model grid that I derived myself from publicly available data (the grid is only 1.3 MB so I c…
-
`
vl=(-10.0,2.0) ; equ_airy(v,x,p,t)=x*t
p_airy_1_0=SecondOrderODEProblem(equ_airy,1.0,0.0,vl) ;
f=solve(p_airy_1_0,reltol=1e-8,abstol=1e-8)
`
fails with error:
ERROR: type DynamicalODEFunction …
-
Hello! I have begun an implementation of the Jacobi Theta functions ([DLMF](https://dlmf.nist.gov/20)). My personal aspiration is to use them to implement a Kolmorogov-Smirnov distribution, but they c…
-
@NAThompson has produced some useful and informative ulps_plots, and it would be useful to see more of these plots for other functions. See /math/doc/graph/*.svg
However these plots are an order o…
-
When attempting the below (a shapefile with 27700 projection):
`grid = gpd.read_file(
'Counties_and_Unitary_Authorities__December_2016__Boundaries.shp'
)
`
It returns the following:
`2020-…
-
I playing with FTB Revelations but I replaced AE2-related mods with Refined Storage and Reborn Storage (versions are at the end of the issue).
I trying to build the autocrafter multiblock, however it…
-
Evaluating `airy_deriv(NaN)` results in `0`. Perhaps propagating the NaN is a safer approach.