Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From now on, the use case you are working on determines what the database will look like. Or in other words, data modelling for efficient storage and ease of extraction of data might be necessary. You can find all information on internet on the best approach to be taken.

Info
titleTutorials

General PostgreSQL tutorials can be found at https://www.postgresql.org/docs/online-resources/ and at https://learnpostgres.dev/ (also checkout Coursera.org)

PostGIS tutorials can be found Youtube and PostGIS.net.

Info
titleDocumentation
PostgreSQL and PostGIS are very well documented. Please visit PostgreSQL documentation respectively PostGIS Documentation.
Info
titleAutomation with Python

For automation and accessing PostgreSQL/PostGIS via Python you need at least the basic adapter psycopg2-binary (check) (it's important that the psycopg2-binary is installed, not the psycopg2 package).
Very helpfull are the packages sqlalchemy and geoalchemy

Content by Label
showLabelsfalse
max5
spacesFAIR
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("postgis","postgresql") and type = "page" and space in ("FAIR","OET")
labelspostgresql postgis

...