nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
<?php
/**
* Customizati... be modified
*/
$lang['js']['nosmblinks'] = '';
</code>
==== Image Links ====
You can also use an imag... t use indention for deeper levels
- That's it
<code>
* This is a list
* The second item
* You... t use indention for deeper levels
- That's it
</code>
Also take a look at the [[doku>faq:lists|FAQ on
pository using Git in the terminal with the below code <code>
git clone https://github.com/HuidaeCho/canopy.git
</code> OR visit the [[https://github.com/HuidaeCho/can... s functions. To accomplish this use the following code. <code python>
import sys
sys.path.append('C:/pat
, we use NMSU's Discovery node ''discovery-l2'':
<code bash>
# connect to the NMSU network using either ... username@discovery-l2
# type your NMSU password
</code>
Download the [[https://www.hec.usstart?rev=1721... RAS_610_Linux.zip|HEC-RAS 6.1.0 Linux version]].
<code bash>
mkdir -p ~/archive/hecras
cd ~/archive/hecr... oftware/hec-ras/downloads/HEC-RAS_610_Linux.zip
</code>
Uncompress the downloaded file.
<code bash>
mkd
b.com/HuidaeCho/canopy|CanoPy GitHub repository]]<code>
git clone https://github.com/HuidaeCho/canopy.git
</code>
- Copy ''canopy_config-example.py'' to ''canop... w from within ArcMap
- Import the canopy module<code python>
import sys
sys.path.append('C:/path/to/the/canopy/module')
import canopy
</code>
- Assign physiographic region IDs to the naipq
mpiler]].
You can download the incomplete source code of PeakFQ from [[https://water.usgs.gov/software/... I'll use [[https://water.usgs.gov/software/PeakFQ/code/7.5.1/PeakFQ_7.5.1.src.zip|PeakFQ_7.5.1.src.zip]]... h compile_peakfq.sh>
#!/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 ~/usr/
olders that contain actual imagery GeoTIFF files.<code>
F:/Georgia/ga/
34083/
... 0.tif
...
...
</code>
* Example: ''naip_path = 'F:/Georgia/ga'''
==... ture of the project folder is defined as follows:<code>
C:/.../ (project_path)
Data/
... tif
...
...
</code>
* **NOTE:** Output folder must be manually cre
these dependencies and MODFLOW 6 on Slackware.
<code bash>
# switch to root
su -
# install openmpi an... ; then
echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile
. ~/.bash_profile
fi
</code>
merge CSV files in the current directory ======
<code bash>
# set a variable to know if a file is the f... one > merged.csv # forward any outputs from the above for loop
# to merged.csv
</code>
ins how to install TeX Live as a non-root user.
<code bash>
# download the installer
cd /tmp
wget https... them into the current session
. ~/.bash_profile
</code>
Use [[https://www.tug.org/texlive/tlmgr.html|tl
find the order of a column in a CSV file ======
<code bash>
head -1 merged.csv |
sed 's/"//g; s/,/ /g' |
awk '{
for(i=1; i<=NF; i++)
if($i == "TOBS")
print i
}'
</code>
*.geojson > $output
</file>
Here is an example:
<code bash>
./download_arcgis_rest_features.sh https://hazards.fema.gov/arcgis/rest/services/FIRMette/NFHLREST_FIRMette/MapServer/1 firm_panels
</code>