Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suhailvs/realestate


https://github.com/suhailvs/realestate

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# User Homes

To generate data goto : and draw polygons.
Then `Export data` -> `CSV`

![screeshot1][logo1]

[logo1]: https://raw.github.com/suhailvs/realestate/main/exportdata.jpeg

https://www.paulox.net/2020/12/08/maps-with-django-part-1-geodjango-spatialite-and-leaflet/

# Download

## download osm.pdf files

https://app.protomaps.com/

## convert pbf file to sqlite db

https://github.com/AmericanRedCross/workflows/blob/master/converting_pbf_into_spatialite.md

ogr2ogr -f "SQLite" -dsco SPATIALITE=YES name_of_new_file.db name_of_extracted_file.pbf

# server deployment

### installing gdal

$ sudo apt install gdal-bin
$ sudo apt install postgis