Emanuel Castanho

Results 12 issues of Emanuel Castanho

RF was previously defined. ``` # Can crash sometimes # Convert model to pytroch with Hummingbird-ml RFconv = convert(RF, 'pytorch') # Save Model Converted RFconv.save(os.path.join(ResultsFolder, "RFmodel_V3")) ``` When I ran...

### What maintenance does this project need? I am trying to use `cdsapi` on [Python Anywhere](https://www.pythonanywhere.com/), so I asked them to include this library on the allowed list, which according...

Solves issue #63, tested on Windows and macOS.

**Describe the bug** WmsTileLayer is not recognising `transparent=True` parameter when using NASA WMS service. **To Reproduce** ``` m = folium.Map(tiles="cartodbpositron") wms_url = "https://gibs.earthdata.nasa.gov/wms/epsg4326/best/wms.cgi" wms = folium.raster_layers.WmsTileLayer(url=wms_url, layers="MODIS_Aqua_CorrectedReflectance_TrueColor", transparent=True, fmt="image/png", name="Corrected...

I implemented a folium map with a layer of cluster points (Marker) and a WMS layer for a single timestamp. The WMS layer is from a tile provider, and I...

Added to the water domain: Oil Spill Index, Plastic Index, and Floating Algae Index. PI spectral index is identical to IPVI, but the applications are different. I do not know...

Hi, I want to contribute with spectral indexes that are used to detect features at the surface of the ocean: oil spills (OSI), floating vegetation (FAI), floating debris (FDI, PI),...

NEW INDEX

Continuing the discussion from this [post](https://discourse.julialang.org/t/how-to-create-a-rgb-plot-from-three-different-tif-files/92001/13). The bright dots in the following image are targets, the low Rayleigh corrected reflectances values are expected since land was masked out and water...

## Summary When searching the catalogue, retrieve only Sentinel products that cover the user defined geometry completely. This is optional. Is this currently available? Do you thing this is an...

enhancement

Hi, I am starting to explore your package :) Is it possible to download a product passing only the id/url and not the entire feature? Example: `download_feature(feature={'id': '0a6bb653-1328-4bb0-b0cf-bbf409d20be2'}, download_path="Download", credentials=...

enhancement
good first issue