e. This page contains all possible syntax you may use when editing the pages. Simply have a look at the... it this page". If you want to try something, just use the [[playground:playground|playground]] page. Th... u can **__//''combine''//__** all these.
You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
You can use <sub>subscript</sub> and <sup>superscript</sup>,
nes the filename and directory naming conventions used in lab repositories. These conventions apply to ... on to do so.
===== General principles =====
* Use descriptive names.
* Use only lowercase letters (a-z), digits (0-9), hyphens (-), and underscores (_... * Avoid spaces and other special characters.
* Use **hyphens (-)** by default.
* Use **underscores
o learn more about this module, please read the [[user manual]]. For technical details, please read the... pefile in addition to the TIFF file which will be used for snapping. The ‘naip’ folder will contain 4 i... ArcMap for the required spatial functions to be used.
- Open the Python window under the geoproce... import the CanoPy module for ArcMap to be able to use its functions. To accomplish this use the followi
iki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] soft... e that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The... hentication connectors]] make DokuWiki especially useful in the enterprise context and the large number... its vibrant community allow for a broad range of use cases beyond a traditional wiki.
Read the [[doku
tware:canopy:]] page.
This document outlines the uses and methodology of the functions contained withi... the [[software:canopy:]] module. To learn how to use this module, please read the [[user manual]]. Also refer to the [[tutorial]].
===== Authors =====
... rget spatial reference for output files. The WKID used for the GFC canopy project is 102039 (USA Contig
TO explains how to install TeX Live as a non-root user.
===== Shared non-root installation =====
The ... t can save disk storage on shared machines, since users use the same installation. It also does not require tlmgr for additional packages.
<code bash>
# do... rent session
. ~/.bash_profile
</code>
For other users,
<code bash>
# create the same directory struct
y Friday, February 14 at 5pm</del> (cancelled because of COVID-19)
* Friday, March 13 between 9am--3p... Henderson, Huidae Cho
===== 2020 Esri Southeast User Conference =====
* https://www.esri.com/en-us... pril 28--Wednesday, April 29</del> (cancelled because of COVID-19)
* Atlanta Marriott Marquis, Atlant... Well, nothing to present anyway...</wrap>
===== FUSE 2020 =====
* https://ung.infoready4.com/#compe
iki:syntax|syntax page]].
You might also want to use a sidebar. To create it, just edit the [[:sidebar... onfiguration settings]] (be sure to login as superuser first).
You may also want to see what [[doku>pl... ki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the [
xico State University]] (NMSU). Their research focuses on the broad applications of Geographic Informat... to water resources informatics and modeling. They use this wiki site to share project information and d... https://hcho.isnew.info/|his website]].
<ifauth @user>
* [[Lab only:TODOs]]
* [[Lab only:Lab polic... ding sources:]]
* [[Q&As:]]
</ifauth>
<ifauth !@user>
* [[Q&As:]]
</ifauth>
/*
{{https://hcho.isne
entists/834|Peter V. Caldwell]]
* Cancelled because of COVID-19
===== Free and Open Source Software ... the most important geospatial parameters that is used for hydrologic analysis and modeling. However, t... OpenLayers, and discusses how r.accumulate can be used to improve the efficiency of geospatial computat... ainty estimation (GLUE) framework has widely been used for uncertainty estimation in hydrologic modelin
st.
<code bash>
# switch to root
su -
# replace USERNAME with your non-root username who installed GRASS
if ! echo $PKG_CONFIG_PATH | grep -q /home/USERNAME/usr/local/share/pkgconfig; then
echo 'expo... le
. ~/.bash_profile
# create postgres group and user, which are required by postgresql
groupadd -g 20
ws]].
<code batch>
rem install micromamba
mkdir %USERPROFILE%\local\bin
curl -L https://github.com/mam... eleases/latest/download/micromamba-win-64.exe -o %USERPROFILE%\local\bin\micromamba.exe
rem if %USERPROFILE%\local\bin is not in PATH
set PATH=%USERPROFILE%\local\bin;%PATH%
setx PATH %PATH%
rem set th
ific writing ======
This page provides resources useful for scientific writing.
* {{ :elements_of_s... erriam-webster.com/grammar/em-dash-en-dash-how-to-use|How to Use Em Dashes (—), En Dashes (–) , and Hyphens (-)]]
* [[https://quillbot.com/blog/punctuation/en-dash/|En Dash (–) | When to Use and Examples]]
switch to root
su -
# create postgres group and user for postgresql, one of pdal dependencies
groupadd -g 209 postgres
useradd -u 209 -g 209 -d /var/lib/pgsql postgres
# i... _wgs84 feature
if [ $# -eq 0 ]; then
last_used_mapset=$(awk '
/^GISDBASE: /{gis... }' ~/.grass8/rc)
$grass_master "$last_used_mapset"
else
$grass_master "$@"
fi
EOT
c