Dewberry / geo-env

Setting up Geospatial Python Environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌎 geo-env 🌍

Workflows for setting up reproducible and scalable Geospatial Python Environments on Windows machines.

Goals

  • Create a set of tools that allows for the easy install of geospatial libraries on windows machines.
  • Pioneer a process that allows for an environment to be tested and easily reporduced.
    • Seamless transition between production and development enviroments.
  • Easy deployment on cloud infrastructure (i.e. AWS EC2, etc.)

Methods

  • Libraries will be installed using wheel files from Christoph Gohlke's Unofficial Windows Binaries for Python Extension Packages website, when available.
  • Libraries will be installed using pip, once their dependencies are installed from Christoph Gohlke's site.
  • Test these environments using a virtual environment.
    • Pull requests will only be accepted if tests have passed.

Maintained by Alec Brazeau - abrazeau@dewberry.com

About

Setting up Geospatial Python Environments

License:Apache License 2.0


Languages

Language:Python 73.3%Language:Batchfile 26.7%