iwfm.gis.geocode_json

iwfm.gis.geocode_json(address, verbose=False)[source]

Return the lat-lon of a street address as a GeoJSON FeatureCollection.

Parameters:
  • address (str) – street and city address

  • verbose (bool, default=False) – True = command line output on

Returns:

geocode of address

Return type:

GeoJSON FeatureCollection dict, or None if not found