https://github.com/vasnake/als
Accident Localization System, year 2005, gas networks.
https://github.com/vasnake/als
Last synced: 6 months ago
JSON representation
Accident Localization System, year 2005, gas networks.
- Host: GitHub
- URL: https://github.com/vasnake/als
- Owner: vasnake
- License: gpl-2.0
- Created: 2014-10-09T14:57:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T15:47:44.000Z (almost 12 years ago)
- Last Synced: 2025-08-20T22:36:39.673Z (12 months ago)
- Language: Visual Basic
- Size: 1.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
als
===
Accident Localization System, year 2005, gas networks.
This is a prototype of ALS for gas networks.
User interface was built using Autodesk MapGuide 6.5 ActiveX map viewer.
Well, it was time of MS Internet Explorer 6 and I wrote this web GIS application on
PHP (server code, DB interactions using MS ADO, ergo needs MS Windows),
XML/XSL (web page templates) and JS (user interface).
But real gem is the backend:
1. Data was loaded from shape (shp) files to Oracle DB with spatial cartridge.
2. Spatial data was cleansed and transformed.
3. Then topology was created based on that data.
4. Functions for topology analysis was developed.
All this tasks was performed using PL/SQL package that was written in two month. Maybe three.
Components
* web -- web frontend
* oracle -- PL/SQL code and other Oracle DB related stuff
Links
* http://mapguide.wordpress.com/2014/03/18/autodesk-mapguide-6-5-retired-but-still-downloadable/
* http://www.mapguide.com/help/ver6.5/api/en/
* http://vasnake.blogspot.ru/2005/11/plsql.html