Max Grover

Results 224 comments of Max Grover

Yeah - @srbrodzik for some reason your environment has the new experimental version of matplotlib, which causes some serious carroty (geo-plotting) issues... It looks like the maintainers of Cartopy are...

I will try to recreate this environment - thanks for sharing which packages you used.

@srbrodzik - I tracked down the issue. You will need to update your version of cartopy to use the new version of matplotlib see this discussion https://github.com/SciTools/cartopy/pull/2054

@srbrodzik any updates here? Did this solve the issue?

Note - it would be great to read from data on Google Cloud Storage, especially since they have the Level 3 archive there... https://console.cloud.google.com/storage/browser/gcp-public-data-nexrad-l3;tab=objects?prefix=&forceOnObjectsSortingFiltering=false

So it looks like Google has an [`or-tools`](https://developers.google.com/optimization/install) package that has the ability to access the same linear program solvers we use in `cylp`. For example, check out this walkthrough...

> @mgrover1 That's available from within conda-forge (`ortools-python`), too. Awesome - yeah, it looks like they have a [Simplex](https://developers.google.com/optimization/lp/lp_advanced#families_of_lp_algorithms) option, which is what is currently used...

@tkralphs thank for your response - as someone who is new to MIP solvers, I appreciate your insight on the Python MIP interfaces and your work on CyLP. The main...

Using the new build files, I am still seeing the following when running our example using `CyLP` Processing Code: ```python import numpy as np import matplotlib.pyplot as plt import pyart...

@tkralphs we are running into the same issue described in https://github.com/coin-or/CyLP/issues/138 I believe...