Matt Bartos
Matt Bartos
Yes, `add_gridded_data` is deprecated as of v0.3. Also, datasets as named parameters of grid have been removed. All grid methods now operate on Raster objects, which are essentially ndarrays with...
To get the spatial referencing to work out, you will need to know the lat/lon coordinates (in degrees) of the upper left corner of the upper left pixel of your...
Hi @cheginit, Thanks for the feedback. I would like to add automatic support for `xarray`. One workaround for now is to instantiate a `Raster` using the xarray's spatial reference info....
That's a great idea, thanks for recommending. For now, the best summary of changes would be PR #162.
Can you post a link to a repo that has an example of a good CHANGE file?
Might also be related to https://github.com/mdbartos/pysheds/issues/184.
Greetings, I think the easiest way would be to: 1. Delineate and extract the basin boundary from the DEM. 2. Clip the grid's 'view' to the delineated basin. 3. Rasterize...
Hi Jenn, That's a great idea. I've thought about it, but I'm not sure what the "right" way to burn or raise features is. For instance: how much should the...
Hi @jennwuu I added a notebook here showing a couple different ways to burn a DEM: https://github.com/mdbartos/pysheds/blob/master/recipes/burn_dem.ipynb
Greetings, I need more info to address this issue. Was this raster one that you generated yourself using pysheds/rasterio?