-
Not sure if it's the near equal longitudes, but this call returns NaN:
geolib.getDistanceSimple({latitude: 43.647862 , longitude: -79.39290290000002}, {latitude: 43.647862, longitude: -79.39290…
-
The url stated in the README as Demo - https://www.manuelbieh.de/publikationen/scripts/geolib/demo.html
Returns 404
-
Like the title says the last three problems of Image Diffusion don't show on the book3 websites. Worked fine on my local server, but once I pushed to the website, I checked mine and several other peop…
-
Hi, I am running into an issue when I attempt to use the tiltcorr function when aligning dems. Everything works great running the basic command without the addition of tiltcorr but when I add it I get…
-
If I try to parse a GEF-file of a borehole, I get most of the data from the file (e.g. metadata, depth), except the lithology that is described in it. Is is somehow possible to use Geolib+ for borehol…
-
Main project has dependent on collections/shim-array and one of its npm package also depends upon collections/shim-array.
And whenever in the code we imported(required) both packages, node js returni…
-
When trying to import this library with the native support for ESM that's available in Node.js 12, 14, and 16 I'm running into the following problem:
```text
import { isPointInPolygon } from 'geol…
-
When using with AngularJS
shows a NullPointerException at 116 geolib.js
```
// TODO: check if point is an object
if(typeof point != 'object' ) {
```
changed to " if(…
-
Hi Pierre, I was just wondering ig you have any plans to upgrade this buildpack to use the latest versions of the dependencies as detailed here
https://docs.djangoproject.com/en/dev/ref/contrib/gis/i…
-
Hello, when I import the lib/geolib module, I get multiple errors of:
`proj_create: Error -38: failed to load datum shift file`
From looking at the code it seems like this is coming from all the…