-
When trying to reproject a point in MARS2000 Coordinates to South Polar Stereographic coordinates as follows:
```SOUTHPOLARSTEREOGRAPHIC = ArchGDAL.importWKT("""
PROJCS["Mars_2000_South_Pole_Stere…
toihr updated
2 months ago
-
-
https://github.com/MakieOrg/GeoMakie.jl/actions/runs/9416699971/job/25940377394#step:8:60
Stacktrace is:
```julia
ras = Raster(EarthEnv{HabitatHeterogeneity}, :homogeneity)
│
│ exception =
…
-
When I have a geometry in a specific CRS I can get the crs information via ArchGDAL.getspatialref(geom) but then I can't use this crs for the reprojection.
It would be good to be able to use the crs…
-
-
Related to #2.
With https://github.com/JuliaGeo/Proj.jl/pull/74 Proj could also convert between GFT.CRS instances. Proj itself is a lighter dependency than ArchGDAL, and is actually what GDAL itsel…
-
Hello!
I want to ask about setting a band name while creating a GeoTIFF.
In Python, I would use setdescription(). However, this function does not exist on the list of methods.
But there is `setca…
-
I was unmixing a bunch of ISOFIT generated reflectance images and randomly on a single image got the following error:
```
ERROR: GDALError (CE_Failure, code 1):
Driver ARCGEN is considered for r…
-
Hi,
I have installed ArchGDAL using the mac (M2) terminal, when I use the command "status ArchGDAL" I get the following
"⌅ [c9ce4bd3] ArchGDAL v0.6.0". However, when I run "test ArchGDAL". I receiv…
-
In the wake of tecosaur/DataToolkitCommon.jl#16 you activated lazy loading for ArchGDAL so that .gpkg data can be loaded even when ArchGDAL was not explicitly imported by the user before. The same see…
jfb-h updated
5 months ago