Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Geoframe Collapse Error Message

    Hi,

    I am matching some Ookla mobile internet speed shapefile data (GitHub - teamookla/ookla-open-data: Speedtest by Ookla Global Fixed and Mobile Network Performance Map Tiles) to a Census Bureau Tiger county level shapefile (converted to WGS 84 so that both shapefiles use the same projection). When I use the geoframe collapse command I get the following eror message:
    Code:
    . frame tiger_2024_counties_wgs84: geoframe collapse tiles_2024q4_mobile (count) n = _ID (sum) avg_d_kbps avg_u_kbps avg_lat_ms tests devices
                   _spjoin():  3499  geo_inpoly() not found
                     <istmt>:     -  function returned error
    I then checked that moremata and geoinpoly were installed, and they were. I then looked for geo_inpol(), and got an error message:
    Code:
    . mata: mata which geo_inpoly()
    function geo_inpoly() not found
    What am I doing wrong? :-)

    Thanks

    Anthony
Working...
X