Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geojson for Using GeoTIFFs as layers #31

Open
robmarkcole opened this issue Jan 23, 2025 · 0 comments
Open

Geojson for Using GeoTIFFs as layers #31

robmarkcole opened this issue Jan 23, 2025 · 0 comments

Comments

@robmarkcole
Copy link

To complete the workflow described on Using GeoTIFFs as layers it's necessary to define the extent as a geojson - I created this below for the demo image linked and feel it would be useful to include for people.

{
"type": "FeatureCollection",
"name": "demo_extent",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -80.627090288007778, 28.06443710454959 ], [ -80.55993652243798, 28.064411947332399 ], [ -80.559988579678716, 27.997842159957937 ], [ -80.627101033381209, 27.997866868666843 ], [ -80.627090288007778, 28.06443710454959 ] ] ] } }
]
}
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant