Optionalsave: string | trueOptionalurl: stringFetch the TSV data, decompress and save the preprocessed binary lookup table or return it.
If save is true (default), save to the default location in package directory where loadIpMap will look.
If save is a string, save to the given location.
If save is false, return the Buffer as is.
Optionalurl: string
Fetch the TSV data, decompress and save the preprocessed binary lookup table or return it. If
saveistrue(default), save to the default location in package directory where loadIpMap will look. Ifsaveis a string, save to the given location. Ifsaveisfalse, return the Buffer as is.