From bea2c619a178d328c3fb3a691f035afed9861a0f Mon Sep 17 00:00:00 2001 From: Blue Tyson Date: Mon, 5 Oct 2020 07:15:51 +1030 Subject: [PATCH] Update README.md Typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23eab88e..f2bf8ba1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The core of `GemGIS` is made of the `GemPyData` class (`gemgis.py`). Its attribu ### Extracting Data from Vector Files -Data stored as points, lines or polygons as shape-files, geopackages or geojson files can easily be imported into `GemGIS` GeoPandas GeoDataFrames. X and Y coordinates can then be extracted for these objects for direct use in `GemPy`. Digital elevations models can be interpolated if contour lines with height values are provided. If the loaded the exceeds the desired modeling/working are extent, the data can be cropped. +Data stored as points, lines or polygons as shape-files, geopackages or geojson files can easily be imported into `GemGIS` GeoPandas GeoDataFrames. X and Y coordinates can then be extracted for these objects for direct use in `GemPy`. Digital elevation models can be interpolated if contour lines with height values are provided. If the loaded exceeds the desired modeling/working area extent, the data can be cropped. ### Extracting Data from Raster Files