Andrew Terhorst

Results 8 comments of Andrew Terhorst

[LC08_L2SP_166072_20210819_20210827_02_T1_MTL.txt](https://github.com/bleutner/RStoolbox/files/8644958/LC08_L2SP_166072_20210819_20210827_02_T1_MTL.txt) Metadata file.

I ran into the same issue on my windows machine. I tried a different Landsat 8 scene. No joy. I downloaded the data from EarthExplorer.

I get a quota exceeded error message but no indication when the quota will be reset. What complicates matters is that each API endpoint seems to have its own limit.

I already had SpaCy installed. I addressed the problem by setting my environment variable this way: ``` Sys.setenv(PATH = paste("/Users/XXX/PycharmProjects/ner/venv/bin", Sys.getenv("PATH"), sep = .Platform$path.sep), VIRTUAL_ENV = "/Users/XXX/PycharmProjects/ner/venv/") spacy_initialize(model = "en_core_web_sm")...

Perhaps adding a min.value= option would help?

Thank you. I think passing the raster::stretch parameters through would be nice, especially if we are working with 16-bit image data. From: mtennekes ***@***.***> Date: Tuesday, 10 May 2022 at...

I have the same problem. `scholar::get_journalrank('Space Weather')` returns: `# A tibble: 1 x 4 Journal Cites ImpactFactor Eigenfactor 1 CA-A CANCER JOURNAL FOR CLINICIANS 28839 245. 0.0660`

Note I installed Tmap version 4, but it does not have all the functionality of Tmap version 3 (I refer to `tm_iso` specifically) and so reverted to tmap version 3.