<div dir="ltr"><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, 17 Mar 2025 at 11:40, Lesparre, Jochem via PROJ <<a href="mailto:proj@lists.osgeo.org">proj@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> A further question might be how the cutlines relate to the 'area of use' in the EPSG database, but I'm afraid the answer is that the area of use is a geodetic bounding box.  It does seem that a projection database ideally would have this information.<br>
<br>
The 'area of use' is a polygon in the EPSG database. It is PROJ that converts this into a bounding box.<br></blockquote><div><br></div><div>Not exactly. In the database it has a bounding box, like in this example (from PostgreSQL_Data_Script.sql)</div><div><br></div><div><span style="font-family:monospace">INSERT INTO epsg_extent (extent_code, extent_name, extent_description, bbox_south_bound_lat, bbox_west_bound_lon, bbox_north_bound_lat, bbox_east_bound_lon, iso_a2_code, iso_a3_code, iso_n_code, vertical_extent_min, vertical_extent_max, vertical_extent_crs_code, temporal_extent_begin, temporal_extent_end, remarks, information_source, data_source, revision_date, change_id, deprecated) VALUES (1275, 'Netherlands - onshore', 'Netherlands - onshore, including Waddenzee, Dutch Wadden Islands and 12-mile offshore coastal zone.', 50.75, 3.2, 53.7, 7.22, '', '', Null, Null, Null, Null, '', '', '', 'IOGP', 'EPSG', '2024-06-26', '2009.046 2011.082 2012.013 2014.024 2023.042', 0);</span></div><div><br></div><div>In addition to that there is an external (big) file with the definition of those polygons.</div><div>Including those polygons in the database would make it unnecessarily big.</div><div><br></div><div>Cheers</div><div>Javier.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Jochem<br>
<br>
<br>
Disclaimer:<br>
De inhoud van deze e-mail is vertrouwelijk en uitsluitend bestemd voor de geadresseerde(n).<br>
Gebruik, openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze informatie aan derden is niet toegestaan.<br>
Op al onze producten en diensten zijn onze algemene leveringsvoorwaarden van toepassing<br>
[<a href="https://www.kadaster.nl/algemene-leveringsvoorwaarden" rel="noreferrer" target="_blank">https://www.kadaster.nl/algemene-leveringsvoorwaarden</a>].<br>
<br>
Disclaimer:<br>
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.<br>
If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.<br>
Our general terms and conditions of delivery apply to all our products and services<br>
[<a href="https://www.kadaster.com/general-terms-and-conditions" rel="noreferrer" target="_blank">https://www.kadaster.com/general-terms-and-conditions</a>].<br>
_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" target="_blank">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
</blockquote></div></div>