-
```
Alaska is broken. Treating lon/lat as X/Y really doesn't work there. Find a
center lat-lon and do a polar projection that mostly preserves linear distances.
Then, do that for all the states.
```
…
-
### Summary
When the user opens the app and grant permission for location, the user should be navigated to the current location, but it is not happening.
Code for navigation
```js
mapRe…
-
Hello.
Micron 2200S SSD v1070 has stability fixes that would be useful to us, but only 1050 is available.
* Dell: https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=3jg3g&osco…
-
I'm not sure whether it is already possible, but generating circular geometries with latitude and longitude as center with radius would be great in cases where a location's accuracy is used (as it alw…
-
Currently, if I subtract two `LatLon` coordinates, I get a `LatLon` with the differences:
```julia
julia> LatLon(1.214914, 103.851194) - LatLon(1.214986, 103.851527)
LatLon{Float64}(-7.199999999984…
-
**Proposer's name** Karl Taylor
**Date** 5 June 2024
This is a proposal to add two "regions" to the [list of "standard regions"](https://cfconventions.org/Data/cf-standard-names/docs/standardize…
-
Add functionality that processes latitude and longitude information from two source datasets (no need for reference to projections or regular grids): LAM and boundary. This functionality should:
1.…
-
I'm trying to convert coordinates from [EPSG:27700](https://epsg.io/27700) to [EPSG:4326](https://epsg.io/4326) using proj4rb.
I have the latest versions of the proj library (installed with `brew i…
-
From @jmckenna
In your sitemap, I was just checking the first [entry](https://raw.githubusercontent.com/marco-bolo/dataset-catalogue/main/datasets/WP5_jsonld/emodnet-biology_7891.jsonld), and that …
-
### Is your feature request related to a problem?
If the latitude axis doesn't have `axis=Y` set, we should still be able to recognize it as a latitude axis if it is called `lat` or `latitude`. This …