geonode安全插件

safe-geonode的Python项目详细描述


安全地理节点

安全-地理节点插件。

http://inasafe.org/http://geonode.org/

安装

以下是在开发模式(用于更改软件)和生产模式(用于在服务器上部署)下安装Risiko的说明。

  1. Install safe-geonode:

    sudo add-apt-repository ppa:geonode/unstable
    sudo apt-get update
    sudo apt-get install geonode
    source /var/lib/geonode/bin/activate
    pip install safe-geonode
    
  2. Modify your INSTALLED_APPS to include safe_geonode:

    INSTALLED_APPS += ('safe_geonode', 'leaflet',)
    
  3. Add an entry for geonode_safe in your urls.py:

    urlpatters += ((r'^safe/', include('safe_geonode.urls'),)
    
  4. Copy the missing static files, create the new tables in the database and reload the apache web server:

    sudo geonode collectstatic
    sudo geonode syncdb
    sudo service apache2 reload
    
  5. If you need sample data, get it from the inasafe_data repository:

    git clone https://github.com/AIFDR/inasafe_data.git
    
  6. And load it using ^{tt1}$:

    geonode safeimportlayers inasafe_data/hazard
    geonode safeimportlayers inasafe_data/exposure
    
  7. Finally, navigate to the safe interface to try it out:

    http://localhost/safe

限制

安全地球节点是一个非常新的项目。 然而,我们的工作理念是,利益相关者应该从一开始就能够访问开发和源代码,并邀请评论、建议和贡献。

因此,安全geonode目前有一些主要限制,包括

  • All data must be provided in WGS84 geographic coordinates
  • Neither AIFDR nor GFDRR take any responsibility for the correctness of outputs from safe-geonode or decisions derived as a consequence

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java我想将gridview更改为recyclerview   java将信息发送到电子邮件   Regex java用于检查开始[和结束],但可以在开始和结束处\t\r\n   java ActionListener代理wierd   java Dagger 2单例不工作   java Spring AntRequestMatcher不匹配   由于java,安卓无法运行gradle测试任务。lang.NoClassDefFoundError:jdk/internal/reflect/GeneratedSerializationConstructorAccessor1   java如何修复com。fasterxml。杰克逊。数据绑定。JsonMappingException:反序列化属性时出现问题“错误”   java NavigationDrawer的菜单不工作   声明“不兼容类型:类无法转换为数组”的java错误   java“在每个项目中创建名为“entityManagerFactory”且在类路径资源中定义的bean时出错”   java JTextField和JLabel未出现   macos从OSX上的Java程序保存PNG   java mxGraph编辑器拖动节点克隆?   java在JPanel上绘制并将JPanel添加到JFrame   java不获取web应用程序SpringMVC+jpa+postgreSQL中的所有用户对象