Coder Social home page Coder Social logo

plavy / or Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 70 KB

Open dataset listing locations where drinking water is available for free.

License: Creative Commons Attribution Share Alike 4.0 International

Shell 4.77% HTML 15.80% JavaScript 67.21% CSS 3.67% EJS 8.55%

or's Introduction

Locations of free drinking water

Author: Tin Plavec

Version: 4.0

Language of data: English

Keywords:

  • water
  • source
  • geolocation

Cities covered:

  • Zagreb, Croatia

Short description

This open dataset lists locations where drinking water is available for free. For every water location a precise geolocation is specified, as well as the responsible maintainer.

NOTE: Water locations listed here should be, but are not guaranteed to be working. Please check with the maintainer.

Licence

Under licence: CC BY-SA 4.0

You are free to share and adapt. You must give appropriate credit. If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

Attributes

Data is organized in two tables and one additional table that defines relations.

Table locations has these attributes:

Attribute Description PSQL Datatype Required
id ID of the water location integer yes (PK)
name Name of the water location varchar(100) no
natural_source If water is from natural source or water system boolean yes
geolocation_latitude Latitude of the water location numeric(9, 6) yes
geolocation_longitude Longitude of the water location numeric(9, 6) yes
geolocation_altitude Altitude of the water location numeric(6, 2) yes
year_of_opening Year when the water location was put into operation integer no

Table maintainers has these attributes:

Attribute Description PSQL Datatype Required
id ID of the maintainer integer yes (PK)
name Name of the maintainer varchar(100) yes
street Street address of the maintainer varchar(100) yes
city City of the maintainer varchar(100) yes
province Province or region of the maintainer varchar(100) yes
country Country of the maintainer varchar(100) yes

Finally, table locations_maintainers defines relations between the two tables, with attributes:

Attribute Description PSQL Datatype Required
id ID of the relation integer yes (PK)
location_id ID of the location integer yes (FK)
maintainer_id ID of the responsible maintainer integer yes (FK)

or's People

Contributors

plavy avatar

Watchers

 avatar

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.