Coder Social home page Coder Social logo

saudi_gis_data's Introduction

Saudi_GIS_Data

قائمة باسماء المدن و الاحياء السعودية مع معلومات حدود الاحياء الجغرافية.

for more info @usef_ksa on Twitter

mysql -u root -p

CREATE DATABASE test;

use test;

source /path/sa_regions.sql

show tables;

select * from sa_regions limit 3;

Check this repo too: https://github.com/homaily/Saudi-Arabia-Regions-Cities-and-Districts

saudi_gis_data's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

saudi_gis_data's Issues

Polygons overlap

Great share @usefksa !

I have noticed some overlap on polygons (attached ids of those 612 cases), you can try:

SELECT t1.id, t2.id FROM sa_regions t1 INNER JOIN sa_regions t2 on ST_Intersects(t1.borders, t2.borders) and t1.id != t2.id

Also, I have investigated some of those, where is is not small (you can try this latlon: 24.760873, 46.750853 that gives two suburbs)

what would you suggest..

sa_regions_overlaps.xlsx

Convert the SQL Tables to JSON file

Hi @usefksa @daif

  • I would like to convert the SQL Tables to one JSON file.
  • Add English translation for each one.
  • I think there is an issue with sa_regions.sql I can't preview it on github.

Let me know if you are interested.
Then I will start to build it, and PR it.

sa_regions is scrambled!

Hi there!

I appreciate the work and effort a lot, But please upload sa_regions.sql again.
Every time I clone it, Seems its scrambled.

Thanks.

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.