Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Incognita is a tool to map UK Scout data and enable geospatial analysis.
We use ONS open data to link scout areas (Groups, Districts, etc.) to UK administrative geographies.
Incognita comes from Terra Incognita, or Parts Unknown - solving the known unknowns!
The source code for the project is hosted on GitHub at the-scouts/incognita
We strongly recommended using conda
to install Incognita, however pip
can be used with a number of manual installation steps as below.
To install Incognita with Conda, run the following commands in the terminal
# conda
conda env create -n incognita_env
conda activate incognita_env
conda install --channel conda-forge geopandas
# or PyPI
pip install incognita
If installing with pip
, you will need to manually install geopandas and its
dependencies. Please follow below:
We strongly recommended using conda
to install Incognita.
However, to install geopandas using pip on Windows, please follow these instructions.
This project is written and tested in Python 3.9, and depends on:
JavaScript dependencies are:
You will need to obtain the latest version of the ONS Postcode Directory. Note that this has some open licences attached to it.
If this is not May 2018, then you will need to create another child class of
ONSPostcodeDirectory in ONS_data.py
You will need to populate the settings.json file with the appropriate file paths
To generate the datafile needed for most operations, run setup_data_file.py
with clean prototype extract.
You may also run setup_reduce_onspd.py
to produce a smaller ONS Postcode
Directory file to speed up lookup operations and reduce memory consumption.
To run Incognita locally, you will need to create a data folder as below, and populate it with the ONS Postcode Directory files and a copy of the Scout Census extract.
To find API endpoints, find a geography from the below resources and click on
the API Explorer
tab.
``
Use the same boundary resolution for each of the following (BFE, BFC, BGC, BUC)
The Beginner's Guide to UK Geography can be useful as an introduction for those new to GIS.
The heroku branch is specifically for the heroku application: http://scout-mapping.herokuapp.com. It contains a cut down requirements file to ensure that it loads into heroku correctly.
Incognita is naturally open source and is licensed under the MIT license.
FAQs
Mapping the annual UK Scout Census to local geographies
We found that incognita demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.