Gathering detailed insights and metrics for @spatial/rhumb-destination
Gathering detailed insights and metrics for @spatial/rhumb-destination
Gathering detailed insights and metrics for @spatial/rhumb-destination
Gathering detailed insights and metrics for @spatial/rhumb-destination
A modular geospatial engine written in JavaScript and TypeScript
npm install @spatial/rhumb-destination
Typescript
Module System
Node Version
NPM Version
TypeScript (86.94%)
JavaScript (13.05%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
9,841 Stars
3,791 Commits
980 Forks
179 Watchers
48 Branches
177 Contributors
Updated on Jul 14, 2025
Latest Version
2.0.0
Package Id
@spatial/rhumb-destination@2.0.0
Unpacked Size
17.35 kB
Size
4.07 kB
File Count
7
NPM Version
lerna/3.22.1/node@v12.18.2+x64 (linux)
Node Version
12.18.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
5
Returns the destination Point having travelled the given distance along a Rhumb line from the origin Point with the (varant) given bearing.
origin
Coord starting pointdistance
number distance from the starting pointbearing
number varant bearing angle ranging from -180 to 180 degrees from northoptions
Object Optional parameters (optional, default {}
)
1var pt = turf.point([-75.343, 39.984], {"marker-color": "F00"}); 2var distance = 50; 3var bearing = 90; 4var options = {units: 'miles'}; 5 6var destination = turf.rhumbDestination(pt, distance, bearing, options); 7 8//addToMap 9var addToMap = [pt, destination] 10destination.properties['marker-color'] = '#00F';
Returns Feature<Point> Destination point.
This module is part of the Turfjs project, an open source module collection dedicated to geographic algorithms. It is maintained in the Turfjs/turf repository, where you can create PRs and issues.
Install this module individually:
1$ npm install @spatial/rhumb-destination
Or install the Turf module that includes it as a function:
1$ npm install @turf/turf
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
all changesets reviewed
Reason
25 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
project is fuzzed
Details
Reason
all dependencies are pinned
Details
Reason
7 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More