FortranGIS  Version2.5
Public Member Functions | List of all members
readosm_open Interface Reference

Open the .osm or .pbf file, preparing for future functions. More...

Public Member Functions

integer(kind=c_int) function readosm_open (path, osm_handle)
 

Detailed Description

Open the .osm or .pbf file, preparing for future functions.

Returns
READOSM_OK will be returned on success, otherwise any appropriate error code on failure.
Note
You are expected to readosm_close() even on failure, so as to correctly release any dynamic memory allocation.

Definition at line 486 of file readosm.F90.