From 88ce96cde54643ff581febfddc2dd2c1fd3d2d13 Mon Sep 17 00:00:00 2001 From: leendertvanwolfswinkel Date: Wed, 17 Apr 2024 09:52:33 +0200 Subject: [PATCH] Update j_schematisation_scripting.rst --- source/j_schematisation_scripting.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/j_schematisation_scripting.rst b/source/j_schematisation_scripting.rst index 00841680..445070d4 100644 --- a/source/j_schematisation_scripting.rst +++ b/source/j_schematisation_scripting.rst @@ -28,7 +28,7 @@ Raster data Editing rasters with GDAL command line tools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -GDAL is a free open source library for handling raster data. It also includes a set of command line tools that you can use to manipulate your 3Di rasters. The :ref:`3Di Modeller Interface` includes a command line interface called the OSGeo4W Shell. It can be found through the Windows start menu. A `full list of GDAL command line programs `_ can be found in the GDAL documentation. +GDAL is a free open source library for handling raster data. It also includes a set of command line tools that you can use to manipulate your 3Di rasters. The :ref:`3Di Modeller Interface` includes a command line interface called the OSGeo4W Shell. It can be found through the Windows start menu. A `full list of GDAL command line programs `_ can be found in the GDAL documentation. Some examples are given below @@ -93,7 +93,7 @@ The creation options (``-co``) PREDICTOR and ZLEVEL are not strictly necessary, Editing rasters with Python ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The raster file format that 3Di uses is GeoTIFF. These files can be handled and edited with many Python libraries, most notably `GDAL`_, `RasterIO`_, and `dask-geomodeling`_. Once the raster data is read as an array, it can be manipulated with libraries such as `NumPy`_, `SciPy`_, and/or `Xarray`_ +The raster file format that 3Di uses is GeoTIFF. These files can be handled and edited with many Python libraries, most notably `GDAL `_, `RasterIO `_, and `dask-geomodeling `_. Once the raster data is read as an array, it can be manipulated with libraries such as `NumPy `_, `SciPy `_, and/or `Xarray `_ .. _vector_and_table_data: @@ -114,9 +114,9 @@ The vector and table data is stored in a Spatialite or Geopackage file. Both of Using SQL ^^^^^^^^^ -It is a relational database stored in a file, and SQL can be used to interact with its contents. The SQL dialect to use is the same as for SQLite, see `this page `_. The spatial function you can use are the same as for Spatialite; these functions are `listed here `_. +It is a relational database stored in a file, and SQL can be used to interact with its contents. The SQL dialect to use is the same as for SQLite, see `this page `_. The spatial function you can use are the same as for Spatialite; these functions are `listed here `_. -You can use any client that has Spatialite support, for example the `Database manager`_ in the 3Di Modeller Interface. +You can use any client that has Spatialite support, for example the `Database manager `_ in the 3Di Modeller Interface. The code snippet below illustrates how you can use SQL to add a Pipe to your schematisation