<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://clawiki.isnew.info/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://clawiki.isnew.info/feed.php">
        <title>CLAWRIM Wiki</title>
        <description>The Computational Lab for Advanced Water Resources Informatics and Modeling</description>
        <link>https://clawiki.isnew.info/</link>
        <image rdf:resource="https://clawiki.isnew.info/_media/wiki/logo.png" />
       <dc:date>2026-04-22T00:32:13+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://clawiki.isnew.info/wiki/syntax?rev=1757465058&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/software/canopy/technical_manual?rev=1722746586&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/howtos/how_to_merge_csv_files_in_the_current_directory?rev=1721577054&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/q_as/start?rev=1726842237&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/software/canopy/tutorial?rev=1722746922&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/howtos/how_to_download_features_using_the_arcgis_rest_api?rev=1727184906&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/howtos/how_to_compile_peakfq_on_linux?rev=1775716597&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/file_naming_conventions?rev=1773192188&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/start?rev=1773192471&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/howtos/how_to_convert_latex_to_qmd?rev=1772290389&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/howtos/how_to_count_non-null_records_in_a_column_in_a_csv_file?rev=1721577137&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/howtos/how_to_find_the_order_of_a_column_in_a_csv_file?rev=1721577094&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/howtos/how_to_install_clink_on_windows?rev=1769884082&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/howtos/how_to_install_hec-ras_on_linux?rev=1775716535&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/projects/doe_keylogic_pareto?rev=1722745723&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/projects/fast_flow_accumulation?rev=1722744738&amp;do=diff"/>
                <rdf:li rdf:resource="https://clawiki.isnew.info/software/canopy/user_manual?rev=1722746586&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://clawiki.isnew.info/_media/wiki/logo.png">
        <title>CLAWRIM Wiki</title>
        <link>https://clawiki.isnew.info/</link>
        <url>https://clawiki.isnew.info/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://clawiki.isnew.info/wiki/syntax?rev=1757465058&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-10T00:44:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Formatting Syntax</title>
        <link>https://clawiki.isnew.info/wiki/syntax?rev=1757465058&amp;do=diff</link>
        <description>Formatting Syntax

DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/software/canopy/technical_manual?rev=1722746586&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-04T04:43:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CanoPy technical manual</title>
        <link>https://clawiki.isnew.info/software/canopy/technical_manual?rev=1722746586&amp;do=diff</link>
        <description>CanoPy technical manual

CanoPy is the Python module for the Georgia Canopy Analysis 2009 project sponsored by the Georgia Forestry Commission (GFC). For further information about this project, please refer to the CanoPy page.

This document outlines the uses and methodology of the functions contained within the CanoPy module. To learn how to use this module, please read the</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/howtos/how_to_merge_csv_files_in_the_current_directory?rev=1721577054&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-21T15:50:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to merge CSV files in the current directory</title>
        <link>https://clawiki.isnew.info/howtos/how_to_merge_csv_files_in_the_current_directory?rev=1721577054&amp;do=diff</link>
        <description>How to merge CSV files in the current directory


# set a variable to know if a file is the first one
# because we don&#039;t want to skip the head line from the first file
first=1
# for each of *.csv file names, assign it to i
for i in *.csv; do
  # if you repeat this script, we don&#039;t want to merge
  # the previously merged file again
  if [ &quot;$i&quot; = &quot;merged.csv&quot; ]; then
    # skip this file
    continue
  fi
  # if this file is first
  if [ $first -eq 1 ]; then
    # print everything
    cat &quot;$i&quot;
   …</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/q_as/start?rev=1726842237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-20T14:23:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Q&amp;As</title>
        <link>https://clawiki.isnew.info/q_as/start?rev=1726842237&amp;do=diff</link>
        <description>Q&amp;As

Column appending problem

	*  Author: Abdullah Azzam
	*  Data: 

How do you append a new column to an object file from a source file? The object file is for a certain coordinate and contains the timeseries of multiple climatic parameters. The source file vs.txt</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/software/canopy/tutorial?rev=1722746922&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-04T04:48:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CanoPy tutorial</title>
        <link>https://clawiki.isnew.info/software/canopy/tutorial?rev=1722746922&amp;do=diff</link>
        <description>CanoPy tutorial

CanoPy is the Python module for the Georgia Canopy Analysis 2009 project sponsored by the Georgia Forestry Commission (GFC). For further information about this project, please refer to the CanoPy page.

This document explains detail steps for assessing canopy using the CanoPy module and a provided sample data set. To learn more about this module, please read the</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/howtos/how_to_download_features_using_the_arcgis_rest_api?rev=1727184906&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-24T13:35:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to download features using the ArcGIS REST API</title>
        <link>https://clawiki.isnew.info/howtos/how_to_download_features_using_the_arcgis_rest_api?rev=1727184906&amp;do=diff</link>
        <description>How to download features using the ArcGIS REST API

This script requires jq.


#!/bin/sh

if [ $# -lt 2 ]; then
	echo &quot;Usage: download_arcgis_rest_features.sh REST_URL output&quot;
	exit
fi

# URL for an ArcGIS REST API
rest_url=$1

# output filename
output=$2

# prefix
prefix=$(echo $output | sed &#039;s/\..*//&#039;)

# starting record offset
offset=0
# max record count
count=2000

url=&quot;$rest_url/query&quot;

# required parameters
url=&quot;$url?f=geojson&quot;
url=&quot;$url&amp;where=1%3D1&quot;
url=&quot;$url&amp;outFields=*&quot;
url=&quot;$url&amp;result…</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/howtos/how_to_compile_peakfq_on_linux?rev=1775716597&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-09T06:36:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to compile PeakFQ on Linux</title>
        <link>https://clawiki.isnew.info/howtos/how_to_compile_peakfq_on_linux?rev=1775716597&amp;do=diff</link>
        <description>How to compile PeakFQ on Linux

First, install the Intel Fortran Compiler.

You can download the incomplete source code of PeakFQ from its website. Here, I&#039;ll use PeakFQ_7.5.1.src.zip. Visit its GitHub repository.


#!/bin/sh

# download source code
wget https://water.usgs.gov/software/PeakFQ/code/7.5.1/PeakFQ_7.5.1.src.zip

# unzip it
mkdir -p ~/src
unzip PeakFQ_7.5.1.src.zip -d ~/src
cd ~/src
mv PeakFQ_7.5.1.src/src/FORTRAN peakfq
rm -rf PeakFQ_7.5.1.src
cd peakfq

# rename all filenames to lo…</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/file_naming_conventions?rev=1773192188&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-11T01:23:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>File naming conventions</title>
        <link>https://clawiki.isnew.info/file_naming_conventions?rev=1773192188&amp;do=diff</link>
        <description>File naming conventions

This page defines the filename and directory naming conventions used in lab repositories. These conventions apply to new repositories and new files. Existing repositories are not retroactively renamed unless there is a strong practical reason to do so.</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/start?rev=1773192471&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-11T01:27:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Welcome to CLAWRIM Wiki</title>
        <link>https://clawiki.isnew.info/start?rev=1773192471&amp;do=diff</link>
        <description>Welcome to CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling (CLAWRIM) is Dr. Huidae Cho&#039;s research group in the Department of Civil Engineering at New Mexico State University (NMSU). Their research focuses on the broad applications of Geographic Information Systems (GIS) and computational methods to water resources informatics and modeling. They use this wiki site to share project information and document their research for internal collaboration. Check &lt;…</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/howtos/how_to_convert_latex_to_qmd?rev=1772290389&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-28T14:53:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to convert LaTeX to QMD</title>
        <link>https://clawiki.isnew.info/howtos/how_to_convert_latex_to_qmd?rev=1772290389&amp;do=diff</link>
        <description>How to convert LaTeX to QMD


# convert tex to tempory qmd
pandoc main.tex --to=markdown+tex_math_dollars+raw_tex --wrap=none -o main.tmp

# extract citations
grep -oE &#039;@\{[^}]+\}|@[A-Za-z0-9_:/.-]+&#039; main.tmp |
  sed &#039;s/[@{}]//g; s/^/\\citation{/; s/$/}/&#039; |
  sort -u &gt; refs.keys

# extract cited bib entries only
bibtool -x refs.keys --preserve.key.case=on -i full.bib -o references.bib

# add yaml header
(cat&lt;&lt;&#039;EOT&#039;
---
title: &quot;TITLE&quot;
format:
  html:
    toc: true
    number-sections: true
  pdf:…</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/howtos/how_to_count_non-null_records_in_a_column_in_a_csv_file?rev=1721577137&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-21T15:52:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to count non-null records in a column in a CSV file</title>
        <link>https://clawiki.isnew.info/howtos/how_to_count_non-null_records_in_a_column_in_a_csv_file?rev=1721577137&amp;do=diff</link>
        <description>How to count non-null records in a column in a CSV file


tail -n +2 merged.csv |
sed &#039;s/&quot;//g; s/,/ /g&#039; |
awk &#039;{
  if($57 != &quot;&quot;)
    count++
}
END{
  print count
}&#039;</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/howtos/how_to_find_the_order_of_a_column_in_a_csv_file?rev=1721577094&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-21T15:51:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to find the order of a column in a CSV file</title>
        <link>https://clawiki.isnew.info/howtos/how_to_find_the_order_of_a_column_in_a_csv_file?rev=1721577094&amp;do=diff</link>
        <description>How to find the order of a column in a CSV file


head -1 merged.csv |
sed &#039;s/&quot;//g; s/,/ /g&#039; |
awk &#039;{
  for(i=1; i&lt;=NF; i++)
    if($i == &quot;TOBS&quot;)
      print i
}&#039;</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/howtos/how_to_install_clink_on_windows?rev=1769884082&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-31T18:28:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to install Clink on Windows</title>
        <link>https://clawiki.isnew.info/howtos/how_to_install_clink_on_windows?rev=1769884082&amp;do=diff</link>
        <description>How to install Clink on Windows

Clink is a powerful command-line editing utility for Windows.

	*  Download the latest ZIP file from &lt;https://github.com/chrisant996/clink/releases&gt;.
	*  Uncompress it to C:\opt\clink.
	*  Start cmd.exe and run:


C:\opt\clink\clink_x64.exe autorun install
echo @echo off&gt;%LOCALAPPDATA%\clink\clink_start.cmd</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/howtos/how_to_install_hec-ras_on_linux?rev=1775716535&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-09T06:35:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to install HEC-RAS on Linux</title>
        <link>https://clawiki.isnew.info/howtos/how_to_install_hec-ras_on_linux?rev=1775716535&amp;do=diff</link>
        <description>How to install HEC-RAS on Linux

Login to the Linux machine. In this example, we use NMSU&#039;s Discovery node discovery-l2:


# connect to the NMSU network using either Wi-Fi or VPN
ssh NMSU_username@discovery-l2
# type your NMSU password


Download the</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/projects/doe_keylogic_pareto?rev=1722745723&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-04T04:28:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DOE KeyLogic PARETO</title>
        <link>https://clawiki.isnew.info/projects/doe_keylogic_pareto?rev=1722745723&amp;do=diff</link>
        <description>DOE KeyLogic PARETO

Workspace

DOE NETL PARETO through KeyLogic 2023-2024

projects</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/projects/fast_flow_accumulation?rev=1722744738&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-04T04:12:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Fast flow accumulation</title>
        <link>https://clawiki.isnew.info/projects/fast_flow_accumulation?rev=1722744738&amp;do=diff</link>
        <description>Fast flow accumulation

This project will improve the speed of flow accumulation.

MEFA



Preliminary results

	*  Systems
		*  Linux 4.14.39 with SSD and 16GB RAM on Yoga 370
		*  ArcGIS on UNG Windows with SSD and 32GB RAM

	*  Data: Texas drain raster from</description>
    </item>
    <item rdf:about="https://clawiki.isnew.info/software/canopy/user_manual?rev=1722746586&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-04T04:43:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CanoPy user manual</title>
        <link>https://clawiki.isnew.info/software/canopy/user_manual?rev=1722746586&amp;do=diff</link>
        <description>CanoPy user manual

CanoPy is the Python module for the Georgia Canopy Analysis 2009 project sponsored by the Georgia Forestry Commission (GFC). For further information about this project, please refer to the CanoPy page.

This document explains how to use the CanoPy module. For technical details, please read the CanoPy technical manual. Also refer to the CanoPy tutorial.

Authors</description>
    </item>
</rdf:RDF>
