Sean Micek
Sean Micek
Any update on this?? Desperately trying to migrate to spotify but my playlists are coming out 50% NaN's. I have no uploaded tracks, it seems to be a bug that...
As a workaround, this worked for me: def getnode(dott,lbl): '''dott: dot object containing node to search for \n lbl: node name (str)''' nodez = dott.get_nodes() for noad in nodez: if...
The suspense is killing me!
So there doesn't seem to be too much to this format, it has a table called spatial_ref_sys with the CRS SRID and WKT, and then each vector table has a...
That explanation makes sense. The code snippet doesn't work however, it still never closes the file once it exits the context manager. If you later print `tif` it will read...
So this worked for my purposes. The rasterization went from ~75min to under 2min. ``` from geocube.api.core import make_geocube import xarray as xr from datetime import datetime def rastarize(gdf,gridsize=0.0003): '''...
Same here, what does overflowing mean? Does it make sense for a user to ever see that assertion? If so, what is the fix in order to get the tool...
EDIT - my issue was simply a bad grib file lol nothing to see here `conda install -c conda-forge`d `cfgrib`. It was working fine for a few months until today...
Thanks for your response! `Second, you'll probably want to use a file:////your-server-common-name-not-drive-letter/your/repo URL instead of a path, especially a path with slashes. Those get very confusing because it's not able...
Ok, thank you for clarifying that, like I said, this clears up my issue, but maybe the path thing could be more intuitive