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
There should be helpers available for reading different data formats into meridian, such as PostGIS, WKT, etc. Essentially all they would do is read other files / sources of data and convert each row into a GeoJSON feature.
This need is general enough that it could easily be its own library instead of part of meridian itself.
Include in meridian: pros and cons
pros
Users don't need to install a second package to get common functionality
cons
Support for PostGIS (which I think is critical) adds a dependency on psycopg2, which the average user might not care about, and requires a separate binary on Windows.
...will add more as I think of them.
The text was updated successfully, but these errors were encountered:
tomplex
changed the title
Decide if format compatability should live in meridian, or in another package
Decide if format compatibility should live in meridian, or in another package
Nov 21, 2018
There should be helpers available for reading different data formats into
meridian
, such as PostGIS, WKT, etc. Essentially all they would do is read other files / sources of data and convert each row into a GeoJSON feature.This need is general enough that it could easily be its own library instead of part of
meridian
itself.Include in
meridian
: pros and conspros
cons
psycopg2
, which the average user might not care about, and requires a separate binary on Windows....will add more as I think of them.
The text was updated successfully, but these errors were encountered: