docker pull geodata/gdal:latest
mkdir mydata && cd mydata
touch point.geojson echo '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[-123.19158554077147,44.851122784247245]}}]}' > point.geojson
docker run -it --rm -v /mnt/c/Users/maxime.collombi/'OneDrive - HESSO'/Bureau/mydata:/root/mydata/ geodata/gdal /bin/bash
cd /root/
exit