1. Recent regression: no geographical locations?

Recent regression: no geographical locations?

Home Forums FABRIC General Questions and Discussion Recent regression: no geographical locations?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4911
    James McCauley
    Participant

      I believe this change occurred within the last few days.

      The JSON data returned by fablib.show_site(site, output="json", quiet=True, pretty_names=True) still contains a ‘location’ key, but it seems to now always be [0, 0]. This used to contain latitude and longitude.

      I’m running this from JupyterLab. I had been using the default “Fall 2023” container. I just tried it on the bleeding edge one (with fabrictestbed-extensions 1.5.2) and get the same results.

      Is this expected? Known? A problem on my part?

      #4912
      Ilya Baldin
      Participant

        We’ll look into it. Certainly not anything we did on purpose.

        #4913
        Ilya Baldin
        Participant

          Thank you for reporting this – there has been a change in the underlying Nominatim API we are using to convert addresses to latlon that we failed to notice. We will update the Fall 2023 and the Bleeding Edge containers with the updated version of the underlying library that tracks this change. The 1.4.6 container is already end-of-life – we will not update it, code in it will continue to report 0 values for lat and lon.

          #4922
          James McCauley
          Participant

            Just ran again on the Fall 2023 container (now showing FIM 1.5.4), and it appears to be back to working as expected. Thanks!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Recent regression: no geographical locations?’ is closed to new replies.