Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Get Started
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
GDAL wheels for python and C/C++ projects (Linux only)
To use precompiled wheels:
1) go to releases (Files) and download tarball needed;
2) install it with command:
python3 -m pip install /path/to/wheel.whl
Or simply use URL in pip:
python3 -m pip install https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.1.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download
URL may be found under "View details" button (i)
To use GDAL in C/C++ project you need to link gdal lib AND all libs located at dir GDAL.libs (usually this folder resides inside python site-packages)
To compile your own wheels see information given at forefather project: https://github.com/youngpm/gdalmanylinux
Usually this is done via command `make wheels`
GDAL wheels for Windows are provided by Christoph Gohlke at https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
Built with PROJ (proj.db is included), GEOS, EXPAT.
See Dockerfile.wheels for additional components.
CFFI glue and bindings for the Proj.4 library to provide a wealth of geographical projections in Common Lisp environment.
PROJ.4 is a Cartographic Projections library originally written by Gerald Evenden then of the USGS.
CL-PROJ provides complete bindings for this library.
A partial Java port of the PROJ.4 map projection library. Most projections are implemented, but datum conversion is still lacking. Original port by Jerry Huxtable www.jhlabs.com, now maintained by Bernhard Jenny.
This project moved to https://github.com/OSUCartography/JMapProjLib
This reimplementation is a pure java reimplementation of proj.4 ( https://sourceforge.net/projects/freshmeat_proj.4/ ) instead of a jni wrapper around the native proj.4 libraries