Skip to content

Meteopresscz/NLradar

 
 

Repository files navigation

Installation/Setup: If you use Anaconda, then I suggest creating a new environment with python 3.8. In your command line: "conda create -n NLradar python=3.8". Activate that environment with "conda activate NLradar". Then go to directory in which you want to install NLradar. There, clone the git repository with "git clone https://github.com/Bram94/NLradar.git". Then move into the NLradar folder where a setup.py script is located, and run "pip install .". If the preceding steps went correctly, you should then be able to start the viewer from the NLradar/Python_files folder, by running "python nlr.py".

Note: The Unet velocity dealiasing algorithm can run on either the CPU or GPU. The GPU option is used when you have an NVIDIA GPU on your PC, with CUDA and cuDNN installed. If not, the CPU is used, which is however much slower.

Using the viewer: I suggest taking a look at the Help in order to get started. Navigation heavily uses the keyboard, and a list of all keyboard shortcuts can be found at the tab Help/Keyboard.

Note: This is a first release of NLradar. More expansive documentation will follow over time.

Created by Bram van 't Veen (2016-2024).

image image image image image image image image image image

About

NLRadar including MP ODIM loading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.9%
  • GLSL 4.5%
  • PureBasic 3.5%
  • Other 0.1%