Skip to content

hckaraman/DSI-taskin-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSI stream measurement book parser

PDF table parser of the measurements table DSI Akim Gözlem Yıllıkları

  • file : PDF file to be parsed
  • page : page of the table
  • year : year of the measurement (water year)
  • extract : extraction of the data in csv format

Usage

folder = '../data'
file = 'dsi_2014.pdf'
year = 2014
page = 558
extractpage(os.path.join(folder, file), page=page, year_=year, extract=True)

png

Dependency

pandas , pdfplumber

About

DSI stream measurement book parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published