Giter VIP home page Giter VIP logo

smallfarming-gis's Introduction

NAMING CONVENTION

SQL statements and syntax should be upper case for example:

SELECT * FROM electricity_line;

Entity Names should be Singular for example:

electricity_line_type not electricity_line_types

Entity Names should be lower case, underscore separated (_), for example:

water_point not WaterPoint

Lookup Table names should be in lower case, for example:

electricity_line_condition not ElectricityLineCondition

ADDITIONAL INFORMATION

  • uuid, last_update and last_update_by the colour grey

  • geometry stays black, above the greyed attributes

  • foreign keys should be last in the tables, highlighted in green

  • each table should start with name(s), type, notes, in that order where applicable

  • all lengths, depths are assumed to be in meters

  • current is measured in amperes

  • voltage to be measured in volts

  • text to be inserted as a field value in the image field to provide path to the image

  • constraints and the fields they apply too should be in blue

Any columns with units should include units

crown_radius_m not crown_radius

ERD conventions

  • Foreign keys should be last in the tables, highlighted in green.
  • Each table should start with name(s), type, notes, in that order where applicable.
  • All lengths, depths are assumed to be in meters.
  • Current is measured in amperes.
  • Voltage to be measured in volts.
  • Text to be inserted as a field value in the image field to provide path to the image.
  • Constraints and the fields they apply too should be in blue.
  • Association tables are shown in blue.

smallfarming-gis's People

Contributors

nkarki07 avatar rcoffie avatar lunaasefaw avatar osundwajeff avatar timlinux avatar tsheamo06 avatar mondlibuthelezi avatar ashleigh-tesla avatar

Forkers

lunaasefaw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.