Olivier ARCHER

Results 17 issues of Olivier ARCHER

Hi, du to an autofs bug in linux container, i'm trying to set up a workaround using afuse/nfs, but i ran into 'permission denied' issue. I'm running as root the...

enhancement

This is a new project for reading sentinel-1 L1 file from python. Doc and examples is currently hosted here: https://cyclobs.ifremer.fr/static/sarwing_datarmor/xsar/

it seems that the alpha channel is missing when loading a tiff file with `gv.load_tiff` ```python !wget https://cerweb.ifremer.fr/oarcher/tmp/test_alpha.tiff import geoviews as gv gv.extension('bokeh') gv.tile_sources.Wikipedia * gv.load_tiff('test_alpha.tiff') ``` ![image](https://user-images.githubusercontent.com/4264660/166628047-f90697ac-d760-43e2-91b1-8fa5245e8ecd.png) That's because...

# What does this implement/fix? ota in client (http) mode: This allow to do a remote ota when the device is far away, behind a firewall, and only reachable with...

new-integration
integration: http_request
has-tests

This PR add a 'Publish' command that run `esphome publish config.yaml --directory /config/www`, so the user can copy the firmware to the integrated http server of home assistant. The firmware...

## Description: Documentation for new component `ota_http` **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#5586 ## Checklist: - [X] I am merging into...

stale
has-parent
next

# What does this implement/fix? This implement pppos tcp/ip for esp32, on lte/4G networks. It conflict with `ethernet` component, but can be used with Wifi AP with https://github.com/esphome/esphome/pull/7147 The modem...

new-integration
integration: network
has-tests
core
integration: modem

swathBounds are available in annotation (xpath '/product/swathMerging'). ( ref [Sentinel-1 Product Specification from IPF 2.9x to 3.3x](https://sentinels.copernicus.eu/de/web/sentinel/user-guides/sentinel-1-sar/document-library/-/asset_publisher/1dO7RF5fJMbd/content/id/676946?_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1dO7RF5fJMbd_redirect=https%3A%2F%2Fsentinels.copernicus.eu%2Fde%2Fweb%2Fsentinel%2Fuser-guides%2Fsentinel-1-sar%2Fdocument-library%3Fp_p_id%3Dcom_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1dO7RF5fJMbd%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1dO7RF5fJMbd_cur%3D0%26p_r_p_resetCur%3Dfalse%26_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_1dO7RF5fJMbd_assetEntryId%3D676946) , p 182) We should be able to decode it as a geodataframe....

This only occur when using the network to access worker, or using `protocol='tcp://'` kw in `LocalCluster` Both memory of master and worker increase. Step to reproduce (with a sequential loop):...

bug

- [ ] More file genericity (also work with remote API, like ecmwf) - [ ] handle antimeridian - [ ] config file for resources - [ ] documentation and...