X-Git-Url: https://www.artulab.com/gitweb/?p=guile-gdal;a=blobdiff_plain;f=README.md;fp=README.md;h=29a5c9f28c5edff3b70712264c94c79c01664be8;hp=bad0e09ca403648c488531a2ca6798652172f359;hb=9144b8c14d40b6f00587896d47da346ef08d7c23;hpb=8ecb5324c122d0a903e1df41972408b30008e358 diff --git a/README.md b/README.md index bad0e09..29a5c9f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ This library allows you to perform the following tasks: ## Example -Read/write raster files using GDAL binding functions or helper functions +Read/write raster files using GDAL binding functions or helper functions: -``` + +

 (use-modules (gdal))
 (use-modules (gdal extension))
 
@@ -60,6 +61,7 @@ Read/write raster files using GDAL binding functions or helper functions
                                    buf #:buf-type GDT_INT16))
         (write-buffer-to-file new-buf GDN_GTIFF
                               "new-raster-small.tif" #:no-data -1)))
-```
+
+ See examples folder for more code samples.