Happy new year!
Thought I'd share some MovingPandas samples with you: http://exploration.movingpandas.org
apache
, pydap
, jupyter
. A simple csv file is served via both apache
and via pydap
apache
and pydap
)jupyter
service, which runs from inside the same docker network.@epifanio
I prepared the test , it is a basic repository with 4 docker machine:
It is available here: https://github.com/epifanio/Docker-Networking
@epifanio
essentially, I put some data in a volume and I made this data available in:
and everything works as expected
I then use a jupyter container (on the same docker network) to access the same data but using the docker-machine-name
defined in the docker-compose
using the pydap client
I can access the data served by hyrax, or I can use wget
to fetch the data served via apache ... but when trying to attemt to fetch the data served by pydap I got an error ...
Martin Christen, [26 jul. 2020 21:27:49]:
July 27 would have been the date for GeoPython 2020, it is really sad it didn't happen.
But I have interesting news
There will be a "mini" GeoPython 2020 online edition, September 21-22, 2020 (together with Python Machine Learning Conference). Call for proposals is open until August 17. http://2020.geopython.net/ - More information will follow!
geopy
. Many geo-folks use proj but looks like your case can be covered with geopy
. Their main comm-channel is StackOverflow.