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
import intake for current versions gives a FutureWarning:
/srv/conda/envs/notebook/lib/python3.7/site-packages/intake/source/discovery.py:136: FutureWarning: The drivers ['geojson', 'postgis', 'shapefile', 'spatialite'] do not specify entry_points and were only discovered via a package scan. This may break in a future release of intake. The packages should be updated.
FutureWarning)
If you want to have a geodataframe container, then you would need to implement such a container in intake.container.container_map, or reading from an Intake server would not work.
There is currently some discussion over in the GeoPandas repo as to whether to continue implementing as a subclass or with an pandas extension array, so I'd probably wait on implementing new container types here until that settles down.
Does this driver work with the Intake server as-is? I have not tried it.
BTW @scottyhq I've just published a patch release with the entrypoints specification, so that warning should be fixed now.
import intake
for current versions gives a FutureWarning:It might also be convenient to have
source.container()
returngeodataframe
instead ofdataframe
The text was updated successfully, but these errors were encountered: