Daniel Lusk
Daniel Lusk
Device info: - Macbook Pro, mid-2015, Intel processor - macOS Montery (12.3) After `git clone`ing and `cd`ing into the `python` directory, running `python setup.py build` results in the following error:...
Hi all, I've been very excited to get to apply this slightly intimidating project to some new data, but despite all of the great examples of impressive results I've seen...
ENH: Using GeoDataFrame constructor fails type-checking when including "geometry" or "crs" arguments
#### Is your feature request related to a problem? I use Pylance for type checking, and when I create a `geopandas.geodataframe.GeoDataFrame` with either `geometry` or `crs` as keyword arguments it...
I added a simple `tqdm` progress bar to the `gbif_GET_write` function as a quality-of-life improvement. ## Description I often need to download large files from GBIF and have wished I...
### Feature description Add a `MEAN` (or `AVERAGE`) option to the `papszOptions` parameter in `GDALRasterizeGeometries`, which would compute the mean value of the geometries located within a grid cell. In...
## Description This feature request pertains to the `tabular` module. For some types of data, such as geospatial data, spatial autocorrelation can confound the evaluation of k-fold cross-validation. In cases...
Hi all, there's a minor typo in the 2-create-stac-catalog-python notebook: > If you need to install pystac, rasterio, or pystac, uncomment the lines below and run the cell. should be...
# Bug Report ## import/pull: hangs when pulling many files from GCS and one (or a few) fails ## Description I have a directory in a data registry that is...
## Description When fitting bagged models with >= 2 folds, it may be redundant to set aside an additional set of validation data in order to calculate feature importance. ###...
There is some confusion around when to use `write_crs` versus `set_crs`. This adds a small note to generally prefer write_crs when CRS persistence is needed. Fixes #743 - [x] Closes...