Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 742 Bytes

File metadata and controls

26 lines (25 loc) · 742 Bytes

bugis

blacksheep for GIS support start apps

pip install -r requirements.txt
uvicorn server:app --port 44777 --reload

Auto Deploy

you might test first in staging branch before pull request to main

Example

just build your module in module folder, use static folder for save your data.

Writing SHP

method POST : https://sheltered-fjord-41181.herokuapp.com/m/gis/SG/seletar/airport with json body

{
  "longitude" : 103.87068815153685,
  "latitude" : 1.4155690028533765,
  "name" : "seletar airport"
}

Reading SHP

method GET : https://sheltered-fjord-41181.herokuapp.com/m/gis/SG/seletar/getairport/0