Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhailvs/realestate
https://github.com/suhailvs/realestate
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/suhailvs/realestate
- Owner: suhailvs
- License: mit
- Created: 2023-01-08T09:54:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T06:07:03.000Z (4 months ago)
- Last Synced: 2024-07-16T08:25:52.013Z (4 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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