Replies: 4 comments 6 replies
-
Hello @opseasoi, the switch will happen but I am not able to tell you when. Everything should work only with configuration, using existing plugins. |
Beta Was this translation helpful? Give feedback.
-
Hello @sbrunato , PEPS wouldn't be available from October. |
Beta Was this translation helpful? Give feedback.
-
Good news, thanks ! |
Beta Was this translation helpful? Give feedback.
-
Hello sbrunato, Any help would be higly appreciated, here the commands: from eodag import EODataAccessGateway
dag=EODataAccessGateway()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/-----/anaconda3/lib/python3.11/site-packages/eodag/api/core.py", line 163, in __init__
self._plugins_manager = PluginManager(self.providers_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/-----/anaconda3/lib/python3.11/site-packages/eodag/plugins/manager.py", line 108, in __init__
entry_point.load()
File "/home/-----/anaconda3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 2517, in load
self.require(*args, **kwargs)
File "/home/-----/anaconda3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 2540, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/-----/anaconda3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 829, in resolve
dist = self._resolve_dist(
^^^^^^^^^^^^^^^^^^^
File "/home/-----/anaconda3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 875, in _resolve_dist
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.VersionConflict: (shapely 2.0.5 (/home/-----/anaconda3/lib/python3.11/site-packages), Requirement.parse('shapely>=2.0.6')) |
Beta Was this translation helpful? Give feedback.
-
Hi,
Are you planning to integrate into EODAG the new CNES provider GEODES, replacing PEPS provider by the end of this month ?
https://geodes.cnes.fr/api/
Regards,
Pascal.
Beta Was this translation helpful? Give feedback.
All reactions