Alexys Rodriguez

Results 12 issues of Alexys Rodriguez

The min time `aggregate `of `stars` object using `sf ` polygon (`counties[63, ]`) is returning nothing (NA values). The aggregate option changing `start` to `sf ` is not working as...

It is a pleasure to come back here! This code was working some time ago. I reinstalled stars from GitHub, but the error persists. The data are [here](http://geocorp.co/wind/usafl_fg10_2007-2019.zip). Thank you...

Hi!. Here playing again with 5D (five dimensions) `stars` object! (from #348) It is possible to use `st_apply` with the non-proxy `stars` object and the personalized function `theFunction`. 1) How...

Dear all, Using the function aggregate, I want to get the maximum value of every numerical attribute of a stars object (h_nh_c.stnoxy) by an sf object (mun$geometry), but the result...

Greetings Dr. Edzer! I have learned that I must use projected coordinates to do geostatistics (instead of using geographic coordinates). Nonetheless, I just want to be sure that the behavior...

``` LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: RedHatEnterprise Description: Red Hat Enterprise Linux release 8.9 (Ootpa) Release: 8.9 Codename: Ootpa ---- R version 4.3.3 (2024-02-29) -- "Angel Food Cake" ``` I...

Can you please advise me on why the function `blackmarbler::bm_extract` is not downloading the files as expected? Despite the system indicating that the files were processed 100%, no downloads are...

In the function `bm_extract ` we can remove cells with specified quality flags (vector) using the parameter `quality_flag_rm`. Once you migrate to `terra`, using a weighted average considering quality flag...

Dear All, I need to convert the list `l1` (which contains one element) into a `stars` object with one attribute (any name) and three dimensions (x, y, and time). The...

Hi there. Thanks for your work! Any suggestion to make this example run with `terra`? Best ``` r library("sf") #> Linking to GEOS 3.11.2, GDAL 3.8.2, PROJ 9.3.1; sf_use_s2() is...