Robin Wilson

Results 79 issues of Robin Wilson

After installing sandman2 in a clean environment, I ran it as follows: ``` sandman2ctl 'sqlite+pysqlite:///chinook.db' ``` (using the chinook sample database from [here](https://www.sqlitetutorial.net/sqlite-sample-database/)). I get the following error: ``` Traceback...

I'm using the standard OS X Python version, and when I run `pyrasite --verbose 7407 helloworld.py` it appears to hang, until I press any key in the window which is...

Lookup Tables (LUTs) are really useful for various applications where Py6S simulations are run many times - they can speed up things like atmospheric correction to make them actually possible!...

enhancement

This may include: - Ways of saving the whole SixS object so that it can be loaded again (not just the 6S input file, but the object so that the...

Spectra can currently be imported from the ASTER and USGS spectral libraries. However, it'd be good to import from ENVI spectral libraries too. I can't immediately find where the description...

enhancement

Reintroduce the histogram stretching options (min-max, percentile etc) in the COG/STAC viewer that were removed in v4.0. See https://github.com/developmentseed/titiler/discussions/419

enhancement

Some of the issues listed at https://recipy.readthedocs.io/en/better-docs/Issues.html#recipy-and-third-party-package-issues are now fixed and can be removed from the list - check them all and remove where appropriate.

In #207, we want to only install keras if we're on certain versions of Python. That means we can't easily include it in the first call to conda install -...