Opened 4 years ago
Closed 4 years ago
#32104 closed New feature (wontfix)
Adding ASN support to GeoIP2
Reported by: | Josha Prior | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | asn geoips2 |
Cc: | Flavio Curella | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
the three things that GeoIP2 supports are City, Country and ASN but im still missing the ASN support.
Change History (1)
comment:1 by , 4 years ago
Cc: | added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Summary: | Adding asn support to GeoIP2 → Adding ASN support to GeoIP2 |
Note:
See TracTickets
for help on using tickets.
Django supports GEOIP2 databases for geolocation. ASN database gives ASN associated with the IP address so it's out of scope IMO. You should be able to support it on your own by subclassing
django.contrib.gis.geoip2.base.GeoIP2
.