Skip to content

Commit

Permalink
Merge pull request #80 from nicolas998/qgis-nico
Browse files Browse the repository at this point in the history
Qgis nico
  • Loading branch information
nicolas998 authored Sep 12, 2018
2 parents 7caddb1 + 77efa78 commit f1e7cf5
Show file tree
Hide file tree
Showing 65 changed files with 24,770 additions and 4,493 deletions.
17 changes: 17 additions & 0 deletions ensayo.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
from wmf import wmf

DEM,mierda = wmf.read_map_raster('/home/nicolas/Dropbox/Trabajos/HZ/05_Buey/raster/demFin.tif', isDEMorDIR=True,
dxp = 53., noDataP = -9999)
DIR,mierda = wmf.read_map_raster('/home/nicolas/Dropbox/Trabajos/HZ/05_Buey/raster/dirFin.tif', isDEMorDIR=True,
isDIR= True, dxp = 53., noDataP = -9999)

#st = wmf.Stream(-75.5512, 5.8174, DEM, DIR)

#cu = wmf.SimuBasin(-75.5538, 5.7580, DEM, DIR, stream=st, name='buey', umbral=70)

#print cu.CellSlope
#cu.Save_SimuBasin('Ensayo.nc')
#cu = wmf.SimuBasin(rute='Ensayo.nc')

#print epsg
print wmf.Global_EPSG
Loading

0 comments on commit f1e7cf5

Please sign in to comment.