Skip to content

Python code to bulk download UK Environment Agency LiDAR data

License

Notifications You must be signed in to change notification settings

philwilkes/ea_lidar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73939ab · Mar 24, 2025

History

22 Commits
Jan 12, 2021
Jan 7, 2021
Jan 7, 2021
Feb 7, 2025
Feb 7, 2025
May 13, 2022

Repository files navigation

ea_lidar

Python code to bulk download UK Environment Agency LiDAR data

usage: ea_lidar.py [-h] [--print-only] [--odir ODIR] [--year YEAR] [--all-years] [--open-browser] [--browser BROWSER] [--verbose] [--point-cloud] [--dsm] [--dtm] extent

positional arguments:
  extent              path to vector file showing ROI (all commmon formats excepted)

optional arguments:
  -h, --help          show this help message and exit
  --print-only        print list of available data
  --odir ODIR         directory to store tiles
  --year YEAR         specify year data captured
  --all-years         download all available years between --year and latest
  --resolution RES    specify the resolution of the data: smallest, largest or numerical value e.g. 2 for 2 m (default smallest)
  --open-browser      open browser i.e. do not run headless
  --browser BROWSER   choose between chrome and firefox (deffault chrome)
  --verbose           print something
  --point-cloud, -pc  download point cloud
  --dsm               download dsm
  --dtm               download dtm

About

Python code to bulk download UK Environment Agency LiDAR data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages