postgis-baselayers icon indicating copy to clipboard operation
postgis-baselayers copied to clipboard

Web application to download and import popular vector datasets (Natural Earth, GADM, Geonames, etc) into a PostGIS database with the click of a button.

Results 15 postgis-baselayers issues
Sort by recently updated
recently updated
newest added

When running `docker-compose build` the process would fail. There were multiple library dependencies that were either outdated or missing. These changes fixed the issue for me.

After cloning the database and running the `docker-compose build` command I run into this error. ```> [postgis-baselayers-postgis-baselayers 4/10] RUN add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable && apt-get update -y && apt-get install -y...

Some datasets may get quite large in the future, maybe even a few GB in size. Would be nice to have a better indicator/assurance that things are still going on...

Implement a better way to (re)configure the application. Things to consider: - Configure additional databases to connect/switch to - Change config settings (show logs/timeouts/etc)

web application

In some circumstances Huey cannot get a lock on the database it uses for the queue. Can happen after tasks time out or crash with an error. Investigate what's going...

Not sure which is best to use in what circumstances. Consider `PG_USE_COPY` option of PG driver (https://gdal.org/drivers/vector/pg.html) when using ogr2ogr and `-gt`. Also, `-skipfailures` sets `-gt` to one, which is...

Would be nice if the dataset page automatically has an overview of the tables/columns in the schema.

web application

Larger datasets may take longer to load, so it would make sense to give them some more time to complete.

web application