diff --git a/index.html b/index.html index 0afd3a8..1c58140 100644 --- a/index.html +++ b/index.html @@ -1495,7 +1495,13 @@
jsonpointer 3.0.0 jsonschema 4.23.0 jsonschema-specifications 2023.12.1 jupyter_client 8.6.3 @@ -1548,13 +1554,7 @@Installed packages - -
-mkdocs-get-deps 0.2.0 +mkdocs-get-deps 0.2.0 mkdocs-git-revision-date-plugin 0.3.2 mkdocs-jupyter 0.25.0 mkdocs-material 9.5.36 diff --git a/installation/index.html b/installation/index.html index 34fbcdf..7196121 100644 --- a/installation/index.html +++ b/installation/index.html @@ -332,69 +332,30 @@ - -- - - Installing with Anaconda/Miniconda - - - - - - + - Installing with pip + Installing using pip @@ -611,69 +572,30 @@ - - - - - Installing with Anaconda/Miniconda - - - - - - + - Installing with pip + Installing using pip @@ -731,45 +653,25 @@ InstallationThe geospatial package has many dependencies, such as GeoPandas and localtileserver. These optional dependencies can sometimes be a challenge to install, especially on Windows. Therefore, we advise you to closely follow the recommendations below to avoid installation problems.
-Video Tutorial¶
Installing using uv¶
+Installing using uv¶
uv is an extremely fast Python package and project manager, written in Rust. It is designed to be a drop-in replacement for pip. You can install
-geospatial
usinguv
as follows:-
1 -2uv pip install geospatial -uv pip install --find-links https://girder.github.io/large_image_wheels gdal pdal pyproj -
Installing with Anaconda/Miniconda¶
-To install geospatial and all its dependencies, we recommend you use the conda package manager. This can be obtained by installing the Anaconda Distribution (a free Python distribution for data science), or through Miniconda (minimal distribution only containing Python and the conda package manager). See also the installation docs for more information on how to install Anaconda or Miniconda locally.
-Using the conda-forge channel¶
-Geospatial is available on the conda-forge channel, a community effort that provides conda packages for a wide range of software.
--
1
conda install -c conda-forge geospatial -
Creating a new conda environment¶
-Creating a new environment is not strictly necessary, but given that some geospatial dependencies might have a version conflict with other geospatial packages in an existing conda environment, it is a good practice to install geospatial and its dependencies in a clean environment starting fresh.
-The following commands create a new conda environment with the name
-geo
and install geospatial and its dependencies (e.g., GeoPandas, localtileserver) in it: