Migrated from github.com/shafiqalibhai/AddressBase
  • Python 49.8%
  • Visual Basic 6.0 35.8%
  • Batchfile 12.4%
  • Dockerfile 2%
Find a file
2026-04-27 22:37:43 +00:00
Data Translating Create .gitkeep 2019-11-20 14:55:30 +00:00
Loading_Scripts Delete .gitkeep 2020-06-03 12:50:36 +01:00
Sample Code Create .gitkeep 2019-11-20 14:48:08 +00:00
Schema Delete .gitkeep 2019-11-20 14:54:09 +00:00
SQL Add files via upload 2020-03-30 17:02:56 +01:00
Styling Create .gitkeep 2019-11-20 13:40:09 +00:00
Dockerfile Add Dockerfile: Python image with sqlite/CSV tools for data archive 2026-04-27 22:37:43 +00:00
README.md Update README with comprehensive project information 2026-04-27 20:32:29 +00:00

AddressBase

Overview

Within each product repository you will find:

Detected project type: Python.

This repository was migrated from upstream source github.com/shafiqalibhai/AddressBase and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 282 KB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0

Languages

Language Bytes Share
Python 21,114 bytes 50.8%
Visual Basic 6.0 15,181 bytes 36.5%
Batchfile 5,253 bytes 12.6%

Repository structure

  • Data Translating/
  • Loading_Scripts/
  • Sample Code/
  • Schema/
  • SQL/
  • Styling/
  • README.md (931 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/AddressBase.git
cd AddressBase

Installation

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

Usage

Invoke the main entry point:

python3 main.py    # or the appropriate module

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

What will I find here?
Within each product repository you will find:

  • Styling Top level folder containing all things related to the styling, Stylesheets, LYR files, fonts etc.
  • SQL Top level folder containing core SQL files for that product
  • Data Translating Top lovel folder contains README. file about all the different tools that can be used on this product
    • GFS - GFS files for Data Loaders and GML datasets
    • Code Awk and python code
    • FME FME workbenches
  • Sample Code Sample code or demos for that product
  • Schemas - Old & new updated schema versions

FAQ's
A list of technical FAQ's regarding AddressBase

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

No LICENSE file is currently present in this repository. Treat the contents as all rights reserved by the author until an explicit license is added. If you intend to share or accept contributions, consider adding an OSI-approved license such as MIT, Apache-2.0, or GPL-3.0.

Repository

  • Browse: https://forgejo.deployview.com/ssa/AddressBase
  • Clone (HTTPS): https://forgejo.deployview.com/ssa/AddressBase.git
  • Clone (SSH): ssh://git@forgejo.deployview.com:30143/ssa/AddressBase.git
  • Upstream / origin: github.com/shafiqalibhai/AddressBase

This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.