Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
GeoPlot is an interactive and static plotting toolkit developed by members of the BAS Artificial Intelligence Lab and designed to be used in combination with other software packages under development by the same team.
The software package can be installed either from PyPI or by downloading the GitHub repo and installing from a local copy.
Installation from PyPI:
pip install bas-geoplot
Installation from source:
git clone https://github.com/Antarctica/GeoPlot
pip install -e ./GeoPlot
Use of -e
is optional, based on whether you want to be able to edit the installed copy of the package.
Some features of this software package require GDAL and Fiona to be installed, this requires additional steps during the installation process on Windows. These additional steps are as follows:
Windows only:
pip install pipwin
pipwin install gdal
pipwin install fiona
pipwin install cartopy
See the project's PyPI page for more info.
Once installed, bas-geoplot can be used to generate plots of geospatial data, including meshes generated by PolarRoute or MeshiPhi. To generate an interactive plot from such a mesh:
plot_mesh <mesh.json>
optional arguments are:
-v '(turn on verbose logging)'
-o '(set output location for plot)'
-s '(create a static plot as opposed to an interactive html file)'
-t '(remove the title bar from the plot)'
-r '(plot an additional route from the given file)'
-a '(add directional arrows to all routes)'
-b '(create the plot without a basemap layer)'
Development of software package is conducted by the BAS AI Lab. For contributions and feature additions please contact amop@bas.ac.uk.
Distributed under the MIT license. See LICENSE
for more information.
[version]: https://img.shields.io/GeoPlot/v/datadog-metrics.svg?style=flat-square
[downloads]: https://img.shields.io/GeoPlot/dm/datadog-metrics.svg?style=flat-square
FAQs
GeoPlot: BAS AI Lab plotting scripts for internal plotting & visualisation
We found that bas-geoplot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.