Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Dec 11, 2024
1 parent 0bf5d08 commit 537d48e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ In the following, `python3` & `pip` refer to the Python 3 executables. You may n

*¹* It is highly recommended to use the latest official [Python.org](https://www.python.org/downloads/) installation package for your platform, rather than any pre-installed version.

- To enable automatic bounds detection in the Import Custom Map facility, the `rasterio` library must be installed:
```shell
python3 -m pip install rasterio
```

**Windows 10 or later:**

Normally installs without any additional steps.
Expand Down Expand Up @@ -114,6 +109,22 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev pkg-config
```

**Import Custom Map dependency - rasterio**

To enable automatic extent detection in the Import Custom Map facility, the `rasterio` Python library must be installed. This in turn requires the [GDAL (Geospatial Data Abstration Layer)](https://gdal.org/en/stable/) library:

```shell
python3 -m pip install rasterio
```

... or on some Linux distributions:

```shell
sudo apt install python3-rasterio
```

*FYI* GDAL can also be installed as part of a [QGIS](https://qgis.org/download/) installation.

### User Privileges

To access the serial port on most Linux platforms, you will need to be a member of the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ classifiers = [
dependencies = [
"requests>=2.28.0",
"Pillow>=9.0.0",
"pygnssutils>=1.1.8",
"pygnssutils>=1.1.9",
"pyserial>=3.5",
]

Expand Down

0 comments on commit 537d48e

Please sign in to comment.