Commit 0893df2b authored by isaak yansane-sisk's avatar isaak yansane-sisk

libs for plotting maps

parent dbcf4096
......@@ -4,9 +4,9 @@ parts =
[geos]
recipe = slapos.recipe.cmmi
version = 3.4.2
version = 3.5.0
url = http://download.osgeo.org/geos/geos-${:version}.tar.bz2
md5sum = fc5df2d926eb7e67f988a43a92683bae
md5sum = 136842690be7f504fba46b3c539438dd
configure-options =
--disable-dependency-tracking
--disable-static
[buildout]
extends =
../geos/buildout.cfg
parts =
shapely
[shapely_env]
GEOS_CONFIG=${geos:location}/bin/geos-config
[shapely]
recipe = zc.recipe.egg:custom
egg = shapely
environment = shapely_env
\ No newline at end of file
[buildout]
versions = versions
extends =
../../component/proj4/buildout.cfg
../../component/shapely/buildout.cfg
../../component/wendelin.core/buildout.cfg
../../component/msgpack-python/buildout.cfg
../../component/scipy/buildout.cfg
../../software/erp5/software.cfg
parts +=
geos
proj4
wendelin
scipy
msgpack-python
......@@ -23,6 +28,18 @@ eggs +=
${msgpack-python:egg}
${wendelin.core:egg}
${ipython:egg}
${shapely:egg}
beautifulsoup
patsy
statsmodels
user_agents
python-geoip
python-geoip-geolite2
logtools
pyproj
pyshp
vincent
seaborn
[erp5_repository_list]
repository_id_list += wendelin
......
[buildout]
extends =
../../stack/lamp/buildout.cfg
../../stack/slapos.cfg
[application]
recipe = slapos.recipe.build:download-unpacked
url = Student shall put here url of zipped or tarballed web page or application
md5sum = Student may put here md5sum of this file, this is good idea
#If provided tarball does not contain top directory, option shall be changed to false
strip-top-level-dir = true
[application-template]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/template/REPLACE_ME_BY_APPLICATION_TEMPLATE_NAME
#md5sum = Student may put here md5sum of this file, this is good idea
filename = template.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
#Student shall put here relative path to application top level directory where configuration shall be created
#location =
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment