• skip to content

CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » file
Trace: • jennifer_mccollum • scholarships • 2021 • 2020_spring • 2020 • conferences • start • madan_pokhrel • huidae_cho • nmwrri_taap

file

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • howtos (12)
  • software (4)
  • projects (3)
  • lab_members (1)
  • q_as (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • how_to_count_non-null_records_in_a_column_in_a_csv_file
  • how_to_find_the_order_of_a_column_in_a_csv_file
  • how_to_merge_csv_files_in_the_current_directory

Fulltext results:

technical_manual @software:canopy
35 Hits, Last modified: 13 months ago
(QQ) tiles * Required attribute field: * ''FileName'' (Text) * Example: ''naipqq_layer = 'naip_... meric folders that contain actual imagery GeoTIFF files.<code> F:/Georgia/ga/ 34083/ ... specifies the target spatial reference for output files. The WKID used for the GFC canopy project is 102... p NAIP tiles to a consistent grid system. If this file does not already exist, the filename part of ''sn
syntax @wiki
32 Hits, Last modified: 3 months ago
mple markup language, which tries to make the datafiles to be as readable as possible. This page contain... is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ning the syntax for links and [[#images_and_other_files|images]] (see below) like this: [[http://php.
how_to_compile_peakfq_on_linux @howtos
13 Hits, Last modified: 11 months ago
HuidaeCho/peakfq-linux|its GitHub repository]]. <file bash compile_peakfq.sh> #!/bin/sh # download sou... q rm -rf PeakFQ_7.5.1.src cd peakfq # rename all filenames to lowercase for i in *.*; do j=$(echo $i ... done # rename include and module names in source files to lowercase for i in *.*; do grep -q ".*.INC'... ndows functions sed -Ei 's/^(.*(PeekNamedPipe|ReadFile|WriteFile))/!\1/' scenmod.f90 # fix disclaimer l
tutorial @software:canopy
12 Hits, Last modified: 13 months ago
r contains the Georgia physiographic regions shapefile, the NAIP Quarter Quad (QQ) polygon shapefile in addition to the TIFF file which will be used for snapping. The ‘naip’ folder will contain 4 input QQ... Py GitHub repository]] and download the zip file. * If you download the .zip file you will fi
q_as @q_as
10 Hits, Last modified: 11 months ago
|}} 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'' has wind speed values for all the coor
how_to_merge_csv_files_in_the_current_directory @howtos
9 Hits, Last modified: 13 months ago
====== How to merge CSV files in the current directory ====== <code bash> # set a variable to know if a file is the first one # because we don'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
how_to_download_features_using_the_arcgis_rest_api @howtos
7 Hits, Last modified: 11 months ago
pt requires [[https://jqlang.github.io/jq/|jq]]. <file bash download_arcgis_rest_features.sh> #!/bin/sh ... URL for an ArcGIS REST API rest_url=$1 # output filename output=$2 # prefix prefix=$(echo $output | s... is infinite loop while :; do # generate a filename fn=${prefix}_$offset.geojson ... err=$? # if there was a wget error or the filesize is zero if [ $err -ne 0 -o ! -s $fn ]
how_to_compile_modflow_6_on_slackware @howtos
5 Hits, Last modified: 4 months ago
requires python3-numpy and OpenBLAS; # build queuefiles, not packages, to automatically build any other ... l/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile . ~/.bash_profile fi cd .. # build modflow6 cd modflow6 meson setup builddir -Ddebug=false -Dparalle... ; then echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile . ~/.bash_profile fi </code>
how_to_compile_qgis_on_slackware @howtos
5 Hits, Last modified: 12 months ago
l/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile . ~/.bash_profile fi echo 'export LD_LIBRARY_PATH="$HOME/usr/local/src/grass/dist.x86_64-pc-linux-gnu/lib:$LD_LIBRARY_PATH"' > ~/.bash_profile . ~/.bash_profile # create postgres group and user, which are required by postgresql groupadd -g 209 p
how_to_compile_grass_gis_on_slackware @howtos
5 Hits, Last modified: 12 months ago
res # install dependency libraries; # build queuefiles, not packages, to automatically build any other ... l/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile . ~/.bash_profile fi # create grass script mkdir ~/usr/local/bin cat << 'EOT' > ~/usr/local/bin/gras... ; then echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile . ~/.bash_profile fi </code>
how_to_install_hec-ras_on_linux @howtos
4 Hits, Last modified: 12 months ago
_610_Linux.zip </code> Uncompress the downloaded file. <code bash> mkdir -p ~/usr/local/opt cd ~/usr/lo... terminal. <code bash> cat << 'EOT' >> ~/.bash_profile # HEC-RAS export PATH="$HOME/... as/lib/rhel_8:$LD_LIBRARY_PATH" EOT . ~/.bash_profile </code> Let's test it. <code bash> cd RAS_Linux_... Muncie.c04 b04 </code> Did it run? Delete extra files and directories. <code bash> cd ../.. rm -rf RAS
fast_flow_accumulation @projects
3 Hits, Last modified: 13 months ago
ials/raster_api_tut.html|GDAL]] or [[https://docs.fileformat.com/image/tiff/|from scratch]]? Done using ... tut.html|Raster API tutorial]] * [[https://docs.fileformat.com/image/tiff/|TIFF - Image File Format]] * [[https://medium.com/planet-stories/reading-a-sing
how_to_install_tex_live_on_linux @howtos
3 Hits, Last modified: 11 months ago
add paths to TeX Live cat << 'EOT' >> ~/.bash_profile # TeX Live export PATH="$HOME/usr/local/opt/texl... # read them into the current session . ~/.bash_profile </code> Use [[https://www.tug.org/texlive/tlmgr.... installed by Slackware) to edit and compile LaTeX files. If you like Vim or Neovim, [[https://github.com
canopy @software:canopy
3 Hits, Last modified: 13 months ago
(QQ) imagery tiles---specifically, 3,913 GeoTIFF files across the entire Georgia---and it would not be ... ber of input tiles, but also the number of output files that makes it challenging to complete this analy... processing input tiles and post-processing output files to finally create the final seamless canopy rast
reports @projects:reports
2 Hits, Last modified: 3 months ago
o.azzam.2024.pdf |DISES Annual Report Year 1 (Cho and Azzam, 2024)}} ===== Files ===== {{filelisting}}
user_manual @software:canopy
2 Hits, Last modified: 13 months ago
doe_keylogic_pareto @projects
2 Hits, Last modified: 13 months ago
how_to_install_the_intel_fortran_compiler_on_linux @howtos
2 Hits, Last modified: 11 months ago
huidae_cho @lab_members
1 Hits, Last modified: 13 months ago
how_to_use_shell_scripting_on_windows @howtos
1 Hits, Last modified: 13 months ago
how_to_find_the_order_of_a_column_in_a_csv_file @howtos
1 Hits, Last modified: 13 months ago
how_to_count_non-null_records_in_a_column_in_a_csv_file @howtos
1 Hits, Last modified: 13 months ago
literature
1 Hits, Last modified: 2 months ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki