Michael Mann

Results 55 comments of Michael Mann

Shouldn't we be resetting the index here? ``` python pairs = pd.concat( [ df1.take(left), ( pd.DataFrame( {"index_right": right}, index=df1.index.values.take(left) ) ), ], axis=1, ).join( df2.rename(columns={"geometry": "geom_right"}).reset_index(drop=True), on="index_right", rsuffix="_2", ) ```

@jgrss I have resolved the problems with mosaicing - but I am getting a new error with h5netcdf tests, I tried pining h5netcdf versions 1.1 and 1.2 but that didn't...

@jgrss This is ready to merge.

@jgrss I am happy to report I finally figured out how to update the ml scikit-learn to the newest version! Can you take a look through?

@jgrss I reviewed this again. I have highlighted all the important changes with comments. Just wondering if we can merge this

@jgrss I think this is good to go too

Nearly fixed in branch fix_mosaic_nan @jgrss

@jgrss thought we could touch this again. Looks like a GDAL error interestingly.

@jgrss after a bit of mussing about this is ready to look at

@jgrss I am not sure what the "Tests - waiting for status to be reported" is. What's the plan for merging here?