Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
geojson2obj
Advanced tools
A converter from GeoJSON to Wavefront OBJ format.
There's a small command line example in the examples
directory, which you can use to try out the library.
Sample command line:
cd examples
./cli.js norway-coastline.geo.json
It should write an OBJ file to your stdout.
Converts the geojson
to an OBJ, that is written to the stream
.
When done, the callback is called; callback
is a normal Node.js callback
accepting an error as the first argument.
Note that the geojson
must be a Feature
or FeatureCollection
.
Available options:
featureBase
: function f(feature, callback)
that returns the height of
a feature's base; by default, a function that always returns 0.featureHeight
: function f(feature, callback)
that returns the height of
a feature; by default, a function that returns 10 for polygons and
0.3 for linestrings.lineWidth
: for line geometries, returns the width of the generated
geometry; defaults to 2.featureName
: a function f(feature, callback)
that returns the OBJ group
name used for a feature; by default a function that numbers the
featuresfeatureMaterial
: a function f(feature, callback)
that returns the name
of the material for a feature; if undefined, the material is
not changed for this feature; see mtllib
option belowcoordToPoint
a function f(coordinate)
that returns the
OBJ vertex point (X and Z) for a GeoJSON coordinate, needed to
convert from GeoJSON's WGS84 coordinates to a cartesian coordinate;
see the findLocalProj
method belowmtllib
a string or array of paths that will be added as material
libraries to the resulting OBJFAQs
Convert GeoJSON into Wavefront OBJ format
The npm package geojson2obj receives a total of 0 weekly downloads. As such, geojson2obj popularity was classified as not popular.
We found that geojson2obj demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.