You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently writing directly out to json. I am thinking of writing to a postgis table. I have tentatively added a pipeline for writing to postgis but would still need to write serializers for our item. Any other ideas ?
The text was updated successfully, but these errors were encountered:
Cool although I might store the location data separately as it's a one to many relationship. Currently for each statement I am writing multiple features for each point, however it might make more sense to write them as a multipoint ? Secondly having them in there own table might make it easier to process the statements again later with retrained models.
Currently writing directly out to json. I am thinking of writing to a postgis table. I have tentatively added a pipeline for writing to postgis but would still need to write serializers for our item. Any other ideas ?
The text was updated successfully, but these errors were encountered: