Skip to content

sitowise/infraregistry-database

Repository files navigation

INFRAREGISTRY Database

This database is a fork of Gispo's database V1.0.0__initial.sql

Prerequisites

Ensure you have the following installed:

  • .NET 8 SDK
  • PostgreSQL database + PostGIS extension

How to use

In root folder run:
dotnet run [Operation] [ConnectionString] [Srid] [Municipality]
Parameters:

  • [Operation]:
    • 'update' - Execute all SQL scripts that haven't been run yet.
    • 'mark' - Mark all scripts as executed.
    • 'info' - List all scripts that haven't been executed.
  • [ConnectionString]:
    • "Server=127.0.0.1;Port=5432;Database=myDataBase;User Id=myUsername;Password=myPassword;"
  • [Srid]
    • The SRID (Spatial Reference ID) used in the database.
  • [Muncipality]
    • The municipality code in three digit format with leading zeros

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •