-
```
I have a project in 27700 (British national grid). To get the area measurement
and line measurement tools as well as the scale bar itself to be correct I
needed to set "geodesic: false":
new Op…
-
```
I have a project in 27700 (British national grid). To get the area measurement
and line measurement tools as well as the scale bar itself to be correct I
needed to set "geodesic: false":
new Op…
-
This should do it:
``` r
library(sf)
#> Linking to GEOS 3.5.1, GDAL 2.2.2, proj.4 4.9.2
library(ukboundaries)
#> Contains National Statistics data © Crown copyright and database right2018
#> C…
-
Hi -
Semi-clueless user here ... and it's possible I'm missing something about how the library works, but ...
I need to convert from UK northing/easting values to latitude/longitude values.
…
-
Hi,
I am trying to use the function covariate_river to attach the values of a covariate to a river network. The runtime of this function seems to be exceptionally long. I was wondering if this woul…
-
```
I have a project in 27700 (British national grid). To get the area measurement
and line measurement tools as well as the scale bar itself to be correct I
needed to set "geodesic: false":
new Op…
-
Hi there,
I have a flask application which uses convertbng to convert some OSGB36 eastings northings returned from a sqlite query into WGS84 coordinates. I just experimentally redeployed the produc…
-
Upscaling cropped radar dem does not produce the correct hydroindex. (Cells are misaligned)
Output at this stage is correct:
![pastedgraphic-1](https://user-images.githubusercontent.com/109965…
-
Currently MEI has no element for marking geographic coordinates. These could be useful for creating visualizations representing places of composition, birth, death, etc. So, I propose adding a `` ele…
pe-ro updated
9 months ago
-
I am reading in a shape file using to test my code:
```csharp
var reader = new ShapeDataReader(path);
var bounds = reader.ShapefileBounds;
foreach (var thing i…