Skip to content

edac/georeference-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Georeference API

Georeferencing as a service

The Georeference API presents standard georefrencing capabilities as a service.

Features

  • WMS service for raw, non-geoenabled imagery.

  • RMSE Calculations.

  • WMS service for previewing georeferencing results.

  • A one-step method of georeferencing with know GCPs.

Requirements

Georeference API requires the following libraries to work properly:

-- flask - Flask is used as the web framework.

-- werkzeug - used to secure filenames (Should be installed automaticly when installing flask.)

-- osgeo - Geospatial library. This is the workhorse of the API includes gdal,ogr,osr etc.

-- flask_sqlalchemy - used to communicate with the backend database

-- os - used for

-- PIL for additional image manipulation.

-- standard libraries - os,uuid,math

Python Version

This app was developed using Python 3.6.

Development

Want to contribute?

License

MIT

Releases

No releases published

Packages

No packages published