artulab
projects
/
guile-gdal
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ecb532
)
Use html for the code block in README
master
author
Ahmet Artu Yildirim
<ahmet@artulab.com>
Mon, 30 May 2022 20:06:12 +0000
(13:06 -0700)
committer
Ahmet Artu Yildirim
<ahmet@artulab.com>
Mon, 30 May 2022 20:06:12 +0000
(13:06 -0700)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
bad0e09
..
29a5c9f
100644
(file)
--- 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
:
-```
+
+<pre><code>
(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)))
-```
+</code></pre>
+
See examples folder for more code samples.