You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@
16
16
17
17
**xDEM** is an open source project to develop a core Python package for the analysis of digital elevation models (DEMs).
18
18
19
-
It aims at **providing modular and robust tools for the most common analyses needed with DEMs**, including both geospatial
20
-
operations specific to DEMs and a wide range of 3D alignment and correction methods from published, peer-reviewed studies.
21
-
The core manipulation of DEMs (e.g., vertical alignment, terrain analysis) are **conveniently centered around `DEM` and `dDEM` classes** (that, notably, re-implements all tools
22
-
of [gdalDEM](https://gdal.org/programs/gdaldem.html)). More complex pipelines (e.g., 3D rigid coregistration, bias corrections, filtering) are **built around
23
-
modular `Coreg`, `BiasCorr` and `Filter` classes that easily interface between themselves**. Finally, xDEM includes advanced
19
+
It aims at **providing modular and robust tools for the most common analyses needed with DEMs**, including both geospatial
20
+
operations specific to DEMs and a wide range of 3D alignment and correction methods from published, peer-reviewed studies.
21
+
The core manipulation of DEMs (e.g., vertical alignment, terrain analysis) are **conveniently centered around `DEM` and `dDEM` classes** (that, notably, re-implements all tools
22
+
of [gdalDEM](https://gdal.org/programs/gdaldem.html)). More complex pipelines (e.g., 3D rigid coregistration, bias corrections, filtering) are **built around
23
+
modular `Coreg`, `BiasCorr` and `Filter` classes that easily interface between themselves**. Finally, xDEM includes advanced
24
24
uncertainty analysis tools based on spatial statistics of [SciKit-GStat](https://scikit-gstat.readthedocs.io/en/latest/).
25
25
26
-
Additionally, xDEM inherits many convenient functionalities from [GeoUtils](https://github.com/GlacioHack/geoutils) such as
26
+
Additionally, xDEM inherits many convenient functionalities from [GeoUtils](https://github.com/GlacioHack/geoutils) such as
27
27
**implicit loading**, **numerical interfacing** and **convenient object-based geospatial methods** to easily perform
28
-
the most common higher-level tasks needed by geospatial users (e.g., reprojection, cropping, vector masking). Through [GeoUtils](https://github.com/GlacioHack/geoutils), xDEM
29
-
relies on [Rasterio](https://github.com/rasterio/rasterio), [GeoPandas](https://github.com/geopandas/geopandas) and [Pyproj](https://github.com/pyproj4/pyproj)
28
+
the most common higher-level tasks needed by geospatial users (e.g., reprojection, cropping, vector masking). Through [GeoUtils](https://github.com/GlacioHack/geoutils), xDEM
29
+
relies on [Rasterio](https://github.com/rasterio/rasterio), [GeoPandas](https://github.com/geopandas/geopandas) and [Pyproj](https://github.com/pyproj4/pyproj)
30
30
for georeferenced calculations, and on [NumPy](https://github.com/numpy/numpy) and [Xarray](https://github.com/pydata/xarray) for numerical analysis. It allows easy access to
31
31
the functionalities of these packages through interfacing or composition, and quick inter-operability through object conversion.
32
32
@@ -47,7 +47,7 @@ See [mamba's documentation](https://mamba.readthedocs.io/en/latest/) to install
47
47
48
48
## Citing methods implemented in the package
49
49
50
-
When using a method implemented in xDEM, please **cite both the package and the related study**:
50
+
When using a method implemented in xDEM, please **cite both the package and the related study**:
0 commit comments