I need to tell students where to find the GRASSDATA folder after they install GRASS on a Windows or Linux box. I’m on a Mac.
Thanks
Michael
I need to tell students where to find the GRASSDATA folder after they install GRASS on a Windows or Linux box. I’m on a Mac.
Thanks
Michael
See
it’s in the user’s “document” folder in Windows.
How this defined, it depends on the Windows setup
Thanks. Most people in the workshop next week will be using Windows or Mac. Where does it go in Linux?
Michael Barton
On Apr 10, 2026, at 12:46 PM, Helmut Kudrnovsky noreply@discourse.osgeo.org wrote:
hellik
April 10See
mswindows/GRASS-Installer.nsi.tmpl
main1. ${Else} 1. StrCpy $INSTALL_DIR "$INSTDIR" 1. ${EndIf} 1. 1. ;Set to try to overwrite existing files 1. SetOverwrite try 1. 1. ;Set the GIS_DATABASE directory 1. SetShellVarContext current 1. Var /GLOBAL GIS_DATABASE 1. StrCpy $GIS_DATABASE "$DOCUMENTS\grassdata" 1. 1. ;Create the GIS_DATABASE directory 1. CreateDirectory "$GIS_DATABASE" 1. 1. ;add Installer files 1. SetOutPath "$INSTALL_DIR" 1. File .\Installer-Files\GRASS-WebSite.url 1. File .\Installer-Files\WinGRASS-README.url 1. 1. ;add GRASS filesit’s in the user’s “document” folder in Windows.
How this defined, it depends on the Windows setup
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
In the /home/username directory. The home directory for the user.
On Fri, Apr 10, 2026, 3:57 PM Michael Barton <noreply@discourse.osgeo.org> wrote:
Someone replied to a topic you are Watching.
cmbarton
April 10Thanks. Most people in the workshop next week will be using Windows or Mac. Where does it go in Linux?
Michael Barton
On Apr 10, 2026, at 12:46 PM, Helmut Kudrnovsky noreply@discourse.osgeo.org wrote:
hellik
April 10See
mswindows/GRASS-Installer.nsi.tmpl
main1. ${Else} 1. StrCpy $INSTALL_DIR "$INSTDIR" 1. ${EndIf} 1. 1. ;Set to try to overwrite existing files 1. SetOverwrite try 1. 1. ;Set the GIS_DATABASE directory 1. SetShellVarContext current 1. Var /GLOBAL GIS_DATABASE 1. StrCpy $GIS_DATABASE "$DOCUMENTS\grassdata" 1. 1. ;Create the GIS_DATABASE directory 1. CreateDirectory "$GIS_DATABASE" 1. 1. ;add Installer files 1. SetOutPath "$INSTALL_DIR" 1. File .\Installer-Files\GRASS-WebSite.url 1. File .\Installer-Files\WinGRASS-README.url 1. 1. ;add GRASS filesit’s in the user’s “document” folder in Windows.
How this defined, it depends on the Windows setup
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
Sorry,
Specifically /home/username/grassdata,
where username is the users login ID on the computer.
On Fri, Apr 10, 2026, 4:05 PM Doug Newcomb <gistinker@gmail.com> wrote:
In the /home/username directory. The home directory for the user.
On Fri, Apr 10, 2026, 3:57 PM Michael Barton <noreply@discourse.osgeo.org> wrote:
Someone replied to a topic you are Watching.
cmbarton
April 10Thanks. Most people in the workshop next week will be using Windows or Mac. Where does it go in Linux?
Michael Barton
On Apr 10, 2026, at 12:46 PM, Helmut Kudrnovsky noreply@discourse.osgeo.org wrote:
hellik
April 10See
mswindows/GRASS-Installer.nsi.tmpl
main1. ${Else} 1. StrCpy $INSTALL_DIR "$INSTDIR" 1. ${EndIf} 1. 1. ;Set to try to overwrite existing files 1. SetOverwrite try 1. 1. ;Set the GIS_DATABASE directory 1. SetShellVarContext current 1. Var /GLOBAL GIS_DATABASE 1. StrCpy $GIS_DATABASE "$DOCUMENTS\grassdata" 1. 1. ;Create the GIS_DATABASE directory 1. CreateDirectory "$GIS_DATABASE" 1. 1. ;add Installer files 1. SetOutPath "$INSTALL_DIR" 1. File .\Installer-Files\GRASS-WebSite.url 1. File .\Installer-Files\WinGRASS-README.url 1. 1. ;add GRASS filesit’s in the user’s “document” folder in Windows.
How this defined, it depends on the Windows setup
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
Thanks Doug. Same as on the Mac it seems.
Michael Barton
On Apr 10, 2026, at 1:16 PM, dnewcomb noreply@discourse.osgeo.org wrote:
dnewcomb
April 10Sorry,
Specifically /home/username/grassdata,
where username is the users login ID on the computer.On Fri, Apr 10, 2026, 4:05 PM Doug Newcomb <gistinker@gmail.com> wrote:
In the /home/username directory. The home directory for the user.
On Fri, Apr 10, 2026, 3:57 PM Michael Barton <noreply@discourse.osgeo.org> wrote:
Someone replied to a topic you are Watching.
cmbarton
April 10Thanks. Most people in the workshop next week will be using Windows or Mac. Where does it go in Linux?
Michael Barton
On Apr 10, 2026, at 12:46 PM, Helmut Kudrnovsky noreply@discourse.osgeo.org wrote:
hellik
April 10See
mswindows/GRASS-Installer.nsi.tmpl
main1. ${Else} 1. StrCpy $INSTALL_DIR "$INSTDIR" 1. ${EndIf} 1. 1. ;Set to try to overwrite existing files 1. SetOverwrite try 1. 1. ;Set the GIS_DATABASE directory 1. SetShellVarContext current 1. Var /GLOBAL GIS_DATABASE 1. StrCpy $GIS_DATABASE "$DOCUMENTS\grassdata" 1. 1. ;Create the GIS_DATABASE directory 1. CreateDirectory "$GIS_DATABASE" 1. 1. ;add Installer files 1. SetOutPath "$INSTALL_DIR" 1. File .\Installer-Files\GRASS-WebSite.url 1. File .\Installer-Files\WinGRASS-README.url 1. 1. ;add GRASS filesit’s in the user’s “document” folder in Windows.
How this defined, it depends on the Windows setup
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
Visit Topic or reply to this email to respond.
In Reply To
cmbarton
April 10Thanks. Most people in the workshop next week will be using Windows or Mac. Where does it go in Linux? Michael Barton On Apr 10, 2026, at 12:46 PM, Helmut Kudrnovsky noreply@discourse.osgeo.org wrote: [hellik] hellik April 10 See github.com/OSGeo/grass mswindows/GRASS-Installer.nsi.tmp…
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.