forefireAPI / firefront

ForeFire is an open-source code for wildland fire spread models
GNU General Public License v2.0
36 stars 19 forks source link

add geojsom dump mode fix #10 #18

Closed antonio-leblanc closed 1 year ago

antonio-leblanc commented 1 year ago
{"type": "FeatureCollection",
    "projection":"EPSG:32632",
    "features": [
        {"type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                [   [516665.419,4605498.862],   [516706.914,4605438.286],   [516725.342,4605394.119],   [516738.873,4605349.931],   [516753.438,4605301.278],   [516707.252,4605300.834],   [516665.977,4605301.045],   [516624.739,4605302.233],   [516581.816,4605302.327],   [516602.711,4605363.913],   [516627.602,4605418.338],   [516642.424,4605454.922]]
                ]
            }
        }
    ]
}