-
test_table_to_lineofbearing fails in ArcGIS Pro 1.3 with the following message:
```
Testing Table To Line Of Bearing (Pro).
Running tool (Table To Line Of Bearing)
ERROR: Start Time: Tuesday, May 31,…
mfunk updated
7 years ago
-
We currently use NTS for all of our geospatial calculations. There is a small issue though, because NTS only handles calculations based on a Euclidean plane.
The Earth is a spheroid, and because of t…
-
I made a little video in an attempt to show the problems with rectangle rotation (sorry about the music..)
https://www.youtube.com/watch?v=46xek0WHZRk
- I made a blue square with Inkscape (png).
- I l…
-
Table To 2-Pont Line produces polyline features from table of start point coordinates and end point coordinates.
## Expected Behavior
The Line Type used to be by line type NAME:
* Geodesic
* Gre…
mfunk updated
7 years ago
-
When building a scoped package (such as [websdk/rhumb](//github.com/websdk/rhumb)) the optimized JS output (and presumably others) will be in a folder of the same name as the scope. Additionally, `opt…
-
Reusing your example with a minor change (end_longitude change from -74 to -73),
```
from pygc import great_distance
great_distance(start_latitude=30, start_longitude=-74, end_latitude=40, end_longit…
-
```
Look for point halfway between (say SFO and London). Should be somewhere in
the arctic.
For a test, find two cities (North America and Europe perhaps) for which
there's an airport midway on the g…
-
So I gave this a go, but couldn't quite make things work. It probably didn't help that I'm not using mocha, but rather using [tape](https://github.com/substack/tape) to output a TAP result. It might m…
-
I am using geodesy scripts in an AngularJS 1.x application and need both to convert utm coordinates to latlong and get the distance between two latlong-points.
However, because I cannot use commonJS…
-
Currently, nap depends on [rhumb](/websdk/rhumb), and bundles it in the build which is published on npm. We shouldn't do this, and instead rely on npm for package management and for consumers to deal …