nsshah1288
nsshah1288
Thanks @ssanderson for the quick reply! Right now I have a Dockerfile like this: ``` FROM ubuntu:latest WORKDIR /code RUN apt-get update && apt-get -y upgrade RUN apt-get install -y...
@ssanderson do you have any suggestions?
Hi @ssanderson thanks for the reply. I ran` pgcontents init `with a file database URL of `postgresql://{username}:{password}@bd-serverless.cluster-cv3fz240lfke.us-east-1.rds.amazonaws.com:5432/postgres` I provided the real username and password obviously. I am able to log...
Hi @ssanderson I tried using a normal PostgreSQL DB and **pgcontents init** worked. Do you know if pgcontents can work with PostgreSQL serverless? Thanks!
Hi, related to this (also running Python arcgis API version 2.4.1), if I run something like ```python from arcgis.layers import OGCCollection feature_collection = OGCCollection( "https://demo.ldproxy.net/daraa/collections/AeronauticCrv" ) print(feature_collection) ``` I get...
Hi @vincentsarago , do you know if this is still an issue? I tried to implement a slightly modified version of the wmsExtension (I got the code from here: https://github.com/developmentseed/titiler/blob/0.22.4/src/titiler/extensions/titiler/extensions/wms.py)...