Skip to content

Commit

Permalink
Merge pull request #74 from bluetyson/patch-5
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AlexanderJuestel authored Oct 5, 2020
2 parents 0c3aa1a + bea2c61 commit c61dc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The core of `GemGIS` is made of the `GemPyData` class (`gemgis.py`). Its attribu
<a name="vector"></a>
### 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.

<a name="raster"></a>
### Extracting Data from Raster Files
Expand Down

0 comments on commit c61dc42

Please sign in to comment.