Mauricio Cordeiro

Results 11 comments of Mauricio Cordeiro

Hi @Dr-Oscar-Benavente, Unfortunatelly, GEE version is not on the plans. However a STAC version that reads directly from the cloud is on the way... It will be easier than downloding...

Hi @HEGIT2018, are you still facing issues with the package? Sorry for the delay.

Hi @camile-sothe The tiles are downloaded to memory and the image is recreated. If you named your object as `downloader` you can access it through `downloader.array`. It is a `numpy`...

Hi @darribas , here is a code snippet that pulls the raster (small) from the internet. Besides the problem with the extents, I've noticed that the result with `reset_extent=True` is...

@Dave0178, As you have only 8Gb of RAM, I suggest you to clip the area using a third party software (e.g., QGIS) and then load the arrays manually and pass...

Thank you @cassienickles , I posted the issue in the forum as well.

@microsoft-github-policy-service agree

Hi @adamjstewart. I finished updating the tutorial. I could get all tests passing, except for the `docs`. I added it to the `docs/index.rst`, but following the errors in my local...

Hi, @adamjstewart, all tests are passing. Notebook checks are running on 10min...

Hi @adamjstewart . Solved most of the requests. Corrected dataset is being hosted on my hugging face because I didnt have the rights to torchgeo repository. You can move it...