Hi!
I have a junior python developer friend that wants to start contributing with open source on hacktober (this month). She's good and she asked me if I know of any python project where she can ask and start. Is anyone interested in mentoring her and give her some tasks to do? No geo background.
and where should I tell her to direct her answers about pygeoapi? https://gitter.im/geopython/pygeoapi ?
Yes, the project is very active and she can help on multiple things from docs, small code patches, testing, dataprovider implementations, also the project is very frienly and open to suggestions
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 ...