Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kadlu kadlu
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • kadlukadlu
  • Issues
  • #54

Closed
Open
Created Mar 19, 2020 by Oliver Kirsebom@kirsebomOwner

Installation instructions and dependencies

Seems like GDAL is no longer needed.

However, it is likely that we will need HDF5 + NetCDF-4 in the future, for storing the output of the sound propagation calculations. (NetCDF-4 is widely used storage format in the geospatial sciences so would make sense to use it.)

HDF5 and NetCDF4 C librarires are installed automatically with Anaconda.

On Linux they can be installed with,

sudo apt-get update
sudo apt-get install -y --reinstall build-essential
sudo apt-get install -y software-properties-common
sudo apt-get install -y libhdf5-serial-dev libnetcdf-dev libnetcdff-dev  # Install HDF5 and NetCDF-4 C libraries

BUT: We have to be mindful that most users will be on Windows and Mac. (This is really important - always think of the users!) Therefore, I favor the Anaconda approach.

Of course, we can also include installation instructions for Linux users that do not wish to use Ananconda.

@matt_s your thoughts?

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking