Installation Guideο
This guide provides instructions on how to install NLGeoCities, a dataset containing latitude and longitude coordinates for cities in the Netherlands. For additional details and updates, please visit the NLGeoCities PyPI page <https://pypi.org/project/nl-ego-cities/>.
Note
NLGeoCities requires Python 3.12 or later.
Create a virtual environment (optional but recommended):ο
NLGeoCities can be installed using pip, the Python package manager. Itβs recommended to install NLGeoCities within a virtual environment to avoid conflicts with other Python packages.
python3 -m venv nlgeocities-env
source nlgeocities-env/bin/activate
Installing NLGeoCitiesο
This command will download and install NLGeoCities and its dependencies.
pip install nl-ego-cities