ChakshuGautam / geoquery.in

Service to get Location from ipv4 and ipv6
https://geoquery.in
28 stars 77 forks source link

Geojson Data Indexing #88

Open dhruv-1001 opened 5 months ago

dhruv-1001 commented 5 months ago

Description

This issue tracks progress on indexing of boundary locations. Once you setup the server, PARSED_MASTER_LOCATION_NAMES.json file gets added to /server/geojson-data directory. This files contains all of the administrative boundaries of India, from state level down to village level as such State -> District -> Sub-District -> Village. Create a script, that uses this file, and then generates a JSON which indexes on what all data do we have available of state, district, sub-district & village. On top of that, design an API that read & returns from this generated JSON based on user query.

Implementation Details

1. Define the feature

2. Implementing the limiter

Expected Outcomes

Product Name

GeoIP

Project Name

GeoIP

Organization Name

SamagraX

Domain

NA

Tech Skills Needed

Node JS

Category

Feature

Mentor(s)

@ChakshuGautam

Complexity

High

swastik-akhil commented 2 months ago

I would like to work on this issue.

swastik-akhil commented 2 months ago

@ChakshuGautam @dhruv-1001 I encountered a issue can you please help me out with it. I think the PARSED_MASTER_LOCATION_NAMES.json is not available there. Screenshot : Screenshot 2024-04-24 153904

Savio629 commented 2 months ago

@swastik-akhil A alternative right now would be running it on github codespace. Also would suggest to run this repo under linux environment

swastik-akhil commented 2 months ago

While running it in codespaces I encountered another issue. Below is the image. It keeps happening again and again. I have also a stable and fast internet connection then also this is happening. Screenshot 2024-04-24 235308

Savio629 commented 2 months ago

Try running it on gitpod

swastik-akhil commented 2 months ago

I guess the issue is with the code.