Skip to content

API that allows conversion between different geofiles format

Notifications You must be signed in to change notification settings

jossefaz/geofiles-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geo files API

A REST API for converting between most popular geographic files type


Summary


This product aims to make conversions between differents geographic files format easier. It consumes two very popular open source libraries behind the scenes :

It also makes use of FastAPI as the REST framwork (I used it with pydantic models - such as geojson-pydantic) It has a token validation built in. For this validation you can use the users-api and the oauth-api of micro-gis organisation.

Installation


After installing Docker and docker-compose, download this repository and simply runs the command docker-compose up

Since this API uploads files and save them (with a path reference on PostgreSQL) you can define a lifetime for those files : simply update the FILE_EOL environment variable in the docker-compose.yml file.

About

API that allows conversion between different geofiles format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.8%
  • Dockerfile 6.2%