# Add new Data ## Description of Data <!-- A clear and concise description of the data source you're suggesting. --> - reserve area data for Vientiane, Lao P. D. R. ## URL for Data <!-- Provide a URL where the data can be accessed or downloaded. --> - https://optgeo.github.io/virgo-data/reservearea_v0.shp ## Data Format <!-- Please specify the format of the data (e.g., CSV, GeoJSON). --> - Shapefile ## License <!-- Specify the license under which the data is made available. --> - Not Specified, but they want this to be open data, according to https://virgo.mpwt.gov.la/disclaimer/#/ ## Attribution <!-- Specify the attribution requirements for the data. --> - Vientiane Integrated Urban Information GIS-based Opendata Platform ## Additional Context <!-- Add any other context or screenshots about the data source suggestion here. --> We can get GeoJSON Text Sequence by the following command: ``` SHAPE_RESTORE_SHX=YES ogr2ogr -of GeoJSONSeq /vsistdout/ https://optgeo.github.io/virgo-data/reservearea_v0.shp ```