1 Star 0 Fork 0

Franklin_Zhang/GeoDataExchangeServer

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

GeoDataExchangeServer

Introdution

A data server which is used to data exchanging in public network

Framework

Under construction...

API

Upload Data

  • URL : /data
  • Method : POST
  • Form :
{
    "datatag" : "[datatag]", // tag of uploading data
    "pwd" : "[pwd]" // [pwd] is Boolean, if 'true', means it is private data and need password to download
}
  • File :
{
    "datafile" : "[datafile]" // uploading file
}
  • Response :
{
    "result" : "[result]", // [result] can be 'suc', 'err'
    "code" : [code], // [code] shows 1 which means successful request, -1 means err
    "data" : {
        "id" : "[dataid]", // [dataid] is the id that indating data storage in the server
        "d_pwd" : "[pwd]" // [pwd] is the password for downloading
    }, // model service information items
    "message" : "[msg]" // message for error or other notice in request
}

Download Data

  • URL : /data/[id]?pwd=[pwd] // [pwd] is optional. If data is private, users should set data password for data downloading.
  • Method : GET
  • Response : File

Install

Under construction...

Usage

Under construction...

Contributors

Founder

Min Chen (chenmin0902@163.com)

Yongning Wen (wenyn@msn.com)

Songshan Yue (yss123yss@126.com)

Fengyuan Zhang (franklinzhang@foxmail.com)

Coder

Fengyuan Zhang (franklinzhang@foxmail.com)

All codes are used in OpenGMS platform

The MIT License (MIT) Copyright (c) 2018 Franklin_Zhang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A data server which is used to data exchanging in public network expand collapse
Cancel

Releases

No release

Contributors (1)

All

Language(Optional)

Activities

3年多前推送了新的提交到 master 分支,8ff9984...b210004
接近5年前推送了新的提交到 master 分支,fc58b95...8ff9984
6年多前推送了新的提交到 master 分支,5efda49...fc58b95
6年多前推送了新的提交到 master 分支,aedfda7...5efda49
6年多前推送了新的提交到 master 分支,88f95d0...aedfda7
Load More
can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/geomodeling/GeoDataExchangeServer.git
git@gitee.com:geomodeling/GeoDataExchangeServer.git
geomodeling
GeoDataExchangeServer
GeoDataExchangeServer
master

Search