timvt
timvt copied to clipboard
PostGIS based Vector Tile server.
EXPERIMENT This adds support for a magic naming convention to use a certain geometry column at certain zoom levels. A column geom_z7 has been added to the test table landsat_wrs...
## tl;dr While other frameworks can handle authentification, it's would be very nice to get authorization into `timvt` . ## authorization? Authorization, in this case, means to restrict the access...
Because we use `temporary` function (we add the SQL function and then rollback the transaction) the performance is worse than when using registered function within the database. ## ToDo -...
ref: https://github.com/developmentseed/serverless-timvt (lambda + Aurora serveless Postgres)
https://github.com/openmaptiles/openmaptiles-tools/blob/master/docker/import-data/import_data.sh
Here, we attempt to bring the application into alignment with Pydantic v2 and Morecantile v5. This will allow Titiler and TiMVT to coexist in the same application. - Updated vector...
ref https://github.com/tiangolo/fastapi/discussions/9278
I tend to have my geospatial data in tables which are not in public schemas. Looking at [the code](https://github.com/developmentseed/timvt/blob/master/timvt/main.py#L73), it appears that there should be a way of proving schema...