☀️ Summer update: unleashing the power of your Huwise portal !
Ask for help or share an insight.
Recently active
Hi everyone,I'm working with the ODS Automation API (v1) and I'm trying to retrieve the data types of columns in a dataset. When using the `/datasets/{dataset_uid}/fields` endpoint, I receive a list of field configurations that includes annotations (facet, timerangeFilter, etc.) and rename operations, but I'm having trouble finding the actual data types of the columns (like text, date, integer).Here's an example of what I get from the endpoint (for fields related to the ‘end_date’ field, which is of type ‘date’):[{'annotation': 'facet', 'args': [], 'field': 'end_date', 'label': '', 'type': 'annotation', 'uid': 'pr_toc04f'}{'annotation': 'facetsort', 'args': ['alphanum'], 'field': 'end_date', 'label': '', 'type': 'annotate', 'uid': 'pr_adjonu'}{'annotation': 'timerangeFilter', 'args': [], 'field': 'end_date', 'label': '', 'type': 'annotate', 'uid': 'pr_yv06h9'}{'field_label': 'Enddatum', 'from_name': 'end_date', 'label': '', 'to_name': 'end_date', 'type': 'rename', 'uid': 'pr_xh8w8e'}]W
Has anyone tried training a GPT-Model using the ODS documentation to be able to write HTML code that can be directly used in ODS to create visualizations?
Hi All :)Ive been working on a dashboard based on the mutlple context code libary piece “https://codelibrary.opendatasoft.com/page-templates/dashboard-filter/#code-dashboard-with-filters-on-multiple-contexts-css-content” https://northernpowergrid.opendatasoft.com/pages/la_dashboard/ this is what we have, and it works for the most part, the only problem is i cant select more than one option in the drop down, as the list refines itself when I pick an option. Can anyone assist? Ive set the “multiple” option to true in the ODS-Select part Thanks RyanAuto-translation 🪄Bonjour à tous :) J'ai travaillé sur un tableau de bord basé sur la bibliothèque de codes à contexte multiple « https://codelibrary.opendatasoft.com/page-templates/dashboard-filter/#code-dashboard-with-filters-on-multiple-contexts-css-content » https://northernpowergrid.opendatasoft.com/pages/la_dashboard/ c'est ce que nous avons, et cela fonctionne pour la plupart, le seul problème est que je ne peux pas sélectionner plus d'
Me again!Ive been looking at the studio editor for creating pages, is there anyway to make the charts cumulative? For example im wanting to total the amount of generation in one of our datasets over the last 5 years or so, currently i can only get it to sum the amount in 2020, then 2021, 2022 etc, and not add these figures to show a trend over that time period. Apologies if its very obvious but currently I cant see it! Thanks Ryan
Dear TeamI hope this message finds you well.I am new here and currently working on using the sensor’s API. I have noticed that the results seem to be limited to what I see even if I am not authenticated. I am unsure if I am using the API authentication correctly.I have attached a screenshot of my current setup for your reference. Could you please guide me on the following:API Authentication: Am I using the correct authentication method? If not, could you please provide the correct steps
Hi,Im trying to add descriptions to my schema, however when I enter my description the apply box stays greyed out.Any ideas why i cant seem to apply this change? Thanks RyanAuto-translation 🪄Bonjour, j'essaie d'ajouter des descriptions à mon schéma, mais lorsque je saisis ma description, la case d'application reste grisée. Avez-vous une idée de la raison pour laquelle je n'arrive pas à appliquer ce changement ? Merci Ryan
I’m trying to find the date that we made each of our datasets publicly available, I can see when datasets last had their data or metadata changed, but I’m looking for when we first changed the security settings to make it visible to all users. The closest I have found is the “ods-activity_log-monitoring” back office analytics dataset, but this only has activity from the last 3 months, and we’re looking to get the dates since the beginning of our portal. Is there a way to use the API to inspect historical versions of datasets to determine this date for each dataset? Auto-translation 🪄J'essaie de trouver la date à laquelle nous avons rendu chacun de nos ensembles de données accessible au public. Je peux voir quand les données ou les métadonnées des ensembles de données ont été modifiées pour la dernière fois, mais je recherche quand nous avons modifié les paramètres de sécurité pour la première fois pour les rendre visibles à tous les utilisateurs. Le plus proche que j'ai trouvé est l
Hi everyone,I’ve been working on a project that involves handling large datasets, and I’m exploring how OpenDataSoft can be integrated with cloud computing platforms like AWS, Microsoft Azure, and Google Cloud.Here are some specific questions and thoughts I’d like to dive into:Built-In Connectors or APIs: Does OpenDataSoft provide native connectors for AWS, Azure, and Google Cloud? For example, can it easily connect to services like S3 (AWS), Blob Storage (Azure), or Google Cloud Storage? Setting Up Data Pipelines: How straightforward is it to establish data pipelines between OpenDataSoft and these cloud platforms? Are there any step-by-step guides or best practices for automating data transfers and updates? Real-Time Data Processing: Can OpenDataSoft handle real-time data streaming from cloud-based sources like Azure Event Hubs, AWS Kinesis, or Google Pub/Sub? If so, how is latency managed to ensure smooth operation? Data Security and Compliance: With data moving between OpenDataSoft
Après plusieurs tests de configuration, le support Opendatasoft nous a indiqué que le connecteur HTTP en OAuth2 ne permet pas encore de limiter l’autorisation d’accès à un site SharePoint en particulier “Sites.Selected” (voir Controlling app access on a specific SharePoint site collections - ESPC Conference, 2025). Pour le moment, il est uniquement possible d’accorder une autorisation sur tous les sites SharePoint de notre organisation ce qui n’est pas conforme aux bonnes pratiques de sécurité « least privilege access ».Nous espérons que ce développement sera programmé dès que possible par Opendatasoft. Nous vous remercions d’avance de soutenir ce besoin et de partager votre expérience à ce sujet.Nadia (Ville de Bruxelles)Auto-translation 🪄After several configuration tests, Opendatasoft support informed us that the HTTP connector in OAuth2 does not yet allow to limit the access authorization to a particular SharePoint site “Sites.Selected” (see Controlling app access on a specific Sha
Hi everyone,I’m currently working on a couple of charts and need some help with the following: Removing Label Rotation on X-Axis: I have a column chart where the X-axis labels are rotated by 45°. I would like to keep them horizontal (no rotation). I’ve tried using the x-label-rotation="0" attribute, but it doesn’t seem to work. Does anyone know how to remove the rotation and keep the labels straight? Fixing Truncated Labels on Y-Axis: In another chart, the labels on the Y-axis are too long and are getting truncated. I’d like to ensure that the full labels are visible without cutting off any text. Does anyone have a solution for adjusting the Y-axis to accommodate longer labels? Any help or suggestions would be greatly appreciated!Thanks in advance!Auto-translation 🪄Bonjour à tous, Je travaille actuellement sur quelques graphiques et j'ai besoin d'aide pour les points suivants : Suppression de la rotation des étiquettes sur l'axe des X : J'ai un graphique à colonnes où les étiquettes
Hi All! Maybe ( and hopefully ) a simple one, has anyone else had problems with pop ups not appearing on top of certain elements on their page? See below where certain parts of the map show over the top of the pop up. Is there anything to include in the code to ensure the pop-up appears over everything? Auto-translation 🪄Bonjour à tous ! Peut-être (et j'espère) une question simple, quelqu'un d'autre a-t-il eu des problèmes avec des fenêtres contextuelles qui n'apparaissent pas au-dessus de certains éléments de sa page ? Voir ci-dessous où certaines parties de la carte s'affichent au-dessus de la fenêtre contextuelle. Y a-t-il quelque chose à inclure dans le code pour garantir que la fenêtre contextuelle s'affiche au-dessus de tout ?
Since you updated the backend and put the schema into a separate tab, I am only able to access the filter information through the explore api. Where in the new backend do I find the filter settings (in the web interface)? Also, and related, where are the facet settings in general?Regards,Renato
Hi how does I sort the facets. The button doesn’t work like I thought. when I push the UP button, nothing happenAuto-translation 🪄Bonjour, comment trier les facettes. Le bouton ne fonctionne pas comme je le pensais. Lorsque j'appuie sur le bouton UP, rien ne se passe
HiWhere do I find the documentation for opendatasoft? Right know, I would like to know how exactly RTP behaves. E.g. what happens when I push a dataset with data that is already present, that is updated, or with just a few updates?But I am more interested in where your documentation is located. I am looking for something similar as the Automation v1 API documentation: https://help.opendatasoft.com/apis/ods-automation-v1/. When I have similar problems in the future, I would like to know where to search for the solution instead of asking in the community each time I run into a problem. Best,RenatoAuto-translation 🪄BonjourOù puis-je trouver la documentation d'opendatasoft ? Je voudrais savoir comment se comporte exactement RTP. Par exemple, que se passe-t-il lorsque je transmets un ensemble de données contenant des données déjà présentes, mises à jour ou avec seulement quelques mises à jour ? Mais je suis plus intéressé par l'emplacement de votre documentation. Je recherche quelque chose
Hello,I have the same question as this one, but unfortunately, the answer doesn’t satisfy me (the proposed solution leads to another issue specific to my case). Is there a way to directly refine with the current date in the ods-dataset-widget? A solution in the spirit of the image below:thank you in advance.DavidAuto-translation 🪄Bonjour, j'ai la même question que celle-ci, mais malheureusement, la réponse ne me satisfait pas (la solution proposée amène à une autre problématique propre à mon cas). Existe-t-il un moyen d'affiner directement avec la date du jour dans le widget ods-dataset ? Une solution dans l'esprit de l'image ci-dessous : merci d'avance. David
Hi Is there a way to update the (new) dataset schema via an API?https://userguide.opendatasoft.com/en/articles/2044866Auto-translation 🪄Hi Is there a way to update the (new) dataset schema via an API?https://userguide.opendatasoft.com/en/articles/2
I’m looking to load data from an API that has a value in each record that is a link to a json file that has geographical data in it. Is there a way to extract the data from each of those geojsons into their corresponding row on the Open Data Portal?Currently I am using the extract URL processor and the load file processor, but this only creates a hyperlink to the json file, rather than pulling the data out of those files as a geoshape.Is there a processor I can use to do this, or perhaps something I can do with the data source settings?Auto-translation 🪄Je cherche à charger des données à partir d'une API qui a une valeur dans chaque enregistrement qui est un lien vers un fichier json contenant des données géographiques. Existe-t-il un moyen d'extraire les données de chacun de ces geojsons dans leur ligne correspondante sur le portail de données ouvertes ? Actuellement, j'utilise le processeur d'extraction d'URL et le processeur de chargement de fichier, mais cela crée uniquement un li
Icons I was using the Opendatasoft Chrome extension until now (it’s very helpful to get the datasets in use on a page, or to go directly to the backoffice of the page)But it’s not supported anymore: Is there a way to make it available again?Thanks in advanceAuto-translation 🪄Icônes J'utilisais jusqu'à présent l'extension Chrome d'Opendatasoft (très utile pour récupérer les jeux de données utilisés sur une page, ou pour accéder directement au backoffice de la page)Mais elle n'est plus supportée : existe-t-il un moyen de la rendre à nouveau disponible ? Merci d'avance
Hello,Opendatasoft allows a range of filters for dataset searches as such. Using UKPN's data portal as an example:some 33kV results at the beginning. However, it omits datasets that actually contain the search term - such as “33kV” in my example - is there a filter that closely matches best fit? Such that “33kV” results show first? If not, can this be requested as a feature please? 33kV result at the end! Auto-translation 🪄Bonjour, Opendatasoft permet une gamme de filtres pour les recherches d'ensembles de données en tant que tels. En utilisant le portail de données d'UKPN comme exemple : certains résultats 33 kV au début. Cependant, il omet les ensembles de données qui contiennent réellement le terme de recherche - comme « 33 kV » dans mon exemple - existe-t-il un filtre qui correspond étroitement au meilleur ajustement ? De telle sorte que les résultats « 33 kV » s'affichent en premier ? Si ce n'est pas le cas, peut-on demander cela en tant que fonctionnalité ? ...
Hello dear community,We have a small problem with the harvesting on opendata.swiss - we are receiving the following error message for all data we are harvesting on opendata.swiss:Error Message: 400 Client Error: Bad Request for url: https://data.bs.ch/api/v2/catalog/datasets/100168/exports/fgb Apparently, there is an issue with the fgb format. Had annyone the same issue?Best regards from Basel,BorisAuto-translation 🪄Bonjour chère communauté, Nous avons un petit problème avec la récolte sur opendata.swiss - nous recevons le message d'erreur suivant pour toutes les données que nous récoltons sur opendata.swiss : Message d'erreur : 400 Erreur client : Mauvaise demande d'url : https :/ /data.bs.ch/api/v2/catalog/datasets/100168/exports/fgb Apparemment, il y a un problème avec le format fgb. Quelqu'un a-t-il eu le même problème ? Meilleures salutations de Bâle, Boris
Hello,I’m currently working on a dataset with different types of data (e.g., time ranges, numeric values, and text fields) and am facing an issue with sorting these data. I’d really appreciate your help in understanding and solving this problem.Context:My dataset contains the following types of columns:Time Ranges (e.g., "2020-2022", "2023-2024", "2020_2022") Numeric Values Text FieldsI need to sort these columns in ascending order (for numeric and time ranges) and alphabetically (for text fields).Problem:When I mark a column as a facet, the sorting applied works in the Explore Data for the faceted filters, but the raw dataset remains unsorted. What I Need:I need a way to:Apply sorting to the raw dataset itself (for both time ranges, numeric values, and text fields), so that the data is organized correctly in the raw dataset as well as in the Explore Data view.Additional Details:I’ve tried using different processors, like Expression or Add Field, to create sorting keys, but none of t
Hello,I get a dataset from an ods-adv-analysis:Now I want to subtract the second value (55) from the first value (11).Something like: - How can I work numerically here?Thanks for helpAuto-translation 🪄Bonjour, j'obtiens un ensemble de données à partir d'une analyse ods-adv : Maintenant, je veux soustraire la deuxième valeur (55) de la première valeur (11). Quelque chose comme : - Comment puis-je travailler numériquement ici ? Merci pour votre aide
Hello everyone,I’m currently facing a challenge with extracting plain text from HTML content, and I’m looking for some advice on how to resolve it.The issue arises when I try to extract all text segments located between various HTML tags. I’ve been using a regular expression to capture the text, but I’ve encountered a limitation where only the first occurrence of text is retrieved, while subsequent occurrences remain unextracted. The regular expression I’m using is:>(?P<texte_brut>[^<>]+)<This works for capturing the first block of text but doesn’t return the remaining segments found within the other tags. My goal is to extract all text occurrences embedded between HTML tags in a single process.For instance, given the following HTML:<p>Chers voyageurs,</p><p>En raison de travaux sur la commune de Vitrolles, les lignes 7 et 20 sont déviées du 25/09 au 31/12 de 6h à 21h.</p><p><strong>Arrêts non desservis :</strong></p><
Hello dear community,Could we make the SSO feature more prominent?Many employees don’t realize that they can use their existing government account to sign in.Currently, it looks like this: But we were thinking about something like that: Best regards,BorisAuto-translation 🪄Bonjour chère communauté,Pourrions-nous rendre la fonctionnalité SSO plus visible ?De nombreux employés ne savent pas qu'ils peuvent utiliser leur compte gouvernemental existant pour se connecter.Actuellement, cela ressemble à ceci : Mais nous pensions à quelque chose comme ça : Cordialement,Boris
Bonjour, est-il possible d'afficher le nombre de jeux de données dans le catalogue de façon dynamique ? Auto-translation 🪄Hello, is it possible to display the number of datasets in the catalog dynamically?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.